Add the bson stuff to the xcode project.

master
dak180 2011-04-25 17:54:34 -04:00 committed by Rene Jochum
parent 273d6381d3
commit 2ace96fd0b
2 changed files with 28 additions and 5 deletions

View File

@ -419,7 +419,6 @@
43B8FF6C127CD9E4006F5A13 /* DejaVuSans-Bold.ttf in Copy Fonts */ = {isa = PBXBuildFile; fileRef = 43B8FF3D127CD999006F5A13 /* DejaVuSans-Bold.ttf */; };
43B8FF6D127CD9E4006F5A13 /* DejaVuSans.ttf in Copy Fonts */ = {isa = PBXBuildFile; fileRef = 43B8FF3E127CD99A006F5A13 /* DejaVuSans.ttf */; };
43BE75EA11124BB5007DF934 /* wavecast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43BE75E811124BB4007DF934 /* wavecast.cpp */; };
43C18FCF114FF38B0028741B /* netjoin_stub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43C18FA7114FF38B0028741B /* netjoin_stub.cpp */; };
43C18FD0114FF38B0028741B /* netlog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43C18FA8114FF38B0028741B /* netlog.cpp */; };
43C18FD1114FF38B0028741B /* netplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43C18FAA114FF38B0028741B /* netplay.cpp */; };
43C18FD2114FF38B0028741B /* netsocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43C18FAC114FF38B0028741B /* netsocket.cpp */; };
@ -440,6 +439,9 @@
43D180B01336B99C001906EB /* physfs_casefolding.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D180AF1336B99C001906EB /* physfs_casefolding.h */; };
43D338581364F5A8005F6725 /* connecthostport.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D338561364F5A8005F6725 /* connecthostport.c */; };
43D338591364F5A8005F6725 /* connecthostport.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D338571364F5A8005F6725 /* connecthostport.h */; };
43DD1BCA13661FD5003AA9EC /* bson.c in Sources */ = {isa = PBXBuildFile; fileRef = 43DD1BC613661FD5003AA9EC /* bson.c */; };
43DD1BCB13661FD5003AA9EC /* numbers.c in Sources */ = {isa = PBXBuildFile; fileRef = 43DD1BC813661FD5003AA9EC /* numbers.c */; };
43DD1BCE13662006003AA9EC /* netlobby.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43DD1BCC13662006003AA9EC /* netlobby.cpp */; };
43DF5A8A12BEE01B00DD5A37 /* cocoa_wrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43DF5A8912BEE01B00DD5A37 /* cocoa_wrapper.mm */; };
43E1890411440D8C000870EB /* eval-plural.h in Headers */ = {isa = PBXBuildFile; fileRef = 022B2F850BD55B4F002E64E3 /* eval-plural.h */; };
43E1890511440D8D000870EB /* gettextP.h in Headers */ = {isa = PBXBuildFile; fileRef = 022B2F860BD55B4F002E64E3 /* gettextP.h */; };
@ -1434,7 +1436,6 @@
43C18FA4114FF38B0028741B /* upnperrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = upnperrors.h; sourceTree = "<group>"; };
43C18FA5114FF38B0028741B /* upnpreplyparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = upnpreplyparse.c; sourceTree = "<group>"; };
43C18FA6114FF38B0028741B /* upnpreplyparse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = upnpreplyparse.h; sourceTree = "<group>"; };
43C18FA7114FF38B0028741B /* netjoin_stub.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = netjoin_stub.cpp; path = ../lib/netplay/netjoin_stub.cpp; sourceTree = SOURCE_ROOT; };
43C18FA8114FF38B0028741B /* netlog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = netlog.cpp; path = ../lib/netplay/netlog.cpp; sourceTree = SOURCE_ROOT; };
43C18FA9114FF38B0028741B /* netlog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netlog.h; path = ../lib/netplay/netlog.h; sourceTree = SOURCE_ROOT; };
43C18FAA114FF38B0028741B /* netplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = netplay.cpp; path = ../lib/netplay/netplay.cpp; sourceTree = SOURCE_ROOT; };
@ -1465,6 +1466,12 @@
43D338561364F5A8005F6725 /* connecthostport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = connecthostport.c; sourceTree = "<group>"; };
43D338571364F5A8005F6725 /* connecthostport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = connecthostport.h; sourceTree = "<group>"; };
43D6167F12048D2D004B9630 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; };
43DD1BC613661FD5003AA9EC /* bson.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bson.c; path = ../lib/netplay/bson/bson.c; sourceTree = SOURCE_ROOT; };
43DD1BC713661FD5003AA9EC /* bson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bson.h; path = ../lib/netplay/bson/bson.h; sourceTree = SOURCE_ROOT; };
43DD1BC813661FD5003AA9EC /* numbers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = numbers.c; path = ../lib/netplay/bson/numbers.c; sourceTree = SOURCE_ROOT; };
43DD1BC913661FD5003AA9EC /* platform_hacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = platform_hacks.h; path = ../lib/netplay/bson/platform_hacks.h; sourceTree = SOURCE_ROOT; };
43DD1BCC13662006003AA9EC /* netlobby.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = netlobby.cpp; path = ../lib/netplay/netlobby.cpp; sourceTree = SOURCE_ROOT; };
43DD1BCD13662006003AA9EC /* netlobby.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netlobby.h; path = ../lib/netplay/netlobby.h; sourceTree = SOURCE_ROOT; };
43DF5A8812BEE01B00DD5A37 /* cocoa_wrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cocoa_wrapper.h; path = ../lib/framework/cocoa_wrapper.h; sourceTree = SOURCE_ROOT; };
43DF5A8912BEE01B00DD5A37 /* cocoa_wrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = cocoa_wrapper.mm; path = ../lib/framework/cocoa_wrapper.mm; sourceTree = SOURCE_ROOT; };
43DF5AE812BEED8200DD5A37 /* actiondef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actiondef.h; path = ../src/actiondef.h; sourceTree = SOURCE_ROOT; };
@ -1915,9 +1922,10 @@
0246A12B0BD3CC47004D1C70 /* Netplay */ = {
isa = PBXGroup;
children = (
43DD1BCC13662006003AA9EC /* netlobby.cpp */,
43DD1BCD13662006003AA9EC /* netlobby.h */,
43B8F286127C8FDD006F5A13 /* netqueue.cpp */,
43B8F287127C8FDD006F5A13 /* netqueue.h */,
43C18FA7114FF38B0028741B /* netjoin_stub.cpp */,
43C18FA8114FF38B0028741B /* netlog.cpp */,
43C18FA9114FF38B0028741B /* netlog.h */,
43C18FAA114FF38B0028741B /* netplay.cpp */,
@ -2448,6 +2456,7 @@
02DDA8620BD3C1BB0049AB60 /* Vorbis sources */,
02DDA8DE0BD3C3930049AB60 /* PhysFS sources */,
9730E8000E8CEB3B009C9481 /* Theora sources */,
43DD1BC213661F84003AA9EC /* Mongo-C-Driver sources */,
);
name = "Third Party";
sourceTree = "<group>";
@ -2780,6 +2789,17 @@
name = coupled;
sourceTree = "<group>";
};
43DD1BC213661F84003AA9EC /* Mongo-C-Driver sources */ = {
isa = PBXGroup;
children = (
43DD1BC613661FD5003AA9EC /* bson.c */,
43DD1BC713661FD5003AA9EC /* bson.h */,
43DD1BC813661FD5003AA9EC /* numbers.c */,
43DD1BC913661FD5003AA9EC /* platform_hacks.h */,
);
name = "Mongo-C-Driver sources";
sourceTree = "<group>";
};
43F3008010D344B000707B6E /* x86 */ = {
isa = PBXGroup;
children = (
@ -3876,7 +3896,6 @@
43A8417811028EDD00733CCB /* pointtree.cpp in Sources */,
43BE75EA11124BB5007DF934 /* wavecast.cpp in Sources */,
4336D8AA111DDF0F0012E8E4 /* random.cpp in Sources */,
43C18FCF114FF38B0028741B /* netjoin_stub.cpp in Sources */,
43C18FD0114FF38B0028741B /* netlog.cpp in Sources */,
43C18FD1114FF38B0028741B /* netplay.cpp in Sources */,
43C18FD2114FF38B0028741B /* netsocket.cpp in Sources */,
@ -3888,6 +3907,9 @@
43DF5A8A12BEE01B00DD5A37 /* cocoa_wrapper.mm in Sources */,
43F1D9D21343F542001478EC /* qtscript.cpp in Sources */,
43F1D9D31343F542001478EC /* qtscriptfuncs.cpp in Sources */,
43DD1BCA13661FD5003AA9EC /* bson.c in Sources */,
43DD1BCB13661FD5003AA9EC /* numbers.c in Sources */,
43DD1BCE13662006003AA9EC /* netlobby.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View File

@ -20,7 +20,8 @@ LIBRARY_SEARCH_PATHS = $(inherited) $(LIBRARY_SEARCH_PATHS_QUOTED_1) $(LIBRARY_S
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/.."
GCC_ENABLE_SSE3_EXTENSIONS = YES // -msse3
GCC_MODEL_TUNING = G5
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) $(BUILD_PREPROCESSOR_DEFINITIONS)
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) $(BUILD_PREPROCESSOR_DEFINITIONS) MONGO_HAVE_STDINT
GCC_PREPROCESSOR_DEFINITIONS[arch=ppc] = $(inherited) MONGO_BIG_ENDIAN
OTHER_CFLAGS = $(FlagsForCandCpp) $(WarnForC) $(inherited)
OTHER_CFLAGS[arch=i386] = $(inherited) // intel 32 bit only