We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24e4e commit 50b2e46Copy full SHA for 50b2e46
config/bsoncxx.mpb
@@ -1,6 +1,12 @@
1
// -*- MPC -*-
2
-project: boost_base {
3
- includes += $(MONGODB_ROOT)/include/bsoncxx/v_noabi
4
- libpaths += $(MONGODB_ROOT)/lib
+project {
+ includes += $(MONGODB_ROOT)/include
5
lit_libs += bsoncxx bson-1.0
+
6
+ specific (prop:microsoft) {
7
+ Debug::libpaths += $(MONGODB_ROOT)/debug/lib $(MONGODB_ROOT)/lib
8
+ Release::libpaths += $(MONGODB_ROOT)/lib
9
+ } else {
10
+ libpaths += $(MONGODB_ROOT)/lib
11
+ }
12
}
config/mongodb.mpb
@@ -1,5 +1,5 @@
project: bsoncxx {
- includes += $(MONGODB_ROOT)/include/mongocxx/v_noabi
+ includes += $(MONGODB_ROOT)/include/mongocxx
lit_libs += mongocxx mongoc-1.0
0 commit comments