Skip to content

Commit 5cf9624

Browse files
authored
Merge pull request DOCGroup#201 from mitza-oci/mongodb
Updated mongodb base projects
2 parents ce332dc + 50b2e46 commit 5cf9624

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

config/bsoncxx.mpb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
// -*- MPC -*-
2-
project: boost_base {
3-
includes += $(MONGODB_ROOT)/include/bsoncxx/v_noabi
4-
libpaths += $(MONGODB_ROOT)/lib
2+
project {
3+
includes += $(MONGODB_ROOT)/include
54
lit_libs += bsoncxx bson-1.0
5+
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+
}
612
}

config/mongodb.mpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -*- MPC -*-
22
project: bsoncxx {
3-
includes += $(MONGODB_ROOT)/include/mongocxx/v_noabi
3+
includes += $(MONGODB_ROOT)/include/mongocxx
44
lit_libs += mongocxx mongoc-1.0
55
}

0 commit comments

Comments
 (0)