From d3ec12fc1cf4371b7c669d5d9bff877e611baac8 Mon Sep 17 00:00:00 2001 From: asvitkine <> Date: Thu, 29 Dec 2011 07:43:25 +0000 Subject: [PATCH] add utils_macosx.mm/h --- .../MacOSX/SheepShaver.xcodeproj/project.pbxproj | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj b/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj index 08a81253..3be8c858 100644 --- a/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj +++ b/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj @@ -113,6 +113,7 @@ 0873A76914ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; }; 0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; }; 0873A76B14ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; }; + 0873A80214AC515D004F12B7 /* utils_macosx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0873A80114AC515D004F12B7 /* utils_macosx.mm */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -127,28 +128,28 @@ isa = PBXContainerItemProxy; containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */; + remoteGlobalIDString = 0873A5CB14AB806D004F12B7; remoteInfo = "ppc-dyngen-ops"; }; 0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0873A5C414AB8038004F12B7 /* basic-dyngen-ops */; + remoteGlobalIDString = 0873A5C414AB8038004F12B7; remoteInfo = "basic-dyngen-ops"; }; 0873A62614AB869A004F12B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0873A53114AAF05A004F12B7 /* dyngen */; + remoteGlobalIDString = 0873A53114AAF05A004F12B7; remoteInfo = dyngen; }; 0873A67C14AB8AF9004F12B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */; + remoteGlobalIDString = 0873A67314AB8AE9004F12B7; remoteInfo = "ppc-execute-impl"; }; /* End PBXContainerItemProxy section */ @@ -369,6 +370,8 @@ 0873A5D714AB80E3004F12B7 /* ppc-dyngen-ops.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-dyngen-ops.cpp"; sourceTree = ""; }; 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "config-macosx-x86_64.h"; sourceTree = ""; }; 0873A76714ABD151004F12B7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 0873A80014AC515D004F12B7 /* utils_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils_macosx.h; sourceTree = ""; }; + 0873A80114AC515D004F12B7 /* utils_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils_macosx.mm; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -709,6 +712,8 @@ 0856CE7014A99EF0000B1711 /* prefs_macosx.mm */, 0856CE8314A99EF0000B1711 /* SheepShaver.icns */, 0856CE8714A99EF0000B1711 /* sys_darwin.cpp */, + 0873A80014AC515D004F12B7 /* utils_macosx.h */, + 0873A80114AC515D004F12B7 /* utils_macosx.mm */, ); name = MacOSX; sourceTree = ""; @@ -1149,6 +1154,7 @@ 0856D13F14A99EF1000B1711 /* xpram.cpp in Sources */, 0856D33914A9A704000B1711 /* VMSettingsController.mm in Sources */, 082AC22D14AA52E900071F5E /* prefs_editor_dummy.cpp in Sources */, + 0873A80214AC515D004F12B7 /* utils_macosx.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };