diff options
author | Aaron <aaron@10gen.com> | 2009-04-02 15:10:52 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-04-02 15:10:52 -0400 |
commit | 3bca999156cb68ad2022bf52145a470d288529c1 (patch) | |
tree | 60b30a958321580ab6a2b8882bcf7733db310283 /mongo.xcodeproj | |
parent | 662776e8320214d78a1887a6021c17b0aed2c09a (diff) | |
download | mongo-3bca999156cb68ad2022bf52145a470d288529c1.tar.gz |
Add mongobridge
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index b2f8d2443fa..eb60a98d096 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -22,6 +22,7 @@ 9302D9A20F30AB8C00DFA4EF /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = "<group>"; }; 931183420F8277FD00A6DC44 /* repl7.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl7.js; sourceTree = "<group>"; }; 931184DC0F83C95800A6DC44 /* message_server_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message_server_port.cpp; sourceTree = "<group>"; }; + 931186FB0F8535FF00A6DC44 /* bridge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bridge.cpp; sourceTree = "<group>"; }; 931A027A0F58AA4400147C0E /* jsobjmanipulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsobjmanipulator.h; sourceTree = "<group>"; }; 93278F570F72D32900844664 /* gridfs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gridfs.cpp; sourceTree = "<group>"; }; 93278F580F72D32900844664 /* gridfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gridfs.h; sourceTree = "<group>"; }; @@ -519,6 +520,7 @@ 93A13A320F4620E500AF1B0D /* tools */ = { isa = PBXGroup; children = ( + 931186FB0F8535FF00A6DC44 /* bridge.cpp */, 93A13A330F4620E500AF1B0D /* dump.cpp */, 93A13A350F4620E500AF1B0D /* export.cpp */, 93A13A370F4620E500AF1B0D /* files.cpp */, |