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.8 by asvitkine, 2012-01-02T00:03:37Z vs.
Revision 1.14 by asvitkine, 2012-01-15T23:13:39Z

# Line 37 | Line 37
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 116 | 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 130 | 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 /* ppc_asm */;
157 >                        remoteGlobalIDString = 0846E52714B129EE00574779;
158                          remoteInfo = ppc_asm;
159                  };
160                  0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */ = {
# Line 170 | 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; };
# Line 282 | 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>"; };
285                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 392 | 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 422 | Line 440
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 461 | Line 481
481                          isa = PBXGroup;
482                          children = (
483                                  0856CCC814A99E30000B1711 /* Sources */,
484 +                                08CD42DF14B7B865009CA2A2 /* Frameworks */,
485                                  0856CCC214A99E1C000B1711 /* Products */,
465                                0856D21414A9A6C6000B1711 /* IOKit.framework */,
466                                0856D17414A9A1A2000B1711 /* SDL.framework */,
486                          );
487                          sourceTree = "<group>";
488                  };
# Line 743 | Line 762
762                                  0856D2D614A9A704000B1711 /* Launcher */,
763                                  0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */,
764                                  0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */,
746                                0856CE2E14A99EF0000B1711 /* Info.plist */,
765                                  0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */,
766                                  0856CE7014A99EF0000B1711 /* prefs_macosx.mm */,
767                                  0856CE8314A99EF0000B1711 /* SheepShaver.icns */,
# Line 874 | 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 968 | Line 997
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                          );
# Line 1156 | 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 1451 | 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 1473 | Line 1538
1538                                          ../include,
1539                                  );
1540                                  INSTALL_PATH = /usr/local/lib;
1541 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1542                                  PREBINDING = NO;
1543                                  PRODUCT_NAME = kpx_cpu;
1544 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1545 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1544 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1545 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1546                                  ZERO_LINK = NO;
1547                          };
1548                          name = Release;
# Line 1584 | Line 1650
1650                                          ../kpx_cpu/include,
1651                                          ../include,
1652                                  );
1653 <                                INFOPLIST_FILE = Info.plist;
1653 >                                INFOPLIST_FILE = Info.plist.in;
1654 >                                INFOPLIST_PREFIX_HEADER = "";
1655 >                                INFOPLIST_PREPROCESS = NO;
1656                                  INSTALL_PATH = "$(HOME)/Applications";
1657 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1658 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
1659                                  OTHER_CFLAGS = "";
1660                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1661                                  OTHER_LDFLAGS = (
1662                                          "-pagezero_size",
1663                                          0x3000,
1664                                          "-Wl,-seg1addr,0x78048000",
1595                                        "-framework",
1596                                        Foundation,
1597                                        "-framework",
1598                                        AppKit,
1599                                        "-framework",
1600                                        Carbon,
1665                                          "-lkpx_cpu",
1666                                  );
1667                                  "OTHER_LDFLAGS[arch=ppc]" = (
1668                                          "-pagezero_size",
1669                                          0x3000,
1670                                          "-Wl,-seg1addr,0x78048000",
1607                                        "-framework",
1608                                        Foundation,
1609                                        "-framework",
1610                                        AppKit,
1611                                        "-framework",
1612                                        Carbon,
1671                                          "-lppc_asm",
1672                                  );
1673                                  PREBINDING = NO;
1674                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1675                                  PRODUCT_NAME = SheepShaver;
1676 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1677 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1620 <                                "SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1676 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1677 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1678                                  WARNING_LDFLAGS = "";
1679                          };
1680                          name = Debug;
# Line 1632 | Line 1689
1689                                          x86_64,
1690                                  );
1691                                  COPY_PHASE_STRIP = YES;
1692 +                                DEAD_CODE_STRIPPING = NO;
1693                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1694 +                                GCC_AUTO_VECTORIZATION = YES;
1695                                  GCC_CW_ASM_SYNTAX = NO;
1696 <                                GCC_DYNAMIC_NO_PIC = NO;
1696 >                                GCC_DYNAMIC_NO_PIC = YES;
1697                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
1698                                  GCC_ENABLE_PASCAL_STRINGS = NO;
1699 +                                GCC_ENABLE_SSE3_EXTENSIONS = YES;
1700 +                                GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1701                                  GCC_ENABLE_SYMBOL_SEPARATION = NO;
1702                                  GCC_ENABLE_TRIGRAPHS = NO;
1703                                  GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
1704                                  GCC_MODEL_TUNING = G5;
1705 +                                GCC_OPTIMIZATION_LEVEL = 3;
1706                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1707                                  GCC_PREFIX_HEADER = "";
1708                                  GCC_PREPROCESSOR_DEFINITIONS = (
# Line 1665 | Line 1727
1727                                          ../kpx_cpu/include,
1728                                          ../include,
1729                                  );
1730 <                                INFOPLIST_FILE = Info.plist;
1730 >                                INFOPLIST_FILE = Info.plist.in;
1731 >                                INFOPLIST_PREFIX_HEADER = "";
1732 >                                INFOPLIST_PREPROCESS = NO;
1733                                  INSTALL_PATH = "$(HOME)/Applications";
1734 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1735 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1736                                  OTHER_CFLAGS = "";
1737                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1738                                  OTHER_LDFLAGS = (
1739                                          "-pagezero_size",
1740                                          0x3000,
1741                                          "-Wl,-seg1addr,0x78048000",
1676                                        "-framework",
1677                                        Foundation,
1678                                        "-framework",
1679                                        AppKit,
1680                                        "-framework",
1681                                        Carbon,
1742                                          "-lkpx_cpu",
1743                                  );
1744                                  "OTHER_LDFLAGS[arch=ppc]" = (
1745                                          "-pagezero_size",
1746                                          0x3000,
1747                                          "-Wl,-seg1addr,0x78048000",
1688                                        "-framework",
1689                                        Foundation,
1690                                        "-framework",
1691                                        AppKit,
1692                                        "-framework",
1693                                        Carbon,
1748                                          "-lppc_asm",
1749                                  );
1750                                  PREBINDING = NO;
1751                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1752                                  PRODUCT_NAME = SheepShaver;
1753 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1754 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1701 <                                "SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1753 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1754 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1755                                  ZERO_LINK = NO;
1756                          };
1757                          name = Release;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines