ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj
(Generate patch)

Comparing SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj (file contents):
Revision 1.7 by asvitkine, 2012-01-01T23:46:28Z vs.
Revision 1.17 by asvitkine, 2012-02-11T02:03:36Z

# Line 23 | Line 23
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                0846E4A314B1252800574779 /* sheepshaver_glue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */; };
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 */; };
# Line 35 | Line 34
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 */; };
# Line 73 | Line 76
76                  0856D07114A99EF1000B1711 /* sbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAC14A99EF0000B1711 /* sbuf.c */; };
77                  0856D07214A99EF1000B1711 /* slirp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAE14A99EF0000B1711 /* slirp.c */; };
78                  0856D07314A99EF1000B1711 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB114A99EF0000B1711 /* socket.c */; };
79 <                0856D07414A99EF1000B1711 /* tcp_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB414A99EF0000B1711 /* tcp_input.c */; };
79 >                0856D07414A99EF1000B1711 /* tcp_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB414A99EF0000B1711 /* tcp_input.c */; settings = {COMPILER_FLAGS = "-O1"; }; };
80                  0856D07514A99EF1000B1711 /* tcp_output.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB514A99EF0000B1711 /* tcp_output.c */; };
81                  0856D07614A99EF1000B1711 /* tcp_subr.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB614A99EF0000B1711 /* tcp_subr.c */; };
82                  0856D07714A99EF1000B1711 /* tcp_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB714A99EF0000B1711 /* tcp_timer.c */; };
# Line 114 | Line 117
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 */
# Line 128 | Line 133
133                          isa = PBXContainerItemProxy;
134                          containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
135                          proxyType = 1;
136 <                        remoteGlobalIDString = 0846E49914B124DE00574779 /* kpx_cpu */;
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 /* ppc-dyngen-ops */;
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 /* ppc-execute-impl */;
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 */;
# Line 161 | Line 173
173                  };
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; };
# Line 270 | Line 299
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>"; };
273                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>"; };
# Line 380 | Line 408
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 */
# Line 397 | Line 427
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                  };
# Line 442 | Line 481
481                          isa = PBXGroup;
482                          children = (
483                                  0856CCC814A99E30000B1711 /* Sources */,
484 +                                08CD42DF14B7B865009CA2A2 /* Frameworks */,
485                                  0856CCC214A99E1C000B1711 /* Products */,
446                                0856D21414A9A6C6000B1711 /* IOKit.framework */,
447                                0856D17414A9A1A2000B1711 /* SDL.framework */,
486                          );
487                          sourceTree = "<group>";
488                  };
# Line 457 | Line 495
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>";
# Line 723 | Line 762
762                                  0856D2D614A9A704000B1711 /* Launcher */,
763                                  0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */,
764                                  0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */,
726                                0856CE2E14A99EF0000B1711 /* Info.plist */,
765                                  0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */,
766                                  0856CE7014A99EF0000B1711 /* prefs_macosx.mm */,
767                                  0856CE8314A99EF0000B1711 /* SheepShaver.icns */,
# Line 806 | Line 844
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 */,
# Line 852 | Line 892
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 */
# Line 862 | Line 913
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;
# Line 918 | Line 976
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 +                                0846E52E14B12A2E00574779 /* PBXTargetDependency */,
1012                                  0846E4A714B1253500574779 /* PBXTargetDependency */,
1013                                  082AC26814AA5A4800071F5E /* PBXTargetDependency */,
1014                          );
# Line 1019 | Line 1098
1098                                  0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */,
1099                                  0873A67314AB8AE9004F12B7 /* ppc-execute-impl */,
1100                                  0846E49914B124DE00574779 /* kpx_cpu */,
1101 +                                0846E52714B129EE00574779 /* ppc_asm */,
1102                          );
1103                  };
1104   /* End PBXProject section */
# Line 1108 | Line 1188
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 */
# Line 1123 | Line 1231
1231                          isa = PBXSourcesBuildPhase;
1232                          buildActionMask = 2147483647;
1233                          files = (
1126                                0846E4A314B1252800574779 /* sheepshaver_glue.cpp in Sources */,
1234                                  0846E4B114B1264700574779 /* ieeefp.cpp in Sources */,
1235                                  0846E4B314B1264F00574779 /* mathlib.cpp in Sources */,
1236                                  0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */,
# Line 1135 | Line 1242
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                  };
# Line 1261 | Line 1378
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;
1388                          target = 0873A5C414AB8038004F12B7 /* basic-dyngen-ops */;
# Line 1389 | Line 1511
1511                                  );
1512                                  COPY_PHASE_STRIP = YES;
1513                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1514 +                                GCC_AUTO_VECTORIZATION = YES;
1515 +                                GCC_DYNAMIC_NO_PIC = YES;
1516                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
1517 +                                GCC_ENABLE_SSE3_EXTENSIONS = YES;
1518 +                                GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1519                                  GCC_MODEL_TUNING = "";
1520 +                                GCC_OPTIMIZATION_LEVEL = 3;
1521                                  GCC_PREPROCESSOR_DEFINITIONS = (
1522                                          "DATADIR=",
1523                                          HAVE_CONFIG_H,
# Line 1400 | Line 1527
1527                                          _REENTRANT,
1528                                  );
1529                                  GCC_VERSION = 4.0;
1530 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1531                                  HEADER_SEARCH_PATHS = (
1532                                          /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1533                                          ./config/,
# Line 1411 | Line 1539
1539                                          ../include,
1540                                  );
1541                                  INSTALL_PATH = /usr/local/lib;
1542 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1543                                  PREBINDING = NO;
1544                                  PRODUCT_NAME = kpx_cpu;
1545 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1546 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1545 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1546 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1547 >                                ZERO_LINK = NO;
1548 >                        };
1549 >                        name = Release;
1550 >                };
1551 >                0846E52914B129EF00574779 /* Debug */ = {
1552 >                        isa = XCBuildConfiguration;
1553 >                        buildSettings = {
1554 >                                ALWAYS_SEARCH_USER_PATHS = NO;
1555 >                                ARCHS = ppc;
1556 >                                COPY_PHASE_STRIP = NO;
1557 >                                GCC_DYNAMIC_NO_PIC = NO;
1558 >                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
1559 >                                GCC_MODEL_TUNING = G5;
1560 >                                GCC_OPTIMIZATION_LEVEL = 0;
1561 >                                GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__;
1562 >                                GCC_VERSION = 4.0;
1563 >                                HEADER_SEARCH_PATHS = (
1564 >                                        ../Unix,
1565 >                                        ../include,
1566 >                                );
1567 >                                INSTALL_PATH = /usr/local/lib;
1568 >                                PREBINDING = NO;
1569 >                                PRODUCT_NAME = ppc_asm;
1570 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1571 >                        };
1572 >                        name = Debug;
1573 >                };
1574 >                0846E52A14B129EF00574779 /* Release */ = {
1575 >                        isa = XCBuildConfiguration;
1576 >                        buildSettings = {
1577 >                                ALWAYS_SEARCH_USER_PATHS = NO;
1578 >                                ARCHS = ppc;
1579 >                                COPY_PHASE_STRIP = YES;
1580 >                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1581 >                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
1582 >                                GCC_MODEL_TUNING = G5;
1583 >                                GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__;
1584 >                                GCC_VERSION = 4.0;
1585 >                                HEADER_SEARCH_PATHS = (
1586 >                                        ../Unix,
1587 >                                        ../include,
1588 >                                );
1589 >                                INSTALL_PATH = /usr/local/lib;
1590 >                                PREBINDING = NO;
1591 >                                PRODUCT_NAME = ppc_asm;
1592 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1593                                  ZERO_LINK = NO;
1594                          };
1595                          name = Release;
# Line 1438 | Line 1613
1613                          buildSettings = {
1614                                  ALWAYS_SEARCH_USER_PATHS = NO;
1615                                  ARCHS = (
1616 +                                        ppc,
1617                                          i386,
1618                                          x86_64,
1619                                  );
1620                                  COPY_PHASE_STRIP = NO;
1621 +                                FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
1622                                  GCC_CW_ASM_SYNTAX = NO;
1623                                  GCC_DYNAMIC_NO_PIC = NO;
1624                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
# Line 1475 | Line 1652
1652                                          ../kpx_cpu/include,
1653                                          ../include,
1654                                  );
1655 <                                INFOPLIST_FILE = Info.plist;
1655 >                                INFOPLIST_FILE = Info.plist.in;
1656 >                                INFOPLIST_PREFIX_HEADER = "";
1657 >                                INFOPLIST_PREPROCESS = NO;
1658                                  INSTALL_PATH = "$(HOME)/Applications";
1659 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1660 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
1661                                  OTHER_CFLAGS = "";
1662                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1663                                  OTHER_LDFLAGS = (
1664                                          "-pagezero_size",
1665                                          0x3000,
1666                                          "-Wl,-seg1addr,0x78048000",
1486                                        "-framework",
1487                                        Foundation,
1488                                        "-framework",
1489                                        AppKit,
1490                                        "-framework",
1491                                        Carbon,
1667                                          "-lkpx_cpu",
1668                                  );
1669 +                                "OTHER_LDFLAGS[arch=ppc]" = (
1670 +                                        "-pagezero_size",
1671 +                                        0x3000,
1672 +                                        "-Wl,-seg1addr,0x78048000",
1673 +                                        "-lppc_asm",
1674 +                                );
1675                                  PREBINDING = NO;
1676                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1677                                  PRODUCT_NAME = SheepShaver;
1678 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1679 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1678 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1679 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1680                                  WARNING_LDFLAGS = "";
1681                          };
1682                          name = Debug;
# Line 1505 | Line 1686
1686                          buildSettings = {
1687                                  ALWAYS_SEARCH_USER_PATHS = NO;
1688                                  ARCHS = (
1689 +                                        ppc,
1690                                          i386,
1691                                          x86_64,
1692                                  );
1693                                  COPY_PHASE_STRIP = YES;
1694 +                                DEAD_CODE_STRIPPING = NO;
1695                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1696 +                                FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
1697 +                                GCC_AUTO_VECTORIZATION = YES;
1698                                  GCC_CW_ASM_SYNTAX = NO;
1699 <                                GCC_DYNAMIC_NO_PIC = NO;
1699 >                                GCC_DYNAMIC_NO_PIC = YES;
1700                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
1701                                  GCC_ENABLE_PASCAL_STRINGS = NO;
1702 +                                GCC_ENABLE_SSE3_EXTENSIONS = YES;
1703 +                                GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1704                                  GCC_ENABLE_SYMBOL_SEPARATION = NO;
1705                                  GCC_ENABLE_TRIGRAPHS = NO;
1706                                  GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
1707                                  GCC_MODEL_TUNING = G5;
1708 +                                GCC_OPTIMIZATION_LEVEL = 3;
1709                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1710                                  GCC_PREFIX_HEADER = "";
1711                                  GCC_PREPROCESSOR_DEFINITIONS = (
# Line 1530 | Line 1718
1718                                  );
1719                                  GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1720                                  GCC_VERSION = 4.0;
1721 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1722                                  GCC_WARN_UNUSED_FUNCTION = YES;
1723                                  GCC_WARN_UNUSED_VARIABLE = YES;
1724                                  HEADER_SEARCH_PATHS = (
# Line 1542 | Line 1731
1731                                          ../kpx_cpu/include,
1732                                          ../include,
1733                                  );
1734 <                                INFOPLIST_FILE = Info.plist;
1734 >                                INFOPLIST_FILE = Info.plist.in;
1735 >                                INFOPLIST_PREFIX_HEADER = "";
1736 >                                INFOPLIST_PREPROCESS = NO;
1737                                  INSTALL_PATH = "$(HOME)/Applications";
1738 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1739 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1740                                  OTHER_CFLAGS = "";
1741                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1742                                  OTHER_LDFLAGS = (
1743                                          "-pagezero_size",
1744                                          0x3000,
1745                                          "-Wl,-seg1addr,0x78048000",
1553                                        "-framework",
1554                                        Foundation,
1555                                        "-framework",
1556                                        AppKit,
1557                                        "-framework",
1558                                        Carbon,
1746                                          "-lkpx_cpu",
1747                                  );
1748 +                                "OTHER_LDFLAGS[arch=ppc]" = (
1749 +                                        "-pagezero_size",
1750 +                                        0x3000,
1751 +                                        "-Wl,-seg1addr,0x78048000",
1752 +                                        "-lppc_asm",
1753 +                                );
1754                                  PREBINDING = NO;
1755                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1756                                  PRODUCT_NAME = SheepShaver;
1757 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1758 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1757 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1758 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1759                                  ZERO_LINK = NO;
1760                          };
1761                          name = Release;
# Line 1689 | Line 1882
1882                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1883                                  GCC_PREFIX_HEADER = "";
1884                                  GCC_VERSION = 4.0;
1885 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1886                                  HEADER_SEARCH_PATHS = (
1887                                          ../kpx_cpu/src,
1888                                          ../kpx_cpu/include,
# Line 1715 | Line 1909
1909                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1910                                  PRODUCT_NAME = "basic-dyngen-ops";
1911                                  SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1912 +                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1913                                  ZERO_LINK = NO;
1914                          };
1915                          name = Release;
# Line 1779 | Line 1974
1974                                  GCC_PRECOMPILE_PREFIX_HEADER = YES;
1975                                  GCC_PREFIX_HEADER = "";
1976                                  GCC_VERSION = 4.0;
1977 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1978                                  HEADER_SEARCH_PATHS = (
1979                                          ../kpx_cpu/src,
1980                                          ../kpx_cpu/include,
# Line 1804 | Line 2000
2000                                  PREBINDING = NO;
2001                                  PRODUCT_NAME = "ppc-dyngen-ops";
2002                                  SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
2003 +                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
2004                                  ZERO_LINK = NO;
2005                          };
2006                          name = Release;
# Line 1849 | Line 2046
2046                          );
2047                          defaultConfigurationIsVisible = 0;
2048                          defaultConfigurationName = Release;
2049 +                };
2050 +                0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */ = {
2051 +                        isa = XCConfigurationList;
2052 +                        buildConfigurations = (
2053 +                                0846E52914B129EF00574779 /* Debug */,
2054 +                                0846E52A14B129EF00574779 /* Release */,
2055 +                        );
2056 +                        defaultConfigurationIsVisible = 0;
2057 +                        defaultConfigurationName = Release;
2058                  };
2059                  0856CCB114A99DE0000B1711 /* Build configuration list for PBXProject "SheepShaver" */ = {
2060                          isa = XCConfigurationList;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines