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.15 by asvitkine, 2012-01-15T23:26:52Z

# 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 1462 | 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 1473 | 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;
# Line 1584 | Line 1651
1651                                          ../kpx_cpu/include,
1652                                          ../include,
1653                                  );
1654 <                                INFOPLIST_FILE = Info.plist;
1654 >                                INFOPLIST_FILE = Info.plist.in;
1655 >                                INFOPLIST_PREFIX_HEADER = "";
1656 >                                INFOPLIST_PREPROCESS = NO;
1657                                  INSTALL_PATH = "$(HOME)/Applications";
1658 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1659 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
1660                                  OTHER_CFLAGS = "";
1661                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1662                                  OTHER_LDFLAGS = (
1663                                          "-pagezero_size",
1664                                          0x3000,
1665                                          "-Wl,-seg1addr,0x78048000",
1595                                        "-framework",
1596                                        Foundation,
1597                                        "-framework",
1598                                        AppKit,
1599                                        "-framework",
1600                                        Carbon,
1666                                          "-lkpx_cpu",
1667                                  );
1668                                  "OTHER_LDFLAGS[arch=ppc]" = (
1669                                          "-pagezero_size",
1670                                          0x3000,
1671                                          "-Wl,-seg1addr,0x78048000",
1607                                        "-framework",
1608                                        Foundation,
1609                                        "-framework",
1610                                        AppKit,
1611                                        "-framework",
1612                                        Carbon,
1672                                          "-lppc_asm",
1673                                  );
1674                                  PREBINDING = NO;
1675                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1676                                  PRODUCT_NAME = SheepShaver;
1677 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1678 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1620 <                                "SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1677 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1678 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1679                                  WARNING_LDFLAGS = "";
1680                          };
1681                          name = Debug;
# Line 1632 | Line 1690
1690                                          x86_64,
1691                                  );
1692                                  COPY_PHASE_STRIP = YES;
1693 +                                DEAD_CODE_STRIPPING = NO;
1694                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1695 +                                GCC_AUTO_VECTORIZATION = YES;
1696                                  GCC_CW_ASM_SYNTAX = NO;
1697 <                                GCC_DYNAMIC_NO_PIC = NO;
1697 >                                GCC_DYNAMIC_NO_PIC = YES;
1698                                  GCC_ENABLE_FIX_AND_CONTINUE = NO;
1699                                  GCC_ENABLE_PASCAL_STRINGS = NO;
1700 +                                GCC_ENABLE_SSE3_EXTENSIONS = YES;
1701 +                                GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1702                                  GCC_ENABLE_SYMBOL_SEPARATION = NO;
1703                                  GCC_ENABLE_TRIGRAPHS = NO;
1704                                  GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
1705                                  GCC_MODEL_TUNING = G5;
1706 +                                GCC_OPTIMIZATION_LEVEL = 3;
1707                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1708                                  GCC_PREFIX_HEADER = "";
1709                                  GCC_PREPROCESSOR_DEFINITIONS = (
# Line 1653 | Line 1716
1716                                  );
1717                                  GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1718                                  GCC_VERSION = 4.0;
1719 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1720                                  GCC_WARN_UNUSED_FUNCTION = YES;
1721                                  GCC_WARN_UNUSED_VARIABLE = YES;
1722                                  HEADER_SEARCH_PATHS = (
# Line 1665 | Line 1729
1729                                          ../kpx_cpu/include,
1730                                          ../include,
1731                                  );
1732 <                                INFOPLIST_FILE = Info.plist;
1732 >                                INFOPLIST_FILE = Info.plist.in;
1733 >                                INFOPLIST_PREFIX_HEADER = "";
1734 >                                INFOPLIST_PREPROCESS = NO;
1735                                  INSTALL_PATH = "$(HOME)/Applications";
1736 +                                MACOSX_DEPLOYMENT_TARGET = 10.4;
1737 +                                "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1738                                  OTHER_CFLAGS = "";
1739                                  OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1740                                  OTHER_LDFLAGS = (
1741                                          "-pagezero_size",
1742                                          0x3000,
1743                                          "-Wl,-seg1addr,0x78048000",
1676                                        "-framework",
1677                                        Foundation,
1678                                        "-framework",
1679                                        AppKit,
1680                                        "-framework",
1681                                        Carbon,
1744                                          "-lkpx_cpu",
1745                                  );
1746                                  "OTHER_LDFLAGS[arch=ppc]" = (
1747                                          "-pagezero_size",
1748                                          0x3000,
1749                                          "-Wl,-seg1addr,0x78048000",
1688                                        "-framework",
1689                                        Foundation,
1690                                        "-framework",
1691                                        AppKit,
1692                                        "-framework",
1693                                        Carbon,
1750                                          "-lppc_asm",
1751                                  );
1752                                  PREBINDING = NO;
1753                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1754                                  PRODUCT_NAME = SheepShaver;
1755 <                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1756 <                                "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1701 <                                "SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1755 >                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1756 >                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1757                                  ZERO_LINK = NO;
1758                          };
1759                          name = Release;
# Line 1825 | Line 1880
1880                                  GCC_PRECOMPILE_PREFIX_HEADER = NO;
1881                                  GCC_PREFIX_HEADER = "";
1882                                  GCC_VERSION = 4.0;
1883 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1884                                  HEADER_SEARCH_PATHS = (
1885                                          ../kpx_cpu/src,
1886                                          ../kpx_cpu/include,
# Line 1851 | Line 1907
1907                                  PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1908                                  PRODUCT_NAME = "basic-dyngen-ops";
1909                                  SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1910 +                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1911                                  ZERO_LINK = NO;
1912                          };
1913                          name = Release;
# Line 1915 | Line 1972
1972                                  GCC_PRECOMPILE_PREFIX_HEADER = YES;
1973                                  GCC_PREFIX_HEADER = "";
1974                                  GCC_VERSION = 4.0;
1975 +                                "GCC_VERSION[arch=x86_64]" = 4.2;
1976                                  HEADER_SEARCH_PATHS = (
1977                                          ../kpx_cpu/src,
1978                                          ../kpx_cpu/include,
# Line 1940 | Line 1998
1998                                  PREBINDING = NO;
1999                                  PRODUCT_NAME = "ppc-dyngen-ops";
2000                                  SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
2001 +                                "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
2002                                  ZERO_LINK = NO;
2003                          };
2004                          name = Release;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines