Skip to content

Commit 793c30a

Browse files
author
Rene Jochum
committedJul 8, 2011
Merge branch 'bsonlobby' into master
Conflicts: macosx/Warzone.xcodeproj/project.pbxproj
2 parents 5fa33b7 + c22bf98 commit 793c30a

36 files changed

+2928
-1239
lines changed
 

‎3rdparty/bson/Makefile.am

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
AM_CPPFLAGS = -DSTATICLIB $(WZ_CPPFLAGS)
2+
AM_CFLAGS = -DSTATICLIB $(WZ_CFLAGS)
3+
4+
noinst_LIBRARIES = libbson.a
5+
6+
noinst_HEADERS = \
7+
bson.h \
8+
platform_hacks.h
9+
10+
libbson_a_SOURCES = \
11+
bson.c \
12+
numbers.c
13+

0 commit comments

Comments
 (0)
Please sign in to comment.