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 */; }; |
117 |
|
0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; }; |
118 |
|
0873A76B14ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; }; |
119 |
|
0873A80214AC515D004F12B7 /* utils_macosx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0873A80114AC515D004F12B7 /* utils_macosx.mm */; }; |
120 |
+ |
08CD42DC14B7B85B009CA2A2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */; }; |
121 |
+ |
08CD42E814B7B8AA009CA2A2 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08CD42E714B7B8AA009CA2A2 /* Carbon.framework */; }; |
122 |
|
/* End PBXBuildFile section */ |
123 |
|
|
124 |
|
/* Begin PBXContainerItemProxy section */ |
129 |
|
remoteGlobalIDString = 082AC25114AA59B600071F5E; |
130 |
|
remoteInfo = lowmem; |
131 |
|
}; |
132 |
< |
0873A5DB14AB80F0004F12B7 /* PBXContainerItemProxy */ = { |
132 |
> |
0846E4A614B1253500574779 /* PBXContainerItemProxy */ = { |
133 |
> |
isa = PBXContainerItemProxy; |
134 |
> |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
135 |
> |
proxyType = 1; |
136 |
> |
remoteGlobalIDString = 0846E49914B124DE00574779; |
137 |
> |
remoteInfo = kpx_cpu; |
138 |
> |
}; |
139 |
> |
0846E4C514B126B600574779 /* PBXContainerItemProxy */ = { |
140 |
|
isa = PBXContainerItemProxy; |
141 |
|
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
142 |
|
proxyType = 1; |
143 |
|
remoteGlobalIDString = 0873A5CB14AB806D004F12B7; |
144 |
|
remoteInfo = "ppc-dyngen-ops"; |
145 |
|
}; |
146 |
+ |
0846E4C714B126B800574779 /* PBXContainerItemProxy */ = { |
147 |
+ |
isa = PBXContainerItemProxy; |
148 |
+ |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
149 |
+ |
proxyType = 1; |
150 |
+ |
remoteGlobalIDString = 0873A67314AB8AE9004F12B7; |
151 |
+ |
remoteInfo = "ppc-execute-impl"; |
152 |
+ |
}; |
153 |
+ |
0846E52D14B12A2E00574779 /* PBXContainerItemProxy */ = { |
154 |
+ |
isa = PBXContainerItemProxy; |
155 |
+ |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
156 |
+ |
proxyType = 1; |
157 |
+ |
remoteGlobalIDString = 0846E52714B129EE00574779; |
158 |
+ |
remoteInfo = ppc_asm; |
159 |
+ |
}; |
160 |
|
0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */ = { |
161 |
|
isa = PBXContainerItemProxy; |
162 |
|
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
171 |
|
remoteGlobalIDString = 0873A53114AAF05A004F12B7; |
172 |
|
remoteInfo = dyngen; |
173 |
|
}; |
148 |
– |
0873A67C14AB8AF9004F12B7 /* PBXContainerItemProxy */ = { |
149 |
– |
isa = PBXContainerItemProxy; |
150 |
– |
containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */; |
151 |
– |
proxyType = 1; |
152 |
– |
remoteGlobalIDString = 0873A67314AB8AE9004F12B7; |
153 |
– |
remoteInfo = "ppc-execute-impl"; |
154 |
– |
}; |
174 |
|
/* End PBXContainerItemProxy section */ |
175 |
|
|
176 |
+ |
/* Begin PBXCopyFilesBuildPhase section */ |
177 |
+ |
0846E65E14B513DF00574779 /* Copy Frameworks */ = { |
178 |
+ |
isa = PBXCopyFilesBuildPhase; |
179 |
+ |
buildActionMask = 2147483647; |
180 |
+ |
dstPath = ""; |
181 |
+ |
dstSubfolderSpec = 10; |
182 |
+ |
files = ( |
183 |
+ |
0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */, |
184 |
+ |
); |
185 |
+ |
name = "Copy Frameworks"; |
186 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
187 |
+ |
}; |
188 |
+ |
/* End PBXCopyFilesBuildPhase section */ |
189 |
+ |
|
190 |
|
/* Begin PBXFileReference section */ |
191 |
|
082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_editor_dummy.cpp; sourceTree = "<group>"; }; |
192 |
|
082AC25214AA59B600071F5E /* lowmem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lowmem; sourceTree = BUILT_PRODUCTS_DIR; }; |
193 |
|
082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; }; |
194 |
+ |
0846E49A14B124DE00574779 /* libkpx_cpu.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libkpx_cpu.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
195 |
+ |
0846E52314B129DA00574779 /* ppc_asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ppc_asm.S; sourceTree = "<group>"; }; |
196 |
+ |
0846E52814B129EE00574779 /* libppc_asm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libppc_asm.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
197 |
+ |
0846E55214B12B0D00574779 /* paranoia.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paranoia.cpp; sourceTree = "<group>"; }; |
198 |
|
0856CCC114A99E1C000B1711 /* SheepShaver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SheepShaver.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
199 |
|
0856CD4B14A99EEF000B1711 /* adb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = adb.cpp; path = ../adb.cpp; sourceTree = SOURCE_ROOT; }; |
200 |
|
0856CD4C14A99EEF000B1711 /* audio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = audio.cpp; path = ../audio.cpp; sourceTree = SOURCE_ROOT; }; |
299 |
|
0856CE0514A99EEF000B1711 /* macos_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = macos_util.cpp; path = ../macos_util.cpp; sourceTree = SOURCE_ROOT; }; |
300 |
|
0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clip_macosx.cpp; sourceTree = "<group>"; }; |
301 |
|
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>"; }; |
302 |
|
0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos_util_macosx.h; sourceTree = "<group>"; }; |
303 |
|
0856CE7014A99EF0000B1711 /* prefs_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = prefs_macosx.mm; sourceTree = "<group>"; }; |
304 |
|
0856CE8314A99EF0000B1711 /* SheepShaver.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SheepShaver.icns; sourceTree = "<group>"; }; |
408 |
|
0873A76714ABD151004F12B7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; }; |
409 |
|
0873A80014AC515D004F12B7 /* utils_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils_macosx.h; sourceTree = "<group>"; }; |
410 |
|
0873A80114AC515D004F12B7 /* utils_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils_macosx.mm; sourceTree = "<group>"; }; |
411 |
+ |
08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; |
412 |
+ |
08CD42E714B7B8AA009CA2A2 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
413 |
|
/* End PBXFileReference section */ |
414 |
|
|
415 |
|
/* Begin PBXFrameworksBuildPhase section */ |
420 |
|
); |
421 |
|
runOnlyForDeploymentPostprocessing = 0; |
422 |
|
}; |
423 |
+ |
0846E49814B124DE00574779 /* Frameworks */ = { |
424 |
+ |
isa = PBXFrameworksBuildPhase; |
425 |
+ |
buildActionMask = 2147483647; |
426 |
+ |
files = ( |
427 |
+ |
); |
428 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
429 |
+ |
}; |
430 |
+ |
0846E52614B129EE00574779 /* Frameworks */ = { |
431 |
+ |
isa = PBXFrameworksBuildPhase; |
432 |
+ |
buildActionMask = 2147483647; |
433 |
+ |
files = ( |
434 |
+ |
); |
435 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
436 |
+ |
}; |
437 |
|
0856CCBF14A99E1C000B1711 /* Frameworks */ = { |
438 |
|
isa = PBXFrameworksBuildPhase; |
439 |
|
buildActionMask = 2147483647; |
440 |
|
files = ( |
441 |
|
0856D17514A9A1A2000B1711 /* SDL.framework in Frameworks */, |
442 |
|
0856D21514A9A6C6000B1711 /* IOKit.framework in Frameworks */, |
443 |
+ |
08CD42DC14B7B85B009CA2A2 /* Cocoa.framework in Frameworks */, |
444 |
+ |
08CD42E814B7B8AA009CA2A2 /* Carbon.framework in Frameworks */, |
445 |
|
); |
446 |
|
runOnlyForDeploymentPostprocessing = 0; |
447 |
|
}; |
481 |
|
isa = PBXGroup; |
482 |
|
children = ( |
483 |
|
0856CCC814A99E30000B1711 /* Sources */, |
484 |
+ |
08CD42DF14B7B865009CA2A2 /* Frameworks */, |
485 |
|
0856CCC214A99E1C000B1711 /* Products */, |
431 |
– |
0856D21414A9A6C6000B1711 /* IOKit.framework */, |
432 |
– |
0856D17414A9A1A2000B1711 /* SDL.framework */, |
486 |
|
); |
487 |
|
sourceTree = "<group>"; |
488 |
|
}; |
494 |
|
0873A53214AAF05A004F12B7 /* dyngen */, |
495 |
|
0873A5C514AB8038004F12B7 /* libbasic-dyngen-ops.a */, |
496 |
|
0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */, |
497 |
+ |
0846E49A14B124DE00574779 /* libkpx_cpu.a */, |
498 |
+ |
0846E52814B129EE00574779 /* libppc_asm.a */, |
499 |
|
); |
500 |
|
name = Products; |
501 |
|
sourceTree = "<group>"; |
762 |
|
0856D2D614A9A704000B1711 /* Launcher */, |
763 |
|
0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */, |
764 |
|
0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */, |
710 |
– |
0856CE2E14A99EF0000B1711 /* Info.plist */, |
765 |
|
0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */, |
766 |
|
0856CE7014A99EF0000B1711 /* prefs_macosx.mm */, |
767 |
|
0856CE8314A99EF0000B1711 /* SheepShaver.icns */, |
844 |
|
0856CED014A99EF0000B1711 /* bincue_unix.h */, |
845 |
|
0856CEE314A99EF0000B1711 /* ether_unix.cpp */, |
846 |
|
0856CEFB14A99EF0000B1711 /* main_unix.cpp */, |
847 |
+ |
0846E55214B12B0D00574779 /* paranoia.cpp */, |
848 |
+ |
0846E52314B129DA00574779 /* ppc_asm.S */, |
849 |
|
0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */, |
850 |
|
0856CF5B14A99EF0000B1711 /* rpc.h */, |
851 |
|
0856CF5C14A99EF0000B1711 /* rpc_unix.cpp */, |
892 |
|
path = config; |
893 |
|
sourceTree = "<group>"; |
894 |
|
}; |
895 |
+ |
08CD42DF14B7B865009CA2A2 /* Frameworks */ = { |
896 |
+ |
isa = PBXGroup; |
897 |
+ |
children = ( |
898 |
+ |
08CD42E714B7B8AA009CA2A2 /* Carbon.framework */, |
899 |
+ |
08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */, |
900 |
+ |
0856D21414A9A6C6000B1711 /* IOKit.framework */, |
901 |
+ |
0856D17414A9A1A2000B1711 /* SDL.framework */, |
902 |
+ |
); |
903 |
+ |
name = Frameworks; |
904 |
+ |
sourceTree = "<group>"; |
905 |
+ |
}; |
906 |
|
/* End PBXGroup section */ |
907 |
|
|
908 |
|
/* Begin PBXHeadersBuildPhase section */ |
909 |
+ |
0846E49614B124DE00574779 /* Headers */ = { |
910 |
+ |
isa = PBXHeadersBuildPhase; |
911 |
+ |
buildActionMask = 2147483647; |
912 |
+ |
files = ( |
913 |
+ |
); |
914 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
915 |
+ |
}; |
916 |
+ |
0846E52414B129EE00574779 /* Headers */ = { |
917 |
+ |
isa = PBXHeadersBuildPhase; |
918 |
+ |
buildActionMask = 2147483647; |
919 |
+ |
files = ( |
920 |
+ |
); |
921 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
922 |
+ |
}; |
923 |
|
0873A5C114AB8038004F12B7 /* Headers */ = { |
924 |
|
isa = PBXHeadersBuildPhase; |
925 |
|
buildActionMask = 2147483647; |
957 |
|
productReference = 082AC25214AA59B600071F5E /* lowmem */; |
958 |
|
productType = "com.apple.product-type.tool"; |
959 |
|
}; |
960 |
+ |
0846E49914B124DE00574779 /* kpx_cpu */ = { |
961 |
+ |
isa = PBXNativeTarget; |
962 |
+ |
buildConfigurationList = 0846E4A114B1251400574779 /* Build configuration list for PBXNativeTarget "kpx_cpu" */; |
963 |
+ |
buildPhases = ( |
964 |
+ |
0846E49614B124DE00574779 /* Headers */, |
965 |
+ |
0846E49714B124DE00574779 /* Sources */, |
966 |
+ |
0846E49814B124DE00574779 /* Frameworks */, |
967 |
+ |
); |
968 |
+ |
buildRules = ( |
969 |
+ |
); |
970 |
+ |
dependencies = ( |
971 |
+ |
0846E4C614B126B600574779 /* PBXTargetDependency */, |
972 |
+ |
0846E4C814B126B800574779 /* PBXTargetDependency */, |
973 |
+ |
); |
974 |
+ |
name = kpx_cpu; |
975 |
+ |
productName = kpx_cpu; |
976 |
+ |
productReference = 0846E49A14B124DE00574779 /* libkpx_cpu.a */; |
977 |
+ |
productType = "com.apple.product-type.library.static"; |
978 |
+ |
}; |
979 |
+ |
0846E52714B129EE00574779 /* ppc_asm */ = { |
980 |
+ |
isa = PBXNativeTarget; |
981 |
+ |
buildConfigurationList = 0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */; |
982 |
+ |
buildPhases = ( |
983 |
+ |
0846E52414B129EE00574779 /* Headers */, |
984 |
+ |
0846E52514B129EE00574779 /* Sources */, |
985 |
+ |
0846E52614B129EE00574779 /* Frameworks */, |
986 |
+ |
); |
987 |
+ |
buildRules = ( |
988 |
+ |
); |
989 |
+ |
dependencies = ( |
990 |
+ |
); |
991 |
+ |
name = ppc_asm; |
992 |
+ |
productName = ppc_asm; |
993 |
+ |
productReference = 0846E52814B129EE00574779 /* libppc_asm.a */; |
994 |
+ |
productType = "com.apple.product-type.library.static"; |
995 |
+ |
}; |
996 |
|
0856CCC014A99E1C000B1711 /* SheepShaver */ = { |
997 |
|
isa = PBXNativeTarget; |
998 |
|
buildConfigurationList = 0856CCC714A99E1D000B1711 /* Build configuration list for PBXNativeTarget "SheepShaver" */; |
999 |
|
buildPhases = ( |
1000 |
+ |
0846E65E14B513DF00574779 /* Copy Frameworks */, |
1001 |
|
0856CCBD14A99E1C000B1711 /* Resources */, |
1002 |
|
0856CCBE14A99E1C000B1711 /* Sources */, |
1003 |
|
0856CCBF14A99E1C000B1711 /* Frameworks */, |
1004 |
|
082AC26A14AA5A5A00071F5E /* Run lowmem */, |
1005 |
+ |
08CD43CF14B7BD01009CA2A2 /* Change SDL load path */, |
1006 |
+ |
08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */, |
1007 |
|
); |
1008 |
|
buildRules = ( |
1009 |
|
); |
1010 |
|
dependencies = ( |
1011 |
< |
0873A5DC14AB80F0004F12B7 /* PBXTargetDependency */, |
1012 |
< |
0873A67D14AB8AF9004F12B7 /* PBXTargetDependency */, |
1011 |
> |
0846E52E14B12A2E00574779 /* PBXTargetDependency */, |
1012 |
> |
0846E4A714B1253500574779 /* PBXTargetDependency */, |
1013 |
|
082AC26814AA5A4800071F5E /* PBXTargetDependency */, |
1014 |
|
); |
1015 |
|
name = SheepShaver; |
1097 |
|
0873A5C414AB8038004F12B7 /* basic-dyngen-ops */, |
1098 |
|
0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */, |
1099 |
|
0873A67314AB8AE9004F12B7 /* ppc-execute-impl */, |
1100 |
+ |
0846E49914B124DE00574779 /* kpx_cpu */, |
1101 |
+ |
0846E52714B129EE00574779 /* ppc_asm */, |
1102 |
|
); |
1103 |
|
}; |
1104 |
|
/* End PBXProject section */ |
1138 |
|
); |
1139 |
|
inputPaths = ( |
1140 |
|
"$(BUILT_PRODUCTS_DIR)/dyngen", |
1141 |
< |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/basic-dyngen-ops.o", |
1141 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/i386/basic-dyngen-ops.o", |
1142 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/x86_64/basic-dyngen-ops.o", |
1143 |
|
); |
1144 |
|
name = "Run dyngen"; |
1145 |
|
outputPaths = ( |
1146 |
+ |
"$(SRCROOT)/../Unix/basic-dyngen-ops-x86_32.hpp", |
1147 |
+ |
"$(SRCROOT)/../Unix/basic-dyngen-ops-x86_64.hpp", |
1148 |
|
"$(SRCROOT)/../Unix/basic-dyngen-ops.hpp", |
1149 |
|
); |
1150 |
|
runOnlyForDeploymentPostprocessing = 0; |
1151 |
|
shellPath = /bin/sh; |
1152 |
< |
shellScript = "\"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/${CURRENT_ARCH}/basic-dyngen-ops.o\"\n"; |
1152 |
> |
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"; |
1153 |
|
}; |
1154 |
|
0873A66914AB8A40004F12B7 /* Run dyngen */ = { |
1155 |
|
isa = PBXShellScriptBuildPhase; |
1158 |
|
); |
1159 |
|
inputPaths = ( |
1160 |
|
"$(BUILT_PRODUCTS_DIR)/dyngen", |
1161 |
< |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/ppc-dyngen-ops.o", |
1161 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/i386/ppc-dyngen-ops.o", |
1162 |
> |
"$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/x86_64/ppc-dyngen-ops.o", |
1163 |
|
); |
1164 |
|
name = "Run dyngen"; |
1165 |
|
outputPaths = ( |
1166 |
+ |
"$(SRCROOT)/../Unix/ppc-dyngen-ops-x86_32.hpp", |
1167 |
+ |
"$(SRCROOT)/../Unix/ppc-dyngen-ops-x86_64.hpp", |
1168 |
|
"$(SRCROOT)/../Unix/ppc-dyngen-ops.hpp", |
1169 |
|
); |
1170 |
|
runOnlyForDeploymentPostprocessing = 0; |
1171 |
|
shellPath = /bin/sh; |
1172 |
< |
shellScript = "\"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/${CURRENT_ARCH}/ppc-dyngen-ops.o\"\n"; |
1172 |
> |
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"; |
1173 |
|
}; |
1174 |
|
0873A67214AB8AE9004F12B7 /* Run genexec */ = { |
1175 |
|
isa = PBXShellScriptBuildPhase; |
1188 |
|
shellPath = /bin/sh; |
1189 |
|
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"; |
1190 |
|
}; |
1191 |
+ |
08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */ = { |
1192 |
+ |
isa = PBXShellScriptBuildPhase; |
1193 |
+ |
buildActionMask = 2147483647; |
1194 |
+ |
files = ( |
1195 |
+ |
); |
1196 |
+ |
inputPaths = ( |
1197 |
+ |
); |
1198 |
+ |
name = "Preprocess Info.plist"; |
1199 |
+ |
outputPaths = ( |
1200 |
+ |
); |
1201 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1202 |
+ |
shellPath = /bin/sh; |
1203 |
+ |
shellScript = "sed -i '' 's/@PACKAGE_VERSION@/2.3/g' \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\""; |
1204 |
+ |
}; |
1205 |
+ |
08CD43CF14B7BD01009CA2A2 /* Change SDL load path */ = { |
1206 |
+ |
isa = PBXShellScriptBuildPhase; |
1207 |
+ |
buildActionMask = 2147483647; |
1208 |
+ |
files = ( |
1209 |
+ |
); |
1210 |
+ |
inputPaths = ( |
1211 |
+ |
); |
1212 |
+ |
name = "Change SDL load path"; |
1213 |
+ |
outputPaths = ( |
1214 |
+ |
); |
1215 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1216 |
+ |
shellPath = /bin/sh; |
1217 |
+ |
shellScript = "install_name_tool -change @rpath/SDL.framework/Versions/A/SDL @executable_path/../Frameworks/SDL.framework/Versions/A/SDL \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\"\n"; |
1218 |
+ |
}; |
1219 |
|
/* End PBXShellScriptBuildPhase section */ |
1220 |
|
|
1221 |
|
/* Begin PBXSourcesBuildPhase section */ |
1227 |
|
); |
1228 |
|
runOnlyForDeploymentPostprocessing = 0; |
1229 |
|
}; |
1230 |
+ |
0846E49714B124DE00574779 /* Sources */ = { |
1231 |
+ |
isa = PBXSourcesBuildPhase; |
1232 |
+ |
buildActionMask = 2147483647; |
1233 |
+ |
files = ( |
1234 |
+ |
0846E4B114B1264700574779 /* ieeefp.cpp in Sources */, |
1235 |
+ |
0846E4B314B1264F00574779 /* mathlib.cpp in Sources */, |
1236 |
+ |
0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */, |
1237 |
+ |
0846E4B614B1265A00574779 /* ppc-translate.cpp in Sources */, |
1238 |
+ |
0846E4B814B1266000574779 /* ppc-jit.cpp in Sources */, |
1239 |
+ |
0846E4B914B1266600574779 /* ppc-execute.cpp in Sources */, |
1240 |
+ |
0846E4BC14B1267200574779 /* ppc-dyngen.cpp in Sources */, |
1241 |
+ |
0846E4BE14B1267A00574779 /* ppc-decode.cpp in Sources */, |
1242 |
+ |
0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */, |
1243 |
+ |
0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */, |
1244 |
+ |
0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */, |
1245 |
+ |
0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */, |
1246 |
+ |
); |
1247 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1248 |
+ |
}; |
1249 |
+ |
0846E52514B129EE00574779 /* Sources */ = { |
1250 |
+ |
isa = PBXSourcesBuildPhase; |
1251 |
+ |
buildActionMask = 2147483647; |
1252 |
+ |
files = ( |
1253 |
+ |
0846E52B14B12A0800574779 /* ppc_asm.S in Sources */, |
1254 |
+ |
0846E55314B12B0D00574779 /* paranoia.cpp in Sources */, |
1255 |
+ |
); |
1256 |
+ |
runOnlyForDeploymentPostprocessing = 0; |
1257 |
+ |
}; |
1258 |
|
0856CCBE14A99E1C000B1711 /* Sources */ = { |
1259 |
|
isa = PBXSourcesBuildPhase; |
1260 |
|
buildActionMask = 2147483647; |
1268 |
|
0856CFF014A99EF0000B1711 /* ether.cpp in Sources */, |
1269 |
|
0856CFF314A99EF0000B1711 /* extfs.cpp in Sources */, |
1270 |
|
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 */, |
1271 |
|
0856D00914A99EF0000B1711 /* macos_util.cpp in Sources */, |
1272 |
|
0856D02414A99EF0000B1711 /* clip_macosx.cpp in Sources */, |
1273 |
|
0856D02514A99EF0000B1711 /* extfs_macosx.cpp in Sources */, |
1363 |
|
target = 082AC25114AA59B600071F5E /* lowmem */; |
1364 |
|
targetProxy = 082AC26714AA5A4800071F5E /* PBXContainerItemProxy */; |
1365 |
|
}; |
1366 |
< |
0873A5DC14AB80F0004F12B7 /* PBXTargetDependency */ = { |
1366 |
> |
0846E4A714B1253500574779 /* PBXTargetDependency */ = { |
1367 |
> |
isa = PBXTargetDependency; |
1368 |
> |
target = 0846E49914B124DE00574779 /* kpx_cpu */; |
1369 |
> |
targetProxy = 0846E4A614B1253500574779 /* PBXContainerItemProxy */; |
1370 |
> |
}; |
1371 |
> |
0846E4C614B126B600574779 /* PBXTargetDependency */ = { |
1372 |
|
isa = PBXTargetDependency; |
1373 |
|
target = 0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */; |
1374 |
< |
targetProxy = 0873A5DB14AB80F0004F12B7 /* PBXContainerItemProxy */; |
1374 |
> |
targetProxy = 0846E4C514B126B600574779 /* PBXContainerItemProxy */; |
1375 |
> |
}; |
1376 |
> |
0846E4C814B126B800574779 /* PBXTargetDependency */ = { |
1377 |
> |
isa = PBXTargetDependency; |
1378 |
> |
target = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */; |
1379 |
> |
targetProxy = 0846E4C714B126B800574779 /* PBXContainerItemProxy */; |
1380 |
> |
}; |
1381 |
> |
0846E52E14B12A2E00574779 /* PBXTargetDependency */ = { |
1382 |
> |
isa = PBXTargetDependency; |
1383 |
> |
target = 0846E52714B129EE00574779 /* ppc_asm */; |
1384 |
> |
targetProxy = 0846E52D14B12A2E00574779 /* PBXContainerItemProxy */; |
1385 |
|
}; |
1386 |
|
0873A60314AB83CC004F12B7 /* PBXTargetDependency */ = { |
1387 |
|
isa = PBXTargetDependency; |
1393 |
|
target = 0873A53114AAF05A004F12B7 /* dyngen */; |
1394 |
|
targetProxy = 0873A62614AB869A004F12B7 /* PBXContainerItemProxy */; |
1395 |
|
}; |
1209 |
– |
0873A67D14AB8AF9004F12B7 /* PBXTargetDependency */ = { |
1210 |
– |
isa = PBXTargetDependency; |
1211 |
– |
target = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */; |
1212 |
– |
targetProxy = 0873A67C14AB8AF9004F12B7 /* PBXContainerItemProxy */; |
1213 |
– |
}; |
1396 |
|
/* End PBXTargetDependency section */ |
1397 |
|
|
1398 |
|
/* Begin PBXVariantGroup section */ |
1461 |
|
}; |
1462 |
|
name = Release; |
1463 |
|
}; |
1464 |
+ |
0846E49B14B124DF00574779 /* Debug */ = { |
1465 |
+ |
isa = XCBuildConfiguration; |
1466 |
+ |
buildSettings = { |
1467 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1468 |
+ |
ARCHS = ( |
1469 |
+ |
i386, |
1470 |
+ |
x86_64, |
1471 |
+ |
); |
1472 |
+ |
COPY_PHASE_STRIP = NO; |
1473 |
+ |
GCC_DYNAMIC_NO_PIC = NO; |
1474 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = YES; |
1475 |
+ |
GCC_MODEL_TUNING = ""; |
1476 |
+ |
GCC_OPTIMIZATION_LEVEL = 0; |
1477 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = ( |
1478 |
+ |
"DATADIR=", |
1479 |
+ |
HAVE_CONFIG_H, |
1480 |
+ |
USE_JIT, |
1481 |
+ |
"_GNU_SOURCE=1", |
1482 |
+ |
_THREAD_SAFE, |
1483 |
+ |
_REENTRANT, |
1484 |
+ |
); |
1485 |
+ |
GCC_VERSION = 4.0; |
1486 |
+ |
HEADER_SEARCH_PATHS = ( |
1487 |
+ |
/Library/Frameworks/SDL.framework/Versions/A/Headers/, |
1488 |
+ |
./config/, |
1489 |
+ |
../Unix, |
1490 |
+ |
../MacOSX/Launcher, |
1491 |
+ |
../slirp, |
1492 |
+ |
../kpx_cpu/src, |
1493 |
+ |
../kpx_cpu/include, |
1494 |
+ |
../include, |
1495 |
+ |
); |
1496 |
+ |
INSTALL_PATH = /usr/local/lib; |
1497 |
+ |
PREBINDING = NO; |
1498 |
+ |
PRODUCT_NAME = kpx_cpu; |
1499 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1500 |
+ |
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1501 |
+ |
}; |
1502 |
+ |
name = Debug; |
1503 |
+ |
}; |
1504 |
+ |
0846E49C14B124DF00574779 /* Release */ = { |
1505 |
+ |
isa = XCBuildConfiguration; |
1506 |
+ |
buildSettings = { |
1507 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1508 |
+ |
ARCHS = ( |
1509 |
+ |
i386, |
1510 |
+ |
x86_64, |
1511 |
+ |
); |
1512 |
+ |
COPY_PHASE_STRIP = YES; |
1513 |
+ |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1514 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = NO; |
1515 |
+ |
GCC_MODEL_TUNING = ""; |
1516 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = ( |
1517 |
+ |
"DATADIR=", |
1518 |
+ |
HAVE_CONFIG_H, |
1519 |
+ |
USE_JIT, |
1520 |
+ |
"_GNU_SOURCE=1", |
1521 |
+ |
_THREAD_SAFE, |
1522 |
+ |
_REENTRANT, |
1523 |
+ |
); |
1524 |
+ |
GCC_VERSION = 4.0; |
1525 |
+ |
HEADER_SEARCH_PATHS = ( |
1526 |
+ |
/Library/Frameworks/SDL.framework/Versions/A/Headers/, |
1527 |
+ |
./config/, |
1528 |
+ |
../Unix, |
1529 |
+ |
../MacOSX/Launcher, |
1530 |
+ |
../slirp, |
1531 |
+ |
../kpx_cpu/src, |
1532 |
+ |
../kpx_cpu/include, |
1533 |
+ |
../include, |
1534 |
+ |
); |
1535 |
+ |
INSTALL_PATH = /usr/local/lib; |
1536 |
+ |
PREBINDING = NO; |
1537 |
+ |
PRODUCT_NAME = kpx_cpu; |
1538 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1539 |
+ |
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1540 |
+ |
ZERO_LINK = NO; |
1541 |
+ |
}; |
1542 |
+ |
name = Release; |
1543 |
+ |
}; |
1544 |
+ |
0846E52914B129EF00574779 /* Debug */ = { |
1545 |
+ |
isa = XCBuildConfiguration; |
1546 |
+ |
buildSettings = { |
1547 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1548 |
+ |
ARCHS = ppc; |
1549 |
+ |
COPY_PHASE_STRIP = NO; |
1550 |
+ |
GCC_DYNAMIC_NO_PIC = NO; |
1551 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = YES; |
1552 |
+ |
GCC_MODEL_TUNING = G5; |
1553 |
+ |
GCC_OPTIMIZATION_LEVEL = 0; |
1554 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__; |
1555 |
+ |
GCC_VERSION = 4.0; |
1556 |
+ |
HEADER_SEARCH_PATHS = ( |
1557 |
+ |
../Unix, |
1558 |
+ |
../include, |
1559 |
+ |
); |
1560 |
+ |
INSTALL_PATH = /usr/local/lib; |
1561 |
+ |
PREBINDING = NO; |
1562 |
+ |
PRODUCT_NAME = ppc_asm; |
1563 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1564 |
+ |
}; |
1565 |
+ |
name = Debug; |
1566 |
+ |
}; |
1567 |
+ |
0846E52A14B129EF00574779 /* Release */ = { |
1568 |
+ |
isa = XCBuildConfiguration; |
1569 |
+ |
buildSettings = { |
1570 |
+ |
ALWAYS_SEARCH_USER_PATHS = NO; |
1571 |
+ |
ARCHS = ppc; |
1572 |
+ |
COPY_PHASE_STRIP = YES; |
1573 |
+ |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1574 |
+ |
GCC_ENABLE_FIX_AND_CONTINUE = NO; |
1575 |
+ |
GCC_MODEL_TUNING = G5; |
1576 |
+ |
GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__; |
1577 |
+ |
GCC_VERSION = 4.0; |
1578 |
+ |
HEADER_SEARCH_PATHS = ( |
1579 |
+ |
../Unix, |
1580 |
+ |
../include, |
1581 |
+ |
); |
1582 |
+ |
INSTALL_PATH = /usr/local/lib; |
1583 |
+ |
PREBINDING = NO; |
1584 |
+ |
PRODUCT_NAME = ppc_asm; |
1585 |
+ |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1586 |
+ |
ZERO_LINK = NO; |
1587 |
+ |
}; |
1588 |
+ |
name = Release; |
1589 |
+ |
}; |
1590 |
|
0856CCAF14A99DE0000B1711 /* Debug */ = { |
1591 |
|
isa = XCBuildConfiguration; |
1592 |
|
buildSettings = { |
1606 |
|
buildSettings = { |
1607 |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
1608 |
|
ARCHS = ( |
1609 |
+ |
ppc, |
1610 |
|
i386, |
1611 |
|
x86_64, |
1612 |
|
); |
1644 |
|
../kpx_cpu/include, |
1645 |
|
../include, |
1646 |
|
); |
1647 |
< |
INFOPLIST_FILE = Info.plist; |
1647 |
> |
INFOPLIST_FILE = Info.plist.in; |
1648 |
> |
INFOPLIST_PREFIX_HEADER = ""; |
1649 |
> |
INFOPLIST_PREPROCESS = NO; |
1650 |
|
INSTALL_PATH = "$(HOME)/Applications"; |
1651 |
+ |
MACOSX_DEPLOYMENT_TARGET = 10.4; |
1652 |
+ |
"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5; |
1653 |
|
OTHER_CFLAGS = ""; |
1654 |
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; |
1655 |
|
OTHER_LDFLAGS = ( |
1656 |
|
"-pagezero_size", |
1657 |
|
0x3000, |
1658 |
|
"-Wl,-seg1addr,0x78048000", |
1659 |
< |
"-framework", |
1660 |
< |
Foundation, |
1661 |
< |
"-framework", |
1662 |
< |
AppKit, |
1663 |
< |
"-framework", |
1664 |
< |
Carbon, |
1659 |
> |
"-lkpx_cpu", |
1660 |
> |
); |
1661 |
> |
"OTHER_LDFLAGS[arch=ppc]" = ( |
1662 |
> |
"-pagezero_size", |
1663 |
> |
0x3000, |
1664 |
> |
"-Wl,-seg1addr,0x78048000", |
1665 |
> |
"-lppc_asm", |
1666 |
|
); |
1667 |
|
PREBINDING = NO; |
1668 |
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; |
1669 |
|
PRODUCT_NAME = SheepShaver; |
1670 |
< |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1671 |
< |
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1670 |
> |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1671 |
> |
"SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1672 |
|
WARNING_LDFLAGS = ""; |
1673 |
|
}; |
1674 |
|
name = Debug; |
1678 |
|
buildSettings = { |
1679 |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
1680 |
|
ARCHS = ( |
1681 |
+ |
ppc, |
1682 |
|
i386, |
1683 |
|
x86_64, |
1684 |
|
); |
1716 |
|
../kpx_cpu/include, |
1717 |
|
../include, |
1718 |
|
); |
1719 |
< |
INFOPLIST_FILE = Info.plist; |
1719 |
> |
INFOPLIST_FILE = Info.plist.in; |
1720 |
> |
INFOPLIST_PREFIX_HEADER = ""; |
1721 |
> |
INFOPLIST_PREPROCESS = NO; |
1722 |
|
INSTALL_PATH = "$(HOME)/Applications"; |
1723 |
+ |
MACOSX_DEPLOYMENT_TARGET = 10.4; |
1724 |
+ |
"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5; |
1725 |
|
OTHER_CFLAGS = ""; |
1726 |
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; |
1727 |
|
OTHER_LDFLAGS = ( |
1728 |
|
"-pagezero_size", |
1729 |
|
0x3000, |
1730 |
|
"-Wl,-seg1addr,0x78048000", |
1731 |
< |
"-framework", |
1732 |
< |
Foundation, |
1733 |
< |
"-framework", |
1734 |
< |
AppKit, |
1735 |
< |
"-framework", |
1736 |
< |
Carbon, |
1731 |
> |
"-lkpx_cpu", |
1732 |
> |
); |
1733 |
> |
"OTHER_LDFLAGS[arch=ppc]" = ( |
1734 |
> |
"-pagezero_size", |
1735 |
> |
0x3000, |
1736 |
> |
"-Wl,-seg1addr,0x78048000", |
1737 |
> |
"-lppc_asm", |
1738 |
|
); |
1739 |
|
PREBINDING = NO; |
1740 |
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; |
1741 |
|
PRODUCT_NAME = SheepShaver; |
1742 |
< |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1743 |
< |
"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1742 |
> |
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
1743 |
> |
"SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
1744 |
|
ZERO_LINK = NO; |
1745 |
|
}; |
1746 |
|
name = Release; |
2018 |
|
); |
2019 |
|
defaultConfigurationIsVisible = 0; |
2020 |
|
defaultConfigurationName = Release; |
2021 |
+ |
}; |
2022 |
+ |
0846E4A114B1251400574779 /* Build configuration list for PBXNativeTarget "kpx_cpu" */ = { |
2023 |
+ |
isa = XCConfigurationList; |
2024 |
+ |
buildConfigurations = ( |
2025 |
+ |
0846E49B14B124DF00574779 /* Debug */, |
2026 |
+ |
0846E49C14B124DF00574779 /* Release */, |
2027 |
+ |
); |
2028 |
+ |
defaultConfigurationIsVisible = 0; |
2029 |
+ |
defaultConfigurationName = Release; |
2030 |
+ |
}; |
2031 |
+ |
0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */ = { |
2032 |
+ |
isa = XCConfigurationList; |
2033 |
+ |
buildConfigurations = ( |
2034 |
+ |
0846E52914B129EF00574779 /* Debug */, |
2035 |
+ |
0846E52A14B129EF00574779 /* Release */, |
2036 |
+ |
); |
2037 |
+ |
defaultConfigurationIsVisible = 0; |
2038 |
+ |
defaultConfigurationName = Release; |
2039 |
|
}; |
2040 |
|
0856CCB114A99DE0000B1711 /* Build configuration list for PBXProject "SheepShaver" */ = { |
2041 |
|
isa = XCConfigurationList; |