|
|
@@ -7,8 +7,8 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD62FCFE2291951400376440 /* env.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FCFC2291951400376440 /* env.cxx */; };
|
|
|
CD62FD04229195FF00376440 /* files.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD02229195FF00376440 /* files.cxx */; };
|
|
|
+ CD62FD082291988F00376440 /* osx_env.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD072291988F00376440 /* osx_env.mm */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
@@ -45,9 +45,10 @@
|
|
|
/* Begin PBXFileReference section */
|
|
|
CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
- CD62FCFC2291951400376440 /* env.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = env.cxx; sourceTree = "<group>"; };
|
|
|
+ CD62FCFC2291951400376440 /* linux_env.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_env.cxx; sourceTree = "<group>"; };
|
|
|
CD62FCFF2291953700376440 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
|
|
|
CD62FD02229195FF00376440 /* files.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = files.cxx; sourceTree = "<group>"; };
|
|
|
+ CD62FD072291988F00376440 /* osx_env.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = osx_env.mm; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -82,10 +83,11 @@
|
|
|
CD3AC70A1D2C0726002B4BB0 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD62FCFC2291951400376440 /* env.cxx */,
|
|
|
+ CD62FCFC2291951400376440 /* linux_env.cxx */,
|
|
|
+ CD62FD072291988F00376440 /* osx_env.mm */,
|
|
|
CD62FD02229195FF00376440 /* files.cxx */,
|
|
|
);
|
|
|
- name = src;
|
|
|
+ path = src;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
CD62FCE722904AD500376440 /* Products */ = {
|
|
|
@@ -223,7 +225,7 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CD62FCFE2291951400376440 /* env.cxx in Sources */,
|
|
|
+ CD62FD082291988F00376440 /* osx_env.mm in Sources */,
|
|
|
CD62FD04229195FF00376440 /* files.cxx in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|