diff --git a/config/bsoncxx.mpb b/config/bsoncxx.mpb index f56b811b..0e14e7a1 100644 --- a/config/bsoncxx.mpb +++ b/config/bsoncxx.mpb @@ -1,6 +1,12 @@ // -*- MPC -*- -project: boost_base { - includes += $(MONGODB_ROOT)/include/bsoncxx/v_noabi - libpaths += $(MONGODB_ROOT)/lib +project { + includes += $(MONGODB_ROOT)/include lit_libs += bsoncxx bson-1.0 + + specific (prop:microsoft) { + Debug::libpaths += $(MONGODB_ROOT)/debug/lib $(MONGODB_ROOT)/lib + Release::libpaths += $(MONGODB_ROOT)/lib + } else { + libpaths += $(MONGODB_ROOT)/lib + } } diff --git a/config/mongodb.mpb b/config/mongodb.mpb index 74dbdbf8..2839b203 100644 --- a/config/mongodb.mpb +++ b/config/mongodb.mpb @@ -1,5 +1,5 @@ // -*- MPC -*- project: bsoncxx { - includes += $(MONGODB_ROOT)/include/mongocxx/v_noabi + includes += $(MONGODB_ROOT)/include/mongocxx lit_libs += mongocxx mongoc-1.0 }