23 |
|
/* Begin PBXBuildFile section */ |
24 |
|
082AC22D14AA52E900071F5E /* prefs_editor_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */; }; |
25 |
|
082AC26214AA59F000071F5E /* lowmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 082AC26114AA59F000071F5E /* lowmem.c */; }; |
26 |
+ |
0846E4B114B1264700574779 /* ieeefp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF714A99EEF000B1711 /* ieeefp.cpp */; }; |
27 |
+ |
0846E4B314B1264F00574779 /* mathlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDFD14A99EEF000B1711 /* mathlib.cpp */; }; |
28 |
+ |
0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE0214A99EEF000B1711 /* utils-cpuinfo.cpp */; }; |
29 |
+ |
0846E4B614B1265A00574779 /* ppc-translate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF014A99EEF000B1711 /* ppc-translate.cpp */; }; |
30 |
+ |
0846E4B814B1266000574779 /* ppc-jit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDEB14A99EEF000B1711 /* ppc-jit.cpp */; }; |
31 |
+ |
0846E4B914B1266600574779 /* ppc-execute.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE814A99EEF000B1711 /* ppc-execute.cpp */; }; |
32 |
+ |
0846E4BC14B1267200574779 /* ppc-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE614A99EEF000B1711 /* ppc-dyngen.cpp */; }; |
33 |
+ |
0846E4BE14B1267A00574779 /* ppc-decode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE414A99EEF000B1711 /* ppc-decode.cpp */; }; |
34 |
+ |
0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE214A99EEF000B1711 /* ppc-cpu.cpp */; }; |
35 |
+ |
0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDCD14A99EEF000B1711 /* jit-cache.cpp */; }; |
36 |
+ |
0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDC514A99EEF000B1711 /* basic-dyngen.cpp */; }; |
37 |
+ |
0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */; }; |
38 |
+ |
0846E52B14B12A0800574779 /* ppc_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0846E52314B129DA00574779 /* ppc_asm.S */; }; |
39 |
+ |
0846E55314B12B0D00574779 /* paranoia.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0846E55214B12B0D00574779 /* paranoia.cpp */; }; |
40 |
+ |
0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0856D17414A9A1A2000B1711 /* SDL.framework */; }; |
41 |
|
0856CFC114A99EF0000B1711 /* adb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD4B14A99EEF000B1711 /* adb.cpp */; }; |
42 |
|
0856CFC214A99EF0000B1711 /* audio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD4C14A99EEF000B1711 /* audio.cpp */; }; |
43 |
|
0856CFE214A99EF0000B1711 /* cdrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD7814A99EEF000B1711 /* cdrom.cpp */; }; |
47 |
|
0856CFF014A99EF0000B1711 /* ether.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8914A99EEF000B1711 /* ether.cpp */; }; |
48 |
|
0856CFF314A99EF0000B1711 /* extfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8C14A99EEF000B1711 /* extfs.cpp */; }; |
49 |
|
0856CFF414A99EF0000B1711 /* gfxaccel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8D14A99EEF000B1711 /* gfxaccel.cpp */; }; |
35 |
– |
0856CFF514A99EF0000B1711 /* sheepshaver_glue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */; }; |
36 |
– |
0856CFF714A99EF0000B1711 /* basic-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDC514A99EEF000B1711 /* basic-dyngen.cpp */; }; |
37 |
– |
0856CFFA14A99EF0000B1711 /* jit-cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDCD14A99EEF000B1711 /* jit-cache.cpp */; }; |
38 |
– |
0856CFFC14A99EF0000B1711 /* ppc-cpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE214A99EEF000B1711 /* ppc-cpu.cpp */; }; |
39 |
– |
0856CFFD14A99EF0000B1711 /* ppc-decode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE414A99EEF000B1711 /* ppc-decode.cpp */; }; |
40 |
– |
0856CFFF14A99EF0000B1711 /* ppc-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE614A99EEF000B1711 /* ppc-dyngen.cpp */; }; |
41 |
– |
0856D00014A99EF0000B1711 /* ppc-execute.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE814A99EEF000B1711 /* ppc-execute.cpp */; }; |
42 |
– |
0856D00114A99EF0000B1711 /* ppc-jit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDEB14A99EEF000B1711 /* ppc-jit.cpp */; }; |
43 |
– |
0856D00214A99EF0000B1711 /* ppc-translate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF014A99EEF000B1711 /* ppc-translate.cpp */; }; |
44 |
– |
0856D00414A99EF0000B1711 /* ieeefp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF714A99EEF000B1711 /* ieeefp.cpp */; }; |
45 |
– |
0856D00614A99EF0000B1711 /* mathlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDFD14A99EEF000B1711 /* mathlib.cpp */; }; |
46 |
– |
0856D00814A99EF0000B1711 /* utils-cpuinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE0214A99EEF000B1711 /* utils-cpuinfo.cpp */; }; |
50 |
|
0856D00914A99EF0000B1711 /* macos_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE0514A99EEF000B1711 /* macos_util.cpp */; }; |
51 |
|
0856D02414A99EF0000B1711 /* clip_macosx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */; }; |
52 |
|
0856D02514A99EF0000B1711 /* extfs_macosx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */; }; |
127 |
|
remoteGlobalIDString = 082AC25114AA59B600071F5E; |
128 |
|
remoteInfo = lowmem; |
129 |
|
}; |
130 |
< |
0873A5DB14AB80F0004F12B7 /* PBXContainerItemProxy */ = { |
130 |
> |
0846E4A614B1253500574779 /* PBXContainerItemProxy */ = { |
131 |
> |
isa = PBXContainerItemProxy; |
132 |
> |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
133 |
> |
proxyType = 1; |
134 |
> |
remoteGlobalIDString = 0846E49914B124DE00574779; |
135 |
> |
remoteInfo = kpx_cpu; |
136 |
> |
}; |
137 |
> |
0846E4C514B126B600574779 /* PBXContainerItemProxy */ = { |
138 |
|
isa = PBXContainerItemProxy; |
139 |
|
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
140 |
|
proxyType = 1; |
141 |
|
remoteGlobalIDString = 0873A5CB14AB806D004F12B7; |
142 |
|
remoteInfo = "ppc-dyngen-ops"; |
143 |
|
}; |
144 |
+ |
0846E4C714B126B800574779 /* PBXContainerItemProxy */ = { |
145 |
+ |
isa = PBXContainerItemProxy; |
146 |
+ |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
147 |
+ |
proxyType = 1; |
148 |
+ |
remoteGlobalIDString = 0873A67314AB8AE9004F12B7; |
149 |
+ |
remoteInfo = "ppc-execute-impl"; |
150 |
+ |
}; |
151 |
+ |
0846E52D14B12A2E00574779 /* PBXContainerItemProxy */ = { |
152 |
+ |
isa = PBXContainerItemProxy; |
153 |
+ |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
154 |
+ |
proxyType = 1; |
155 |
+ |
remoteGlobalIDString = 0846E52714B129EE00574779; |
156 |
+ |
remoteInfo = ppc_asm; |
157 |
+ |
}; |
158 |
|
0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */ = { |
159 |
|
isa = PBXContainerItemProxy; |
160 |
|
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
169 |
|
remoteGlobalIDString = 0873A53114AAF05A004F12B7; |
170 |
|
remoteInfo = dyngen; |
171 |
|
}; |
148 |
– |
0873A67C14AB8AF9004F12B7 /* PBXContainerItemProxy */ = { |
149 |
– |
isa = PBXContainerItemProxy; |
150 |
– |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
151 |
– |
proxyType = 1; |
152 |
– |
remoteGlobalIDString = 0873A67314AB8AE9004F12B7; |
153 |
– |
remoteInfo = "ppc-execute-impl"; |
154 |
– |
}; |
172 |
|
/* End PBXContainerItemProxy section */ |
173 |
|
|
174 |
+ |
/* Begin PBXCopyFilesBuildPhase section */ |
175 |
+ |
0846E65E14B513DF00574779 /* Copy Frameworks */ = { |
176 |
+ |
isa = PBXCopyFilesBuildPhase; |
177 |
+ |
buildActionMask = 2147483647; |
178 |
+ |
dstPath = ""; |
179 |
+ |
dstSubfolderSpec = 10; |
180 |
+ |
files = ( |
181 |
+ |
0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */, |
182 |
+ |
); |
183 |
+ |
name = "Copy Frameworks"; |
184 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
185 |
+ |
}; |
186 |
+ |
/* End PBXCopyFilesBuildPhase section */ |
187 |
+ |
|
188 |
|
/* Begin PBXFileReference section */ |
189 |
|
082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_editor_dummy.cpp; sourceTree = "<group>"; }; |
190 |
|
082AC25214AA59B600071F5E /* lowmem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lowmem; sourceTree = BUILT_PRODUCTS_DIR; }; |
191 |
|
082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; }; |
192 |
+ |
0846E49A14B124DE00574779 /* libkpx_cpu.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libkpx_cpu.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
193 |
+ |
0846E52314B129DA00574779 /* ppc_asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ppc_asm.S; sourceTree = "<group>"; }; |
194 |
+ |
0846E52814B129EE00574779 /* libppc_asm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libppc_asm.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
195 |
+ |
0846E55214B12B0D00574779 /* paranoia.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paranoia.cpp; sourceTree = "<group>"; }; |
196 |
|
0856CCC114A99E1C000B1711 /* SheepShaver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SheepShaver.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
197 |
|
0856CD4B14A99EEF000B1711 /* adb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = adb.cpp; path = ../adb.cpp; sourceTree = SOURCE_ROOT; }; |
198 |
|
0856CD4C14A99EEF000B1711 /* audio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = audio.cpp; path = ../audio.cpp; sourceTree = SOURCE_ROOT; }; |
297 |
|
0856CE0514A99EEF000B1711 /* macos_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = macos_util.cpp; path = ../macos_util.cpp; sourceTree = SOURCE_ROOT; }; |
298 |
|
0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clip_macosx.cpp; sourceTree = "<group>"; }; |
299 |
|
0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extfs_macosx.cpp; sourceTree = "<group>"; }; |
265 |
– |
0856CE2E14A99EF0000B1711 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
300 |
|
0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos_util_macosx.h; sourceTree = "<group>"; }; |
301 |
|
0856CE7014A99EF0000B1711 /* prefs_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = prefs_macosx.mm; sourceTree = "<group>"; }; |
302 |
|
0856CE8314A99EF0000B1711 /* SheepShaver.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SheepShaver.icns; sourceTree = "<group>"; }; |
416 |
|
); |
417 |
|
runOnlyForDeploymentPostprocessing = 0; |
418 |
|
}; |
419 |
+ |
0846E49814B124DE00574779 /* Frameworks */ = { |
420 |
+ |
isa = PBXFrameworksBuildPhase; |
421 |
+ |
buildActionMask = 2147483647; |
422 |
+ |
files = ( |
423 |
+ |
); |
424 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
425 |
+ |
}; |
426 |
+ |
0846E52614B129EE00574779 /* Frameworks */ = { |
427 |
+ |
isa = PBXFrameworksBuildPhase; |
428 |
+ |
buildActionMask = 2147483647; |
429 |
+ |
files = ( |
430 |
+ |
); |
431 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
432 |
+ |
}; |
433 |
|
0856CCBF14A99E1C000B1711 /* Frameworks */ = { |
434 |
|
isa = PBXFrameworksBuildPhase; |
435 |
|
buildActionMask = 2147483647; |
489 |
|
0873A53214AAF05A004F12B7 /* dyngen */, |
490 |
|
0873A5C514AB8038004F12B7 /* libbasic-dyngen-ops.a */, |
491 |
|
0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */, |
492 |
+ |
0846E49A14B124DE00574779 /* libkpx_cpu.a */, |
493 |
+ |
0846E52814B129EE00574779 /* libppc_asm.a */, |
494 |
|
); |
495 |
|
name = Products; |
496 |
|
sourceTree = "<group>"; |
757 |
|
0856D2D614A9A704000B1711 /* Launcher */, |
758 |
|
0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */, |
759 |
|
0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */, |
710 |
– |
0856CE2E14A99EF0000B1711 /* Info.plist */, |
760 |
|
0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */, |
761 |
|
0856CE7014A99EF0000B1711 /* prefs_macosx.mm */, |
762 |
|
0856CE8314A99EF0000B1711 /* SheepShaver.icns */, |
839 |
|
0856CED014A99EF0000B1711 /* bincue_unix.h */, |
840 |
|
0856CEE314A99EF0000B1711 /* ether_unix.cpp */, |
841 |
|
0856CEFB14A99EF0000B1711 /* main_unix.cpp */, |
842 |
+ |
0846E55214B12B0D00574779 /* paranoia.cpp */, |
843 |
+ |
0846E52314B129DA00574779 /* ppc_asm.S */, |
844 |
|
0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */, |
845 |
|
0856CF5B14A99EF0000B1711 /* rpc.h */, |
846 |
|
0856CF5C14A99EF0000B1711 /* rpc_unix.cpp */, |
890 |
|
/* End PBXGroup section */ |
891 |
|
|
892 |
|
/* Begin PBXHeadersBuildPhase section */ |
893 |
+ |
0846E49614B124DE00574779 /* Headers */ = { |
894 |
+ |
isa = PBXHeadersBuildPhase; |
895 |
+ |
buildActionMask = 2147483647; |
896 |
+ |
files = ( |
897 |
+ |
); |
898 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
899 |
+ |
}; |
900 |
+ |
0846E52414B129EE00574779 /* Headers */ = { |
901 |
+ |
isa = PBXHeadersBuildPhase; |
902 |
+ |
buildActionMask = 2147483647; |
903 |
+ |
files = ( |
904 |
+ |
); |
905 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
906 |
+ |
}; |
907 |
|
0873A5C114AB8038004F12B7 /* Headers */ = { |
908 |
|
isa = PBXHeadersBuildPhase; |
909 |
|
buildActionMask = 2147483647; |
941 |
|
productReference = 082AC25214AA59B600071F5E /* lowmem */; |
942 |
|
productType = "com.apple.product-type.tool"; |
943 |
|
}; |
944 |
+ |
0846E49914B124DE00574779 /* kpx_cpu */ = { |
945 |
+ |
isa = PBXNativeTarget; |
946 |
+ |
buildConfigurationList = 0846E4A114B1251400574779 /* Build configuration list for PBXNativeTarget "kpx_cpu" */; |
947 |
+ |
buildPhases = ( |
948 |
+ |
0846E49614B124DE00574779 /* Headers */, |
949 |
+ |
0846E49714B124DE00574779 /* Sources */, |
950 |
+ |
0846E49814B124DE00574779 /* Frameworks */, |
951 |
+ |
); |
952 |
+ |
buildRules = ( |
953 |
+ |
); |
954 |
+ |
dependencies = ( |
955 |
+ |
0846E4C614B126B600574779 /* PBXTargetDependency */, |
956 |
+ |
0846E4C814B126B800574779 /* PBXTargetDependency */, |
957 |
+ |
); |
958 |
+ |
name = kpx_cpu; |
959 |
+ |
productName = kpx_cpu; |
960 |
+ |
productReference = 0846E49A14B124DE00574779 /* libkpx_cpu.a */; |
961 |
+ |
productType = "com.apple.product-type.library.static"; |
962 |
+ |
}; |
963 |
+ |
0846E52714B129EE00574779 /* ppc_asm */ = { |
964 |
+ |
isa = PBXNativeTarget; |
965 |
+ |
buildConfigurationList = 0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */; |
966 |
+ |
buildPhases = ( |
967 |
+ |
0846E52414B129EE00574779 /* Headers */, |
968 |
+ |
0846E52514B129EE00574779 /* Sources */, |
969 |
+ |
0846E52614B129EE00574779 /* Frameworks */, |
970 |
+ |
); |
971 |
+ |
buildRules = ( |
972 |
+ |
); |
973 |
+ |
dependencies = ( |
974 |
+ |
); |
975 |
+ |
name = ppc_asm; |
976 |
+ |
productName = ppc_asm; |
977 |
+ |
productReference = 0846E52814B129EE00574779 /* libppc_asm.a */; |
978 |
+ |
productType = "com.apple.product-type.library.static"; |
979 |
+ |
}; |
980 |
|
0856CCC014A99E1C000B1711 /* SheepShaver */ = { |
981 |
|
isa = PBXNativeTarget; |
982 |
|
buildConfigurationList = 0856CCC714A99E1D000B1711 /* Build configuration list for PBXNativeTarget "SheepShaver" */; |
983 |
|
buildPhases = ( |
984 |
+ |
0846E65E14B513DF00574779 /* Copy Frameworks */, |
985 |
|
0856CCBD14A99E1C000B1711 /* Resources */, |
986 |
|
0856CCBE14A99E1C000B1711 /* Sources */, |
987 |
|
0856CCBF14A99E1C000B1711 /* Frameworks */, |
988 |
|
082AC26A14AA5A5A00071F5E /* Run lowmem */, |
989 |
+ |
08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */, |
990 |
|
); |
991 |
|
buildRules = ( |
992 |
|
); |
993 |
|
dependencies = ( |
994 |
< |
0873A5DC14AB80F0004F12B7 /* PBXTargetDependency */, |
995 |
< |
0873A67D14AB8AF9004F12B7 /* PBXTargetDependency */, |
994 |
> |
0846E52E14B12A2E00574779 /* PBXTargetDependency */, |
995 |
> |
0846E4A714B1253500574779 /* PBXTargetDependency */, |
996 |
|
082AC26814AA5A4800071F5E /* PBXTargetDependency */, |
997 |
|
); |
998 |
|
name = SheepShaver; |
1080 |
|
0873A5C414AB8038004F12B7 /* basic-dyngen-ops */, |
1081 |
|
0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */, |
1082 |
|
0873A67314AB8AE9004F12B7 /* ppc-execute-impl */, |
1083 |
+ |
0846E49914B124DE00574779 /* kpx_cpu */, |
1084 |
+ |
0846E52714B129EE00574779 /* ppc_asm */, |
1085 |
|
); |
1086 |
|
}; |
1087 |
|
/* End PBXProject section */ |
1121 |
|
); |
1122 |
|
inputPaths = ( |
1123 |
|
"$(BUILT_PRODUCTS_DIR)/dyngen", |
1124 |
< |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/basic-dyngen-ops.o", |
1124 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/i386/basic-dyngen-ops.o", |
1125 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/x86_64/basic-dyngen-ops.o", |
1126 |
|
); |
1127 |
|
name = "Run dyngen"; |
1128 |
|
outputPaths = ( |
1129 |
+ |
"$(SRCROOT)/../Unix/basic-dyngen-ops-x86_32.hpp", |
1130 |
+ |
"$(SRCROOT)/../Unix/basic-dyngen-ops-x86_64.hpp", |
1131 |
|
"$(SRCROOT)/../Unix/basic-dyngen-ops.hpp", |
1132 |
|
); |
1133 |
|
runOnlyForDeploymentPostprocessing = 0; |
1134 |
|
shellPath = /bin/sh; |
1135 |
< |
shellScript = "\"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/${CURRENT_ARCH}/basic-dyngen-ops.o\"\n"; |
1135 |
> |
shellScript = "arch -x86_64 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/basic-dyngen-ops-x86_64.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/x86_64/basic-dyngen-ops.o\"\narch -i386 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/basic-dyngen-ops-x86_32.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/i386/basic-dyngen-ops.o\"\n\necho \"#if defined(__x86_64__)\" > \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"\t#include \\\"basic-dyngen-ops-x86_64.hpp\\\"\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"#elif defined(__i386__)\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"\t#include \\\"basic-dyngen-ops-x86_32.hpp\\\"\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"#else\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"\t#error Unknown platform\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"#endif\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\n"; |
1136 |
|
}; |
1137 |
|
0873A66914AB8A40004F12B7 /* Run dyngen */ = { |
1138 |
|
isa = PBXShellScriptBuildPhase; |
1141 |
|
); |
1142 |
|
inputPaths = ( |
1143 |
|
"$(BUILT_PRODUCTS_DIR)/dyngen", |
1144 |
< |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/ppc-dyngen-ops.o", |
1144 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/i386/ppc-dyngen-ops.o", |
1145 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/x86_64/ppc-dyngen-ops.o", |
1146 |
|
); |
1147 |
|
name = "Run dyngen"; |
1148 |
|
outputPaths = ( |
1149 |
+ |
"$(SRCROOT)/../Unix/ppc-dyngen-ops-x86_32.hpp", |
1150 |
+ |
"$(SRCROOT)/../Unix/ppc-dyngen-ops-x86_64.hpp", |
1151 |
|
"$(SRCROOT)/../Unix/ppc-dyngen-ops.hpp", |
1152 |
|
); |
1153 |
|
runOnlyForDeploymentPostprocessing = 0; |
1154 |
|
shellPath = /bin/sh; |
1155 |
< |
shellScript = "\"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/${CURRENT_ARCH}/ppc-dyngen-ops.o\"\n"; |
1155 |
> |
shellScript = "arch -x86_64 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/ppc-dyngen-ops-x86_64.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/x86_64/ppc-dyngen-ops.o\"\narch -i386 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/ppc-dyngen-ops-x86_32.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/i386/ppc-dyngen-ops.o\"\n\necho \"#if defined(__x86_64__)\" > \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"\t#include \\\"ppc-dyngen-ops-x86_64.hpp\\\"\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"#elif defined(__i386__)\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"\t#include \\\"ppc-dyngen-ops-x86_32.hpp\\\"\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"#else\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"\t#error Unknown platform\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"#endif\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\n"; |
1156 |
|
}; |
1157 |
|
0873A67214AB8AE9004F12B7 /* Run genexec */ = { |
1158 |
|
isa = PBXShellScriptBuildPhase; |
1171 |
|
shellPath = /bin/sh; |
1172 |
|
shellScript = "gcc -E \"-I${SRCROOT}/config\" \"-I${SRCROOT}/../include\" \"-I${SRCROOT}/../kpx_cpu/include\" \"-I${SRCROOT}/../kpx_cpu/src\" \"-I${SRCROOT}/../Unix\" -DUSE_JIT -DGENEXEC \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/ppc-decode.cpp\" | perl \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/genexec.pl\" > \"${SRCROOT}/../Unix/ppc-execute-impl.cpp\"\n"; |
1173 |
|
}; |
1174 |
+ |
08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */ = { |
1175 |
+ |
isa = PBXShellScriptBuildPhase; |
1176 |
+ |
buildActionMask = 2147483647; |
1177 |
+ |
files = ( |
1178 |
+ |
); |
1179 |
+ |
inputPaths = ( |
1180 |
+ |
); |
1181 |
+ |
name = "Preprocess Info.plist"; |
1182 |
+ |
outputPaths = ( |
1183 |
+ |
); |
1184 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1185 |
+ |
shellPath = /bin/sh; |
1186 |
+ |
shellScript = "sed -i '' 's/@PACKAGE_VERSION@/2.3/g' \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\""; |
1187 |
+ |
}; |
1188 |
|
/* End PBXShellScriptBuildPhase section */ |
1189 |
|
|
1190 |
|
/* Begin PBXSourcesBuildPhase section */ |
1196 |
|
); |
1197 |
|
runOnlyForDeploymentPostprocessing = 0; |
1198 |
|
}; |
1199 |
+ |
0846E49714B124DE00574779 /* Sources */ = { |
1200 |
+ |
isa = PBXSourcesBuildPhase; |
1201 |
+ |
buildActionMask = 2147483647; |
1202 |
+ |
files = ( |
1203 |
+ |
0846E4B114B1264700574779 /* ieeefp.cpp in Sources */, |
1204 |
+ |
0846E4B314B1264F00574779 /* mathlib.cpp in Sources */, |
1205 |
+ |
0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */, |
1206 |
+ |
0846E4B614B1265A00574779 /* ppc-translate.cpp in Sources */, |
1207 |
+ |
0846E4B814B1266000574779 /* ppc-jit.cpp in Sources */, |
1208 |
+ |
0846E4B914B1266600574779 /* ppc-execute.cpp in Sources */, |
1209 |
+ |
0846E4BC14B1267200574779 /* ppc-dyngen.cpp in Sources */, |
1210 |
+ |
0846E4BE14B1267A00574779 /* ppc-decode.cpp in Sources */, |
1211 |
+ |
0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */, |
1212 |
+ |
0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */, |
1213 |
+ |
0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */, |
1214 |
+ |
0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */, |
1215 |
+ |
); |
1216 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1217 |
+ |
}; |
1218 |
+ |
0846E52514B129EE00574779 /* Sources */ = { |
1219 |
+ |
isa = PBXSourcesBuildPhase; |
1220 |
+ |
buildActionMask = 2147483647; |
1221 |
+ |
files = ( |
1222 |
+ |
0846E52B14B12A0800574779 /* ppc_asm.S in Sources */, |
1223 |
+ |
0846E55314B12B0D00574779 /* paranoia.cpp in Sources */, |
1224 |
+ |
); |
1225 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1226 |
+ |
}; |
1227 |
|
0856CCBE14A99E1C000B1711 /* Sources */ = { |
1228 |
|
isa = PBXSourcesBuildPhase; |
1229 |
|
buildActionMask = 2147483647; |
1237 |
|
0856CFF014A99EF0000B1711 /* ether.cpp in Sources */, |
1238 |
|
0856CFF314A99EF0000B1711 /* extfs.cpp in Sources */, |
1239 |
|
0856CFF414A99EF0000B1711 /* gfxaccel.cpp in Sources */, |
1087 |
– |
0856CFF514A99EF0000B1711 /* sheepshaver_glue.cpp in Sources */, |
1088 |
– |
0856CFF714A99EF0000B1711 /* basic-dyngen.cpp in Sources */, |
1089 |
– |
0856CFFA14A99EF0000B1711 /* jit-cache.cpp in Sources */, |
1090 |
– |
0856CFFC14A99EF0000B1711 /* ppc-cpu.cpp in Sources */, |
1091 |
– |
0856CFFD14A99EF0000B1711 /* ppc-decode.cpp in Sources */, |
1092 |
– |
0856CFFF14A99EF0000B1711 /* ppc-dyngen.cpp in Sources */, |
1093 |
– |
0856D00014A99EF0000B1711 /* ppc-execute.cpp in Sources */, |
1094 |
– |
0856D00114A99EF0000B1711 /* ppc-jit.cpp in Sources */, |
1095 |
– |
0856D00214A99EF0000B1711 /* ppc-translate.cpp in Sources */, |
1096 |
– |
0856D00414A99EF0000B1711 /* ieeefp.cpp in Sources */, |
1097 |
– |
0856D00614A99EF0000B1711 /* mathlib.cpp in Sources */, |
1098 |
– |
0856D00814A99EF0000B1711 /* utils-cpuinfo.cpp in Sources */, |
1240 |
|
0856D00914A99EF0000B1711 /* macos_util.cpp in Sources */, |
1241 |
|
0856D02414A99EF0000B1711 /* clip_macosx.cpp in Sources */, |
1242 |
|
0856D02514A99EF0000B1711 /* extfs_macosx.cpp in Sources */, |
1332 |
|
target = 082AC25114AA59B600071F5E /* lowmem */; |
1333 |
|
targetProxy = 082AC26714AA5A4800071F5E /* PBXContainerItemProxy */; |
1334 |
|
}; |
1335 |
< |
0873A5DC14AB80F0004F12B7 /* PBXTargetDependency */ = { |
1335 |
> |
0846E4A714B1253500574779 /* PBXTargetDependency */ = { |
1336 |
> |
isa = PBXTargetDependency; |
1337 |
> |
target = 0846E49914B124DE00574779 /* kpx_cpu */; |
1338 |
> |
targetProxy = 0846E4A614B1253500574779 /* PBXContainerItemProxy */; |
1339 |
> |
}; |
1340 |
> |
0846E4C614B126B600574779 /* PBXTargetDependency */ = { |
1341 |
|
isa = PBXTargetDependency; |
1342 |
|
target = 0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */; |
1343 |
< |
targetProxy = 0873A5DB14AB80F0004F12B7 /* PBXContainerItemProxy */; |
1343 |
> |
targetProxy = 0846E4C514B126B600574779 /* PBXContainerItemProxy */; |
1344 |
> |
}; |
1345 |
> |
0846E4C814B126B800574779 /* PBXTargetDependency */ = { |
1346 |
> |
isa = PBXTargetDependency; |
1347 |
> |
target = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */; |
1348 |
> |
targetProxy = 0846E4C714B126B800574779 /* PBXContainerItemProxy */; |
1349 |
> |
}; |
1350 |
> |
0846E52E14B12A2E00574779 /* PBXTargetDependency */ = { |
1351 |
> |
isa = PBXTargetDependency; |
1352 |
> |
target = 0846E52714B129EE00574779 /* ppc_asm */; |
1353 |
> |
targetProxy = 0846E52D14B12A2E00574779 /* PBXContainerItemProxy */; |
1354 |
|
}; |
1355 |
|
0873A60314AB83CC004F12B7 /* PBXTargetDependency */ = { |
1356 |
|
isa = PBXTargetDependency; |
1362 |
|
target = 0873A53114AAF05A004F12B7 /* dyngen */; |
1363 |
|
targetProxy = 0873A62614AB869A004F12B7 /* PBXContainerItemProxy */; |
1364 |
|
}; |
1209 |
– |
0873A67D14AB8AF9004F12B7 /* PBXTargetDependency */ = { |
1210 |
– |
isa = PBXTargetDependency; |
1211 |
– |
target = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */; |
1212 |
– |
targetProxy = 0873A67C14AB8AF9004F12B7 /* PBXContainerItemProxy */; |
1213 |
– |
}; |
1365 |
|
/* End PBXTargetDependency section */ |
1366 |
|
|
1367 |
|
/* Begin PBXVariantGroup section */ |
1430 |
|
}; |
1431 |
|
name = Release; |
1432 |
|
}; |
1433 |
+ |
0846E49B14B124DF00574779 /* Debug */ = { |
1434 |
+ |
isa = XCBuildConfiguration; |
1435 |
+ |
buildSettings = { |
1436 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1437 |
+ |
ARCHS = ( |
1438 |
+ |
i386, |
1439 |
+ |
x86_64, |
1440 |
+ |
); |
1441 |
+ |
COPY_PHASE_STRIP = NO; |
1442 |
+ |
GCC_DYNAMIC_NO_PIC = NO; |
1443 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = YES; |
1444 |
+ |
GCC_MODEL_TUNING = ""; |
1445 |
+ |
GCC_OPTIMIZATION_LEVEL = 0; |
1446 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = ( |
1447 |
+ |
"DATADIR=", |
1448 |
+ |
HAVE_CONFIG_H, |
1449 |
+ |
USE_JIT, |
1450 |
+ |
"_GNU_SOURCE=1", |
1451 |
+ |
_THREAD_SAFE, |
1452 |
+ |
_REENTRANT, |
1453 |
+ |
); |
1454 |
+ |
GCC_VERSION = 4.0; |
1455 |
+ |
HEADER_SEARCH_PATHS = ( |
1456 |
+ |
/Library/Frameworks/SDL.framework/Versions/A/Headers/, |
1457 |
+ |
./config/, |
1458 |
+ |
../Unix, |
1459 |
+ |
../MacOSX/Launcher, |
1460 |
+ |
../slirp, |
1461 |
+ |
../kpx_cpu/src, |
1462 |
+ |
../kpx_cpu/include, |
1463 |
+ |
../include, |
1464 |
+ |
); |
1465 |
+ |
INSTALL_PATH = /usr/local/lib; |
1466 |
+ |
PREBINDING = NO; |
1467 |
+ |
PRODUCT_NAME = kpx_cpu; |
1468 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1469 |
+ |
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1470 |
+ |
}; |
1471 |
+ |
name = Debug; |
1472 |
+ |
}; |
1473 |
+ |
0846E49C14B124DF00574779 /* Release */ = { |
1474 |
+ |
isa = XCBuildConfiguration; |
1475 |
+ |
buildSettings = { |
1476 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1477 |
+ |
ARCHS = ( |
1478 |
+ |
i386, |
1479 |
+ |
x86_64, |
1480 |
+ |
); |
1481 |
+ |
COPY_PHASE_STRIP = YES; |
1482 |
+ |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1483 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = NO; |
1484 |
+ |
GCC_MODEL_TUNING = ""; |
1485 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = ( |
1486 |
+ |
"DATADIR=", |
1487 |
+ |
HAVE_CONFIG_H, |
1488 |
+ |
USE_JIT, |
1489 |
+ |
"_GNU_SOURCE=1", |
1490 |
+ |
_THREAD_SAFE, |
1491 |
+ |
_REENTRANT, |
1492 |
+ |
); |
1493 |
+ |
GCC_VERSION = 4.0; |
1494 |
+ |
HEADER_SEARCH_PATHS = ( |
1495 |
+ |
/Library/Frameworks/SDL.framework/Versions/A/Headers/, |
1496 |
+ |
./config/, |
1497 |
+ |
../Unix, |
1498 |
+ |
../MacOSX/Launcher, |
1499 |
+ |
../slirp, |
1500 |
+ |
../kpx_cpu/src, |
1501 |
+ |
../kpx_cpu/include, |
1502 |
+ |
../include, |
1503 |
+ |
); |
1504 |
+ |
INSTALL_PATH = /usr/local/lib; |
1505 |
+ |
PREBINDING = NO; |
1506 |
+ |
PRODUCT_NAME = kpx_cpu; |
1507 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1508 |
+ |
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1509 |
+ |
ZERO_LINK = NO; |
1510 |
+ |
}; |
1511 |
+ |
name = Release; |
1512 |
+ |
}; |
1513 |
+ |
0846E52914B129EF00574779 /* Debug */ = { |
1514 |
+ |
isa = XCBuildConfiguration; |
1515 |
+ |
buildSettings = { |
1516 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1517 |
+ |
ARCHS = ppc; |
1518 |
+ |
COPY_PHASE_STRIP = NO; |
1519 |
+ |
GCC_DYNAMIC_NO_PIC = NO; |
1520 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = YES; |
1521 |
+ |
GCC_MODEL_TUNING = G5; |
1522 |
+ |
GCC_OPTIMIZATION_LEVEL = 0; |
1523 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__; |
1524 |
+ |
GCC_VERSION = 4.0; |
1525 |
+ |
HEADER_SEARCH_PATHS = ( |
1526 |
+ |
../Unix, |
1527 |
+ |
../include, |
1528 |
+ |
); |
1529 |
+ |
INSTALL_PATH = /usr/local/lib; |
1530 |
+ |
PREBINDING = NO; |
1531 |
+ |
PRODUCT_NAME = ppc_asm; |
1532 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1533 |
+ |
}; |
1534 |
+ |
name = Debug; |
1535 |
+ |
}; |
1536 |
+ |
0846E52A14B129EF00574779 /* Release */ = { |
1537 |
+ |
isa = XCBuildConfiguration; |
1538 |
+ |
buildSettings = { |
1539 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1540 |
+ |
ARCHS = ppc; |
1541 |
+ |
COPY_PHASE_STRIP = YES; |
1542 |
+ |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1543 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = NO; |
1544 |
+ |
GCC_MODEL_TUNING = G5; |
1545 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__; |
1546 |
+ |
GCC_VERSION = 4.0; |
1547 |
+ |
HEADER_SEARCH_PATHS = ( |
1548 |
+ |
../Unix, |
1549 |
+ |
../include, |
1550 |
+ |
); |
1551 |
+ |
INSTALL_PATH = /usr/local/lib; |
1552 |
+ |
PREBINDING = NO; |
1553 |
+ |
PRODUCT_NAME = ppc_asm; |
1554 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1555 |
+ |
ZERO_LINK = NO; |
1556 |
+ |
}; |
1557 |
+ |
name = Release; |
1558 |
+ |
}; |
1559 |
|
0856CCAF14A99DE0000B1711 /* Debug */ = { |
1560 |
|
isa = XCBuildConfiguration; |
1561 |
|
buildSettings = { |
1575 |
|
buildSettings = { |
1576 |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
1577 |
|
ARCHS = ( |
1578 |
+ |
ppc, |
1579 |
|
i386, |
1580 |
|
x86_64, |
1581 |
|
); |
1613 |
|
../kpx_cpu/include, |
1614 |
|
../include, |
1615 |
|
); |
1616 |
< |
INFOPLIST_FILE = Info.plist; |
1616 |
> |
INFOPLIST_FILE = Info.plist.in; |
1617 |
> |
INFOPLIST_PREFIX_HEADER = ""; |
1618 |
> |
INFOPLIST_PREPROCESS = NO; |
1619 |
|
INSTALL_PATH = "$(HOME)/Applications"; |
1620 |
|
OTHER_CFLAGS = ""; |
1621 |
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; |
1629 |
|
AppKit, |
1630 |
|
"-framework", |
1631 |
|
Carbon, |
1632 |
+ |
"-lkpx_cpu", |
1633 |
+ |
); |
1634 |
+ |
"OTHER_LDFLAGS[arch=ppc]" = ( |
1635 |
+ |
"-pagezero_size", |
1636 |
+ |
0x3000, |
1637 |
+ |
"-Wl,-seg1addr,0x78048000", |
1638 |
+ |
"-framework", |
1639 |
+ |
Foundation, |
1640 |
+ |
"-framework", |
1641 |
+ |
AppKit, |
1642 |
+ |
"-framework", |
1643 |
+ |
Carbon, |
1644 |
+ |
"-lppc_asm", |
1645 |
|
); |
1646 |
|
PREBINDING = NO; |
1647 |
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; |
1648 |
|
PRODUCT_NAME = SheepShaver; |
1649 |
|
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1650 |
|
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1651 |
+ |
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1652 |
|
WARNING_LDFLAGS = ""; |
1653 |
|
}; |
1654 |
|
name = Debug; |
1658 |
|
buildSettings = { |
1659 |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
1660 |
|
ARCHS = ( |
1661 |
+ |
ppc, |
1662 |
|
i386, |
1663 |
|
x86_64, |
1664 |
|
); |
1696 |
|
../kpx_cpu/include, |
1697 |
|
../include, |
1698 |
|
); |
1699 |
< |
INFOPLIST_FILE = Info.plist; |
1699 |
> |
INFOPLIST_FILE = Info.plist.in; |
1700 |
> |
INFOPLIST_PREFIX_HEADER = ""; |
1701 |
> |
INFOPLIST_PREPROCESS = NO; |
1702 |
|
INSTALL_PATH = "$(HOME)/Applications"; |
1703 |
|
OTHER_CFLAGS = ""; |
1704 |
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; |
1712 |
|
AppKit, |
1713 |
|
"-framework", |
1714 |
|
Carbon, |
1715 |
+ |
"-lkpx_cpu", |
1716 |
+ |
); |
1717 |
+ |
"OTHER_LDFLAGS[arch=ppc]" = ( |
1718 |
+ |
"-pagezero_size", |
1719 |
+ |
0x3000, |
1720 |
+ |
"-Wl,-seg1addr,0x78048000", |
1721 |
+ |
"-framework", |
1722 |
+ |
Foundation, |
1723 |
+ |
"-framework", |
1724 |
+ |
AppKit, |
1725 |
+ |
"-framework", |
1726 |
+ |
Carbon, |
1727 |
+ |
"-lppc_asm", |
1728 |
|
); |
1729 |
|
PREBINDING = NO; |
1730 |
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; |
1731 |
|
PRODUCT_NAME = SheepShaver; |
1732 |
|
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1733 |
|
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1734 |
+ |
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1735 |
|
ZERO_LINK = NO; |
1736 |
|
}; |
1737 |
|
name = Release; |
2009 |
|
); |
2010 |
|
defaultConfigurationIsVisible = 0; |
2011 |
|
defaultConfigurationName = Release; |
2012 |
+ |
}; |
2013 |
+ |
0846E4A114B1251400574779 /* Build configuration list for PBXNativeTarget "kpx_cpu" */ = { |
2014 |
+ |
isa = XCConfigurationList; |
2015 |
+ |
buildConfigurations = ( |
2016 |
+ |
0846E49B14B124DF00574779 /* Debug */, |
2017 |
+ |
0846E49C14B124DF00574779 /* Release */, |
2018 |
+ |
); |
2019 |
+ |
defaultConfigurationIsVisible = 0; |
2020 |
+ |
defaultConfigurationName = Release; |
2021 |
+ |
}; |
2022 |
+ |
0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */ = { |
2023 |
+ |
isa = XCConfigurationList; |
2024 |
+ |
buildConfigurations = ( |
2025 |
+ |
0846E52914B129EF00574779 /* Debug */, |
2026 |
+ |
0846E52A14B129EF00574779 /* Release */, |
2027 |
+ |
); |
2028 |
+ |
defaultConfigurationIsVisible = 0; |
2029 |
+ |
defaultConfigurationName = Release; |
2030 |
|
}; |
2031 |
|
0856CCB114A99DE0000B1711 /* Build configuration list for PBXProject "SheepShaver" */ = { |
2032 |
|
isa = XCConfigurationList; |