mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
add utils_macosx.mm/h
This commit is contained in:
parent
dcf65b4d27
commit
d3ec12fc1c
@ -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 = "<group>"; };
|
||||
0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "config-macosx-x86_64.h"; sourceTree = "<group>"; };
|
||||
0873A76714ABD151004F12B7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
|
||||
0873A80014AC515D004F12B7 /* utils_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils_macosx.h; sourceTree = "<group>"; };
|
||||
0873A80114AC515D004F12B7 /* utils_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils_macosx.mm; sourceTree = "<group>"; };
|
||||
/* 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 = "<group>";
|
||||
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user