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.18 by asvitkine, 2012-06-16T02:16:40Z

# Line 21 | Line 21
21   /* End PBXAggregateTarget section */
22  
23   /* Begin PBXBuildFile section */
24 +                08163339158C121000C449F9 /* dis-asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 08163337158C121000C449F9 /* dis-asm.h */; };
25 +                08163340158C125800C449F9 /* ppc-dis.c in Sources */ = {isa = PBXBuildFile; fileRef = 08163338158C121000C449F9 /* ppc-dis.c */; };
26                  082AC22D14AA52E900071F5E /* prefs_editor_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */; };
27                  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 */; };
28                  0846E4B114B1264700574779 /* ieeefp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF714A99EEF000B1711 /* ieeefp.cpp */; };
29                  0846E4B314B1264F00574779 /* mathlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDFD14A99EEF000B1711 /* mathlib.cpp */; };
30                  0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE0214A99EEF000B1711 /* utils-cpuinfo.cpp */; };
# Line 35 | Line 36
36                  0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE214A99EEF000B1711 /* ppc-cpu.cpp */; };
37                  0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDCD14A99EEF000B1711 /* jit-cache.cpp */; };
38                  0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDC514A99EEF000B1711 /* basic-dyngen.cpp */; };
39 +                0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */; };
40 +                0846E52B14B12A0800574779 /* ppc_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0846E52314B129DA00574779 /* ppc_asm.S */; };
41 +                0846E55314B12B0D00574779 /* paranoia.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0846E55214B12B0D00574779 /* paranoia.cpp */; };
42 +                0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0856D17414A9A1A2000B1711 /* SDL.framework */; };
43                  0856CFC114A99EF0000B1711 /* adb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD4B14A99EEF000B1711 /* adb.cpp */; };
44                  0856CFC214A99EF0000B1711 /* audio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD4C14A99EEF000B1711 /* audio.cpp */; };
45                  0856CFE214A99EF0000B1711 /* cdrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD7814A99EEF000B1711 /* cdrom.cpp */; };
# Line 73 | Line 78
78                  0856D07114A99EF1000B1711 /* sbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAC14A99EF0000B1711 /* sbuf.c */; };
79                  0856D07214A99EF1000B1711 /* slirp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAE14A99EF0000B1711 /* slirp.c */; };
80                  0856D07314A99EF1000B1711 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB114A99EF0000B1711 /* socket.c */; };
81 <                0856D07414A99EF1000B1711 /* tcp_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB414A99EF0000B1711 /* tcp_input.c */; };
81 >                0856D07414A99EF1000B1711 /* tcp_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB414A99EF0000B1711 /* tcp_input.c */; settings = {COMPILER_FLAGS = "-O1"; }; };
82                  0856D07514A99EF1000B1711 /* tcp_output.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB514A99EF0000B1711 /* tcp_output.c */; };
83                  0856D07614A99EF1000B1711 /* tcp_subr.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB614A99EF0000B1711 /* tcp_subr.c */; };
84                  0856D07714A99EF1000B1711 /* tcp_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB714A99EF0000B1711 /* tcp_timer.c */; };
# Line 114 | Line 119
119                  0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; };
120                  0873A76B14ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; };
121                  0873A80214AC515D004F12B7 /* utils_macosx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0873A80114AC515D004F12B7 /* utils_macosx.mm */; };
122 +                08CD42DC14B7B85B009CA2A2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */; };
123 +                08CD42E814B7B8AA009CA2A2 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08CD42E714B7B8AA009CA2A2 /* Carbon.framework */; };
124   /* End PBXBuildFile section */
125  
126   /* Begin PBXContainerItemProxy section */
# Line 128 | Line 135
135                          isa = PBXContainerItemProxy;
136                          containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
137                          proxyType = 1;
138 <                        remoteGlobalIDString = 0846E49914B124DE00574779 /* kpx_cpu */;
138 >                        remoteGlobalIDString = 0846E49914B124DE00574779;
139                          remoteInfo = kpx_cpu;
140                  };
141                  0846E4C514B126B600574779 /* PBXContainerItemProxy */ = {
142                          isa = PBXContainerItemProxy;
143                          containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
144                          proxyType = 1;
145 <                        remoteGlobalIDString = 0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */;
145 >                        remoteGlobalIDString = 0873A5CB14AB806D004F12B7;
146                          remoteInfo = "ppc-dyngen-ops";
147                  };
148                  0846E4C714B126B800574779 /* PBXContainerItemProxy */ = {
149                          isa = PBXContainerItemProxy;
150                          containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
151                          proxyType = 1;
152 <                        remoteGlobalIDString = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */;
152 >                        remoteGlobalIDString = 0873A67314AB8AE9004F12B7;
153                          remoteInfo = "ppc-execute-impl";
154                  };
155 +                0846E52D14B12A2E00574779 /* PBXContainerItemProxy */ = {
156 +                        isa = PBXContainerItemProxy;
157 +                        containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
158 +                        proxyType = 1;
159 +                        remoteGlobalIDString = 0846E52714B129EE00574779;
160 +                        remoteInfo = ppc_asm;
161 +                };
162                  0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */ = {
163                          isa = PBXContainerItemProxy;
164                          containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
# Line 161 | Line 175
175                  };
176   /* End PBXContainerItemProxy section */
177  
178 + /* Begin PBXCopyFilesBuildPhase section */
179 +                0846E65E14B513DF00574779 /* Copy Frameworks */ = {
180 +                        isa = PBXCopyFilesBuildPhase;
181 +                        buildActionMask = 2147483647;
182 +                        dstPath = "";
183 +                        dstSubfolderSpec = 10;
184 +                        files = (
185 +                                0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */,
186 +                        );
187 +                        name = "Copy Frameworks";
188 +                        runOnlyForDeploymentPostprocessing = 0;
189 +                };
190 + /* End PBXCopyFilesBuildPhase section */
191 +
192   /* Begin PBXFileReference section */
193 +                08163337158C121000C449F9 /* dis-asm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dis-asm.h"; sourceTree = "<group>"; };
194 +                08163338158C121000C449F9 /* ppc-dis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "ppc-dis.c"; sourceTree = "<group>"; };
195                  082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_editor_dummy.cpp; sourceTree = "<group>"; };
196                  082AC25214AA59B600071F5E /* lowmem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lowmem; sourceTree = BUILT_PRODUCTS_DIR; };
197                  082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; };
198                  0846E49A14B124DE00574779 /* libkpx_cpu.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libkpx_cpu.a; sourceTree = BUILT_PRODUCTS_DIR; };
199 +                0846E52314B129DA00574779 /* ppc_asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ppc_asm.S; sourceTree = "<group>"; };
200 +                0846E52814B129EE00574779 /* libppc_asm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libppc_asm.a; sourceTree = BUILT_PRODUCTS_DIR; };
201 +                0846E55214B12B0D00574779 /* paranoia.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paranoia.cpp; sourceTree = "<group>"; };
202                  0856CCC114A99E1C000B1711 /* SheepShaver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SheepShaver.app; sourceTree = BUILT_PRODUCTS_DIR; };
203                  0856CD4B14A99EEF000B1711 /* adb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = adb.cpp; path = ../adb.cpp; sourceTree = SOURCE_ROOT; };
204                  0856CD4C14A99EEF000B1711 /* audio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = audio.cpp; path = ../audio.cpp; sourceTree = SOURCE_ROOT; };
# Line 270 | Line 303
303                  0856CE0514A99EEF000B1711 /* macos_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = macos_util.cpp; path = ../macos_util.cpp; sourceTree = SOURCE_ROOT; };
304                  0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clip_macosx.cpp; sourceTree = "<group>"; };
305                  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>"; };
306                  0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos_util_macosx.h; sourceTree = "<group>"; };
307                  0856CE7014A99EF0000B1711 /* prefs_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = prefs_macosx.mm; sourceTree = "<group>"; };
308                  0856CE8314A99EF0000B1711 /* SheepShaver.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SheepShaver.icns; sourceTree = "<group>"; };
# Line 380 | Line 412
412                  0873A76714ABD151004F12B7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
413                  0873A80014AC515D004F12B7 /* utils_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils_macosx.h; sourceTree = "<group>"; };
414                  0873A80114AC515D004F12B7 /* utils_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils_macosx.mm; sourceTree = "<group>"; };
415 +                08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
416 +                08CD42E714B7B8AA009CA2A2 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
417   /* End PBXFileReference section */
418  
419   /* Begin PBXFrameworksBuildPhase section */
# Line 397 | Line 431
431                          );
432                          runOnlyForDeploymentPostprocessing = 0;
433                  };
434 +                0846E52614B129EE00574779 /* Frameworks */ = {
435 +                        isa = PBXFrameworksBuildPhase;
436 +                        buildActionMask = 2147483647;
437 +                        files = (
438 +                        );
439 +                        runOnlyForDeploymentPostprocessing = 0;
440 +                };
441                  0856CCBF14A99E1C000B1711 /* Frameworks */ = {
442                          isa = PBXFrameworksBuildPhase;
443                          buildActionMask = 2147483647;
444                          files = (
445                                  0856D17514A9A1A2000B1711 /* SDL.framework in Frameworks */,
446                                  0856D21514A9A6C6000B1711 /* IOKit.framework in Frameworks */,
447 +                                08CD42DC14B7B85B009CA2A2 /* Cocoa.framework in Frameworks */,
448 +                                08CD42E814B7B8AA009CA2A2 /* Carbon.framework in Frameworks */,
449                          );
450                          runOnlyForDeploymentPostprocessing = 0;
451                  };
# Line 442 | Line 485
485                          isa = PBXGroup;
486                          children = (
487                                  0856CCC814A99E30000B1711 /* Sources */,
488 +                                08CD42DF14B7B865009CA2A2 /* Frameworks */,
489                                  0856CCC214A99E1C000B1711 /* Products */,
446                                0856D21414A9A6C6000B1711 /* IOKit.framework */,
447                                0856D17414A9A1A2000B1711 /* SDL.framework */,
490                          );
491                          sourceTree = "<group>";
492                  };
# Line 457 | Line 499
499                                  0873A5C514AB8038004F12B7 /* libbasic-dyngen-ops.a */,
500                                  0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */,
501                                  0846E49A14B124DE00574779 /* libkpx_cpu.a */,
502 +                                0846E52814B129EE00574779 /* libppc_asm.a */,
503                          );
504                          name = Products;
505                          sourceTree = "<group>";
# Line 553 | Line 596
596                  0856CDB114A99EEF000B1711 /* kpx_cpu */ = {
597                          isa = PBXGroup;
598                          children = (
599 +                                08163337158C121000C449F9 /* dis-asm.h */,
600 +                                08163338158C121000C449F9 /* ppc-dis.c */,
601                                  0856CDB214A99EEF000B1711 /* include */,
602                                  0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */,
603                                  0856CDBC14A99EEF000B1711 /* src */,
# Line 723 | Line 768
768                                  0856D2D614A9A704000B1711 /* Launcher */,
769                                  0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */,
770                                  0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */,
726                                0856CE2E14A99EF0000B1711 /* Info.plist */,
771                                  0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */,
772                                  0856CE7014A99EF0000B1711 /* prefs_macosx.mm */,
773                                  0856CE8314A99EF0000B1711 /* SheepShaver.icns */,
# Line 806 | Line 850
850                                  0856CED014A99EF0000B1711 /* bincue_unix.h */,
851                                  0856CEE314A99EF0000B1711 /* ether_unix.cpp */,
852                                  0856CEFB14A99EF0000B1711 /* main_unix.cpp */,
853 +                                0846E55214B12B0D00574779 /* paranoia.cpp */,
854 +                                0846E52314B129DA00574779 /* ppc_asm.S */,
855                                  0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */,
856                                  0856CF5B14A99EF0000B1711 /* rpc.h */,
857                                  0856CF5C14A99EF0000B1711 /* rpc_unix.cpp */,
# Line 852 | Line 898
898                          path = config;
899                          sourceTree = "<group>";
900                  };
901 +                08CD42DF14B7B865009CA2A2 /* Frameworks */ = {
902 +                        isa = PBXGroup;
903 +                        children = (
904 +                                08CD42E714B7B8AA009CA2A2 /* Carbon.framework */,
905 +                                08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */,
906 +                                0856D21414A9A6C6000B1711 /* IOKit.framework */,
907 +                                0856D17414A9A1A2000B1711 /* SDL.framework */,
908 +                        );
909 +                        name = Frameworks;
910 +                        sourceTree = "<group>";
911 +                };
912   /* End PBXGroup section */
913  
914   /* Begin PBXHeadersBuildPhase section */
# Line 859 | Line 916
916                          isa = PBXHeadersBuildPhase;
917                          buildActionMask = 2147483647;
918                          files = (
919 +                                08163339158C121000C449F9 /* dis-asm.h in Headers */,
920 +                        );
921 +                        runOnlyForDeploymentPostprocessing = 0;
922 +                };
923 +                0846E52414B129EE00574779 /* Headers */ = {
924 +                        isa = PBXHeadersBuildPhase;
925 +                        buildActionMask = 2147483647;
926 +                        files = (
927                          );
928                          runOnlyForDeploymentPostprocessing = 0;
929                  };
# Line 918 | Line 983
983                          productReference = 0846E49A14B124DE00574779 /* libkpx_cpu.a */;
984                          productType = "com.apple.product-type.library.static";
985                  };
986 +                0846E52714B129EE00574779 /* ppc_asm */ = {
987 +                        isa = PBXNativeTarget;
988 +                        buildConfigurationList = 0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */;
989 +                        buildPhases = (
990 +                                0846E52414B129EE00574779 /* Headers */,
991 +                                0846E52514B129EE00574779 /* Sources */,
992 +                                0846E52614B129EE00574779 /* Frameworks */,
993 +                        );
994 +                        buildRules = (
995 +                        );
996 +                        dependencies = (
997 +                        );
998 +                        name = ppc_asm;
999 +                        productName = ppc_asm;
1000 +                        productReference = 0846E52814B129EE00574779 /* libppc_asm.a */;
1001 +                        productType = "com.apple.product-type.library.static";
1002 +                };
1003                  0856CCC014A99E1C000B1711 /* SheepShaver */ = {
1004                          isa = PBXNativeTarget;
1005                          buildConfigurationList = 0856CCC714A99E1D000B1711 /* Build configuration list for PBXNativeTarget "SheepShaver" */;
1006                          buildPhases = (
1007 +                                0846E65E14B513DF00574779 /* Copy Frameworks */,
1008                                  0856CCBD14A99E1C000B1711 /* Resources */,
1009                                  0856CCBE14A99E1C000B1711 /* Sources */,
1010                                  0856CCBF14A99E1C000B1711 /* Frameworks */,
1011                                  082AC26A14AA5A5A00071F5E /* Run lowmem */,
1012 +                                08CD43CF14B7BD01009CA2A2 /* Change SDL load path */,
1013 +                                08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */,
1014                          );
1015                          buildRules = (
1016                          );
1017                          dependencies = (
1018 +                                0846E52E14B12A2E00574779 /* PBXTargetDependency */,
1019                                  0846E4A714B1253500574779 /* PBXTargetDependency */,
1020                                  082AC26814AA5A4800071F5E /* PBXTargetDependency */,
1021                          );
# Line 1019 | Line 1105
1105                                  0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */,
1106                                  0873A67314AB8AE9004F12B7 /* ppc-execute-impl */,
1107                                  0846E49914B124DE00574779 /* kpx_cpu */,
1108 +                                0846E52714B129EE00574779 /* ppc_asm */,
1109                          );
1110                  };
1111   /* End PBXProject section */
# Line 1108 | Line 1195
1195                          shellPath = /bin/sh;
1196                          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";
1197                  };
1198 +                08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */ = {
1199 +                        isa = PBXShellScriptBuildPhase;
1200 +                        buildActionMask = 2147483647;
1201 +                        files = (
1202 +                        );
1203 +                        inputPaths = (
1204 +                        );
1205 +                        name = "Preprocess Info.plist";
1206 +                        outputPaths = (
1207 +                        );
1208 +                        runOnlyForDeploymentPostprocessing = 0;
1209 +                        shellPath = /bin/sh;
1210 +                        shellScript = "sed -i '' 's/@PACKAGE_VERSION@/2.3/g' \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"";
1211 +                };
1212 +                08CD43CF14B7BD01009CA2A2 /* Change SDL load path */ = {
1213 +                        isa = PBXShellScriptBuildPhase;
1214 +                        buildActionMask = 2147483647;
1215 +                        files = (
1216 +                        );
1217 +                        inputPaths = (
1218 +                        );
1219 +                        name = "Change SDL load path";
1220 +                        outputPaths = (
1221 +                        );
1222 +                        runOnlyForDeploymentPostprocessing = 0;
1223 +                        shellPath = /bin/sh;
1224 +                        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";
1225 +                };
1226   /* End PBXShellScriptBuildPhase section */
1227  
1228   /* Begin PBXSourcesBuildPhase section */
# Line 1123 | Line 1238
1238                          isa = PBXSourcesBuildPhase;
1239                          buildActionMask = 2147483647;
1240                          files = (
1126                                0846E4A314B1252800574779 /* sheepshaver_glue.cpp in Sources */,
1241                                  0846E4B114B1264700574779 /* ieeefp.cpp in Sources */,
1242                                  0846E4B314B1264F00574779 /* mathlib.cpp in Sources */,
1243                                  0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */,
# Line 1135 | Line 1249
1249                                  0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */,
1250                                  0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */,
1251                                  0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */,
1252 +                                0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */,
1253 +                                08163340158C125800C449F9 /* ppc-dis.c in Sources */,
1254 +                        );
1255 +                        runOnlyForDeploymentPostprocessing = 0;
1256 +                };
1257 +                0846E52514B129EE00574779 /* Sources */ = {
1258 +                        isa = PBXSourcesBuildPhase;
1259 +                        buildActionMask = 2147483647;
1260 +                        files = (
1261 +                                0846E52B14B12A0800574779 /* ppc_asm.S in Sources */,
1262 +                                0846E55314B12B0D00574779 /* paranoia.cpp in Sources */,
1263                          );
1264                          runOnlyForDeploymentPostprocessing = 0;
1265                  };
# Line 1261 | Line 1386
1386                          target = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */;
1387                          targetProxy = 0846E4C714B126B800574779 /* PBXContainerItemProxy */;
1388                  };
1389 +                0846E52E14B12A2E00574779 /* PBXTargetDependency */ = {
1390 +                        isa = PBXTargetDependency;
1391 +                        target = 0846E52714B129EE00574779 /* ppc_asm */;
1392 +                        targetProxy = 0846E52D14B12A2E00574779 /* PBXContainerItemProxy */;
1393 +                };
1394                  0873A60314AB83CC004F12B7 /* PBXTargetDependency */ = {
1395                          isa = PBXTargetDependency;
1396                          target = 0873A5C414AB8038004F12B7 /* basic-dyngen-ops */;
# Line 1389 | Line 1519
1519                                  );
1520                                  COPY_PHASE_STRIP = YES;
1521                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1522 +                                GCC_AUTO_VECTORIZATION = YES;
1523 +                                GCC_DYNAMIC_NO_PIC = YES;
1524                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
1525 +                                GCC_ENABLE_SSE3_EXTENSIONS = YES;
1526 +                                GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1527                                  GCC_MODEL_TUNING = "";
1528 +                                GCC_OPTIMIZATION_LEVEL = 3;
1529                                  GCC_PREPROCESSOR_DEFINITIONS = (
1530                                          "DATADIR=",
1531                                          HAVE_CONFIG_H,
# Line 1400 | Line 1535
1535                                          _REENTRANT,
1536                                  );
1537                                  GCC_VERSION = 4.0;
1538 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1539                                  HEADER_SEARCH_PATHS = (
1540                                          /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1541                                          ./config/,
# Line 1411 | Line 1547
1547                                          ../include,
1548                                  );
1549                                  INSTALL_PATH = /usr/local/lib;
1550 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1551                                  PREBINDING = NO;
1552                                  PRODUCT_NAME = kpx_cpu;
1553 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1554 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1553 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1554 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1555 >                                ZERO_LINK = NO;
1556 >                        };
1557 >                        name = Release;
1558 >                };
1559 >                0846E52914B129EF00574779 /* Debug */ = {
1560 >                        isa = XCBuildConfiguration;
1561 >                        buildSettings = {
1562 >                                ALWAYS_SEARCH_USER_PATHS = NO;
1563 >                                ARCHS = ppc;
1564 >                                COPY_PHASE_STRIP = NO;
1565 >                                GCC_DYNAMIC_NO_PIC = NO;
1566 >                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
1567 >                                GCC_MODEL_TUNING = G5;
1568 >                                GCC_OPTIMIZATION_LEVEL = 0;
1569 >                                GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__;
1570 >                                GCC_VERSION = 4.0;
1571 >                                HEADER_SEARCH_PATHS = (
1572 >                                        ../Unix,
1573 >                                        ../include,
1574 >                                );
1575 >                                INSTALL_PATH = /usr/local/lib;
1576 >                                PREBINDING = NO;
1577 >                                PRODUCT_NAME = ppc_asm;
1578 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1579 >                        };
1580 >                        name = Debug;
1581 >                };
1582 >                0846E52A14B129EF00574779 /* Release */ = {
1583 >                        isa = XCBuildConfiguration;
1584 >                        buildSettings = {
1585 >                                ALWAYS_SEARCH_USER_PATHS = NO;
1586 >                                ARCHS = ppc;
1587 >                                COPY_PHASE_STRIP = YES;
1588 >                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1589 >                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
1590 >                                GCC_MODEL_TUNING = G5;
1591 >                                GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__;
1592 >                                GCC_VERSION = 4.0;
1593 >                                HEADER_SEARCH_PATHS = (
1594 >                                        ../Unix,
1595 >                                        ../include,
1596 >                                );
1597 >                                INSTALL_PATH = /usr/local/lib;
1598 >                                PREBINDING = NO;
1599 >                                PRODUCT_NAME = ppc_asm;
1600 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1601                                  ZERO_LINK = NO;
1602                          };
1603                          name = Release;
# Line 1438 | Line 1621
1621                          buildSettings = {
1622                                  ALWAYS_SEARCH_USER_PATHS = NO;
1623                                  ARCHS = (
1624 +                                        ppc,
1625                                          i386,
1626                                          x86_64,
1627                                  );
1628                                  COPY_PHASE_STRIP = NO;
1629 +                                FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
1630                                  GCC_CW_ASM_SYNTAX = NO;
1631                                  GCC_DYNAMIC_NO_PIC = NO;
1632                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
# Line 1475 | Line 1660
1660                                          ../kpx_cpu/include,
1661                                          ../include,
1662                                  );
1663 <                                INFOPLIST_FILE = Info.plist;
1663 >                                INFOPLIST_FILE = Info.plist.in;
1664 >                                INFOPLIST_PREFIX_HEADER = "";
1665 >                                INFOPLIST_PREPROCESS = NO;
1666                                  INSTALL_PATH = "$(HOME)/Applications";
1667 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1668 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
1669                                  OTHER_CFLAGS = "";
1670                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1671                                  OTHER_LDFLAGS = (
1672                                          "-pagezero_size",
1673                                          0x3000,
1674                                          "-Wl,-seg1addr,0x78048000",
1486                                        "-framework",
1487                                        Foundation,
1488                                        "-framework",
1489                                        AppKit,
1490                                        "-framework",
1491                                        Carbon,
1675                                          "-lkpx_cpu",
1676                                  );
1677 +                                "OTHER_LDFLAGS[arch=ppc]" = (
1678 +                                        "-pagezero_size",
1679 +                                        0x3000,
1680 +                                        "-Wl,-seg1addr,0x78048000",
1681 +                                        "-lppc_asm",
1682 +                                );
1683                                  PREBINDING = NO;
1684                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1685                                  PRODUCT_NAME = SheepShaver;
1686 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1687 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1686 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1687 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1688                                  WARNING_LDFLAGS = "";
1689                          };
1690                          name = Debug;
# Line 1505 | Line 1694
1694                          buildSettings = {
1695                                  ALWAYS_SEARCH_USER_PATHS = NO;
1696                                  ARCHS = (
1697 +                                        ppc,
1698                                          i386,
1699                                          x86_64,
1700                                  );
1701 <                                COPY_PHASE_STRIP = YES;
1701 >                                COPY_PHASE_STRIP = NO;
1702 >                                DEAD_CODE_STRIPPING = NO;
1703                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1704 +                                FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
1705 +                                GCC_AUTO_VECTORIZATION = YES;
1706                                  GCC_CW_ASM_SYNTAX = NO;
1707 <                                GCC_DYNAMIC_NO_PIC = NO;
1707 >                                GCC_DYNAMIC_NO_PIC = YES;
1708                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
1709                                  GCC_ENABLE_PASCAL_STRINGS = NO;
1710 +                                GCC_ENABLE_SSE3_EXTENSIONS = YES;
1711 +                                GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1712                                  GCC_ENABLE_SYMBOL_SEPARATION = NO;
1713                                  GCC_ENABLE_TRIGRAPHS = NO;
1714                                  GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
1715                                  GCC_MODEL_TUNING = G5;
1716 +                                GCC_OPTIMIZATION_LEVEL = 3;
1717                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1718                                  GCC_PREFIX_HEADER = "";
1719                                  GCC_PREPROCESSOR_DEFINITIONS = (
# Line 1530 | Line 1726
1726                                  );
1727                                  GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1728                                  GCC_VERSION = 4.0;
1729 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1730                                  GCC_WARN_UNUSED_FUNCTION = YES;
1731                                  GCC_WARN_UNUSED_VARIABLE = YES;
1732                                  HEADER_SEARCH_PATHS = (
# Line 1542 | Line 1739
1739                                          ../kpx_cpu/include,
1740                                          ../include,
1741                                  );
1742 <                                INFOPLIST_FILE = Info.plist;
1742 >                                INFOPLIST_FILE = Info.plist.in;
1743 >                                INFOPLIST_PREFIX_HEADER = "";
1744 >                                INFOPLIST_PREPROCESS = NO;
1745                                  INSTALL_PATH = "$(HOME)/Applications";
1746 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1747 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1748                                  OTHER_CFLAGS = "";
1749                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1750                                  OTHER_LDFLAGS = (
1751                                          "-pagezero_size",
1752                                          0x3000,
1753                                          "-Wl,-seg1addr,0x78048000",
1553                                        "-framework",
1554                                        Foundation,
1555                                        "-framework",
1556                                        AppKit,
1557                                        "-framework",
1558                                        Carbon,
1754                                          "-lkpx_cpu",
1755                                  );
1756 +                                "OTHER_LDFLAGS[arch=ppc]" = (
1757 +                                        "-pagezero_size",
1758 +                                        0x3000,
1759 +                                        "-Wl,-seg1addr,0x78048000",
1760 +                                        "-lppc_asm",
1761 +                                );
1762                                  PREBINDING = NO;
1763                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1764                                  PRODUCT_NAME = SheepShaver;
1765 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1766 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1765 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1766 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1767                                  ZERO_LINK = NO;
1768                          };
1769                          name = Release;
# Line 1689 | Line 1890
1890                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1891                                  GCC_PREFIX_HEADER = "";
1892                                  GCC_VERSION = 4.0;
1893 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1894                                  HEADER_SEARCH_PATHS = (
1895                                          ../kpx_cpu/src,
1896                                          ../kpx_cpu/include,
# Line 1715 | Line 1917
1917                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1918                                  PRODUCT_NAME = "basic-dyngen-ops";
1919                                  SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1920 +                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1921                                  ZERO_LINK = NO;
1922                          };
1923                          name = Release;
# Line 1779 | Line 1982
1982                                  GCC_PRECOMPILE_PREFIX_HEADER = YES;
1983                                  GCC_PREFIX_HEADER = "";
1984                                  GCC_VERSION = 4.0;
1985 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1986                                  HEADER_SEARCH_PATHS = (
1987                                          ../kpx_cpu/src,
1988                                          ../kpx_cpu/include,
# Line 1804 | Line 2008
2008                                  PREBINDING = NO;
2009                                  PRODUCT_NAME = "ppc-dyngen-ops";
2010                                  SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
2011 +                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
2012                                  ZERO_LINK = NO;
2013                          };
2014                          name = Release;
# Line 1849 | Line 2054
2054                          );
2055                          defaultConfigurationIsVisible = 0;
2056                          defaultConfigurationName = Release;
2057 +                };
2058 +                0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */ = {
2059 +                        isa = XCConfigurationList;
2060 +                        buildConfigurations = (
2061 +                                0846E52914B129EF00574779 /* Debug */,
2062 +                                0846E52A14B129EF00574779 /* Release */,
2063 +                        );
2064 +                        defaultConfigurationIsVisible = 0;
2065 +                        defaultConfigurationName = Release;
2066                  };
2067                  0856CCB114A99DE0000B1711 /* Build configuration list for PBXProject "SheepShaver" */ = {
2068                          isa = XCConfigurationList;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines