summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authordas <das>2007-01-28 01:42:04 (GMT)
committerdas <das>2007-01-28 01:42:04 (GMT)
commit4f2fa1f435bb268038217130a7187bf487818c36 (patch)
treeb873d21c42354c8ccbc8d1bb28c48fc3613bd22e /macosx/Tcl.xcodeproj/project.pbxproj
parentc3cb90f8f7050dde3edaa63f5f3644220af6ffce (diff)
downloadtcl-4f2fa1f435bb268038217130a7187bf487818c36.zip
tcl-4f2fa1f435bb268038217130a7187bf487818c36.tar.gz
tcl-4f2fa1f435bb268038217130a7187bf487818c36.tar.bz2
* macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that
* macosx/Tcl.xcodeproj/default.pbxuser: were common to multiple * macosx/Tcl-Common.xcconfig (new file): configurations into external * macosx/Tcl-Debug.xcconfig (new file): xcconfig files; add extra * macosx/Tcl-Release.xcconfig (new file): configurations for building with SDKs and 64bit; convert legacy jam-based 'Tcl' target to native target with single script phase; correct syntax of build setting references to use $() throughout. * macosx/README: document new Tcl.xcodeproj configurations; other minor updates/corrections. * generic/tcl.h: update location of version numbers in macosx files. * macosx/Tcl.xcode/project.pbxproj: restore 'tcltest' target to working * macosx/Tcl.xcode/default.pbxuser: order by replicating applicable changes to Tcl.xcodeproj since 2006-07-20.
Diffstat (limited to 'macosx/Tcl.xcodeproj/project.pbxproj')
-rw-r--r--macosx/Tcl.xcodeproj/project.pbxproj538
1 files changed, 273 insertions, 265 deletions
diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj
index 75ec251..b578176 100644
--- a/macosx/Tcl.xcodeproj/project.pbxproj
+++ b/macosx/Tcl.xcodeproj/project.pbxproj
@@ -7,7 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
- F90509300913A72400327603 /* tclAppInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D445508F272B9004A47F5 /* tclAppInit.c */; settings = {COMPILER_FLAGS = "-DTCL_TEST -DTCL_BUILDTIME_LIBRARY=\\\"${TCL_SRCROOT}/library\\\""; }; };
+ F90509300913A72400327603 /* tclAppInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D445508F272B9004A47F5 /* tclAppInit.c */; settings = {COMPILER_FLAGS = "-DTCL_TEST -DTCL_BUILDTIME_LIBRARY=\\\"$(TCL_SRCROOT)/library\\\""; }; };
F9408AF30B195C08009F7CAC /* tclMathOp.c in Sources */ = {isa = PBXBuildFile; fileRef = F9408AF20B195C08009F7CAC /* tclMathOp.c */; };
F966C07508F2820D005CB29B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F966C07408F2820D005CB29B /* CoreFoundation.framework */; };
F96D456F08F272BB004A47F5 /* regcomp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3ED008F272A7004A47F5 /* regcomp.c */; };
@@ -59,7 +59,7 @@
F96D45B008F272BC004A47F5 /* tclPathObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1108F272A7004A47F5 /* tclPathObj.c */; };
F96D45B108F272BC004A47F5 /* tclPipe.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1208F272A7004A47F5 /* tclPipe.c */; };
F96D45B208F272BC004A47F5 /* tclPkg.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1308F272A7004A47F5 /* tclPkg.c */; };
- F96D45B308F272BC004A47F5 /* tclPkgConfig.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1408F272A7004A47F5 /* tclPkgConfig.c */; settings = {COMPILER_FLAGS = "-DCFG_INSTALL_LIBDIR=\\\"${LIBDIR}\\\" -DCFG_INSTALL_BINDIR=\\\"${BINDIR}\\\" -DCFG_INSTALL_SCRDIR=\\\"${TCL_LIBRARY}\\\" -DCFG_INSTALL_INCDIR=\\\"${INCLUDEDIR}\\\" -DCFG_INSTALL_DOCDIR=\\\"${MANDIR}\\\" -DCFG_RUNTIME_LIBDIR=\\\"${LIBDIR}\\\" -DCFG_RUNTIME_BINDIR=\\\"${BINDIR}\\\" -DCFG_RUNTIME_SCRDIR=\\\"${TCL_LIBRARY}\\\" -DCFG_RUNTIME_INCDIR=\\\"${INCLUDEDIR}\\\" -DCFG_RUNTIME_DOCDIR=\\\"${MANDIR}\\\""; }; };
+ F96D45B308F272BC004A47F5 /* tclPkgConfig.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1408F272A7004A47F5 /* tclPkgConfig.c */; settings = {COMPILER_FLAGS = "-DCFG_INSTALL_LIBDIR=\\\"$(LIBDIR)\\\" -DCFG_INSTALL_BINDIR=\\\"$(BINDIR)\\\" -DCFG_INSTALL_SCRDIR=\\\"$(TCL_LIBRARY)\\\" -DCFG_INSTALL_INCDIR=\\\"$(INCLUDEDIR)\\\" -DCFG_INSTALL_DOCDIR=\\\"$(MANDIR)\\\" -DCFG_RUNTIME_LIBDIR=\\\"$(LIBDIR)\\\" -DCFG_RUNTIME_BINDIR=\\\"$(BINDIR)\\\" -DCFG_RUNTIME_SCRDIR=\\\"$(TCL_LIBRARY)\\\" -DCFG_RUNTIME_INCDIR=\\\"$(INCLUDEDIR)\\\" -DCFG_RUNTIME_DOCDIR=\\\"$(MANDIR)\\\""; }; };
F96D45B608F272BC004A47F5 /* tclPosixStr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1708F272A7004A47F5 /* tclPosixStr.c */; };
F96D45B708F272BC004A47F5 /* tclPreserve.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1808F272A7004A47F5 /* tclPreserve.c */; };
F96D45B808F272BC004A47F5 /* tclProc.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1908F272A7004A47F5 /* tclProc.c */; };
@@ -143,7 +143,7 @@
F96D4ACB08F272C9004A47F5 /* tclUnixEvent.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446008F272B9004A47F5 /* tclUnixEvent.c */; };
F96D4ACC08F272C9004A47F5 /* tclUnixFCmd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446108F272B9004A47F5 /* tclUnixFCmd.c */; };
F96D4ACD08F272C9004A47F5 /* tclUnixFile.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446208F272B9004A47F5 /* tclUnixFile.c */; };
- F96D4ACE08F272C9004A47F5 /* tclUnixInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446308F272B9004A47F5 /* tclUnixInit.c */; settings = {COMPILER_FLAGS = "-DTCL_LIBRARY=\\\"${TCL_LIBRARY}\\\" -DTCL_PACKAGE_PATH=\\\"${TCL_PACKAGE_PATH}\\\""; }; };
+ F96D4ACE08F272C9004A47F5 /* tclUnixInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446308F272B9004A47F5 /* tclUnixInit.c */; settings = {COMPILER_FLAGS = "-DTCL_LIBRARY=\\\"$(TCL_LIBRARY)\\\" -DTCL_PACKAGE_PATH=\\\"$(TCL_PACKAGE_PATH)\\\""; }; };
F96D4ACF08F272C9004A47F5 /* tclUnixNotfy.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446408F272B9004A47F5 /* tclUnixNotfy.c */; };
F96D4AD008F272C9004A47F5 /* tclUnixPipe.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446508F272B9004A47F5 /* tclUnixPipe.c */; };
F96D4AD208F272CA004A47F5 /* tclUnixSock.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446708F272B9004A47F5 /* tclUnixSock.c */; };
@@ -896,10 +896,13 @@
F96D449808F272BA004A47F5 /* tclWinThrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinThrd.c; sourceTree = "<group>"; };
F96D449908F272BA004A47F5 /* tclWinThrd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclWinThrd.h; sourceTree = "<group>"; };
F96D449A08F272BA004A47F5 /* tclWinTime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinTime.c; sourceTree = "<group>"; };
+ F97AE7F10B65C1E900310EA2 /* Tcl-Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tcl-Common.xcconfig"; sourceTree = "<group>"; };
+ F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tcl-Release.xcconfig"; sourceTree = "<group>"; };
+ F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tcl-Debug.xcconfig"; sourceTree = "<group>"; };
F9903CAF094FAADA004613E9 /* tclTomMath.decls */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tclTomMath.decls; sourceTree = "<group>"; };
F9903CB0094FAADA004613E9 /* tclTomMathDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclTomMathDecls.h; sourceTree = "<group>"; };
- F9A3084B08F2D4CE00BAE1AB /* tclsh8.5 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = tclsh8.5; path = ../tclsh8.5; sourceTree = BUILT_PRODUCTS_DIR; };
- F9A3084E08F2D4F400BAE1AB /* Tcl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Tcl.framework; path = ../Tcl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ F9A3084B08F2D4CE00BAE1AB /* tclsh */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tclsh; sourceTree = BUILT_PRODUCTS_DIR; };
+ F9A3084E08F2D4F400BAE1AB /* Tcl.framework */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.framework; path = Tcl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F9ECB1120B26521500A28025 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
F9ECB1130B26521500A28025 /* platform.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = platform.tcl; sourceTree = "<group>"; };
F9ECB1140B26521500A28025 /* shell.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = shell.tcl; sourceTree = "<group>"; };
@@ -936,10 +939,11 @@
1AB674ADFE9D54B511CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
+ F9A3084B08F2D4CE00BAE1AB /* tclsh */,
8DD76FB20486AB0100D96B5E /* tcltest */,
- F9A3084B08F2D4CE00BAE1AB /* tclsh8.5 */,
F9A3084E08F2D4F400BAE1AB /* Tcl.framework */,
);
+ includeInIndex = 0;
name = Products;
sourceTree = "<group>";
};
@@ -1526,10 +1530,13 @@
F96D432E08F272B5004A47F5 /* configure.ac */,
F96D432F08F272B5004A47F5 /* GNUmakefile */,
F96D433108F272B5004A47F5 /* README */,
- F96D433208F272B5004A47F5 /* Tcl-Info.plist.in */,
F96D433908F272B5004A47F5 /* tclMacOSXBundle.c */,
F96D433D08F272B5004A47F5 /* tclMacOSXFCmd.c */,
F96D433E08F272B5004A47F5 /* tclMacOSXNotify.c */,
+ F96D433208F272B5004A47F5 /* Tcl-Info.plist.in */,
+ F97AE7F10B65C1E900310EA2 /* Tcl-Common.xcconfig */,
+ F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */,
+ F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */,
);
path = macosx;
sourceTree = "<group>";
@@ -1834,23 +1841,6 @@
};
/* End PBXGroup section */
-/* Begin PBXLegacyTarget section */
- F9E61D16090A3E94002B3151 /* Tcl */ = {
- isa = PBXLegacyTarget;
- buildArgumentsString = "-c 'cd \"${TCL_SRCROOT}/macosx\" && a=`echo $0 | sed -e s/clean/distclean/ -e \\'s/..\\*/\\&-/\\'` && CFLAGS=\"${CFLAGS}\" gnumake $a\"\"${MAKE_TARGET} INSTALL_ROOT=\"${DSTROOT}\" INSTALL_PATH=\"${INSTALL_PATH}\" PREFIX=\"${PREFIX}\" BINDIR=\"${BINDIR}\" MANDIR=\"${MANDIR}\" $EXTRA_MAKE_FLAGS ${ALL_SETTINGS}' ${ACTION} \"\"";
- buildConfigurationList = F95CC8AB09158F3100EA5ACE /* Build configuration list for PBXLegacyTarget "Tcl" */;
- buildPhases = (
- );
- buildToolPath = /bin/bash;
- buildWorkingDirectory = "${SRCROOT}";
- dependencies = (
- );
- name = Tcl;
- passBuildSettingsInEnvironment = 0;
- productName = Tcl;
- };
-/* End PBXLegacyTarget section */
-
/* Begin PBXNativeTarget section */
8DD76FA90486AB0100D96B5E /* tcltest */ = {
isa = PBXNativeTarget;
@@ -1866,7 +1856,7 @@
dependencies = (
);
name = tcltest;
- productInstallPath = "${BINDIR}";
+ productInstallPath = "$(BINDIR)";
productName = tcltest;
productReference = 8DD76FB20486AB0100D96B5E /* tcltest */;
productType = "com.apple.product-type.tool";
@@ -1886,6 +1876,21 @@
productName = tests;
productType = "com.apple.product-type.bundle";
};
+ F9E61D16090A3E94002B3151 /* Tcl */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = F95CC8AB09158F3100EA5ACE /* Build configuration list for PBXNativeTarget "Tcl" */;
+ buildPhases = (
+ F97AF02F0B665DA900310EA2 /* ShellScript */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Tcl;
+ productName = tclsh;
+ productReference = F9A3084B08F2D4CE00BAE1AB /* tclsh */;
+ productType = "com.apple.product-type.tool";
+ };
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@@ -1911,18 +1916,18 @@
files = (
);
inputPaths = (
- "${DERIVED_FILE_DIR}/tcl/tclConfig.sh",
- "${TCL_SRCROOT}/generic/tclStubLib.c",
- "${TCL_SRCROOT}/unix/dltest/pkga.c",
- "${TCL_SRCROOT}/unix/dltest/pkgb.c",
- "${TCL_SRCROOT}/unix/dltest/pkgc.c",
- "${TCL_SRCROOT}/unix/dltest/pkgd.c",
- "${TCL_SRCROOT}/unix/dltest/pkge.c",
- "${TCL_SRCROOT}/unix/dltest/pkgf.c",
- "${TCL_SRCROOT}/unix/dltest/pkgua.c",
+ "$(DERIVED_FILE_DIR)/tcl/tclConfig.sh",
+ "$(TCL_SRCROOT)/generic/tclStubLib.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkga.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkgb.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkgc.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkgd.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkge.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkgf.c",
+ "$(TCL_SRCROOT)/unix/dltest/pkgua.c",
);
outputPaths = (
- "${DERIVED_FILE_DIR}/tcl/dltest.marker",
+ "$(DERIVED_FILE_DIR)/tcl/dltest.marker",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
@@ -1941,22 +1946,35 @@
shellPath = /bin/bash;
shellScript = "if [ \"${ACTION:-build}\" == \"build\" ]; then\nif [ -z \"${HOME}\" ]; then export HOME=\"$(echo ~)\"; fi\ncd \"${TARGET_TEMP_DIR}\"; rm -rf \"${DERIVED_FILE_DIR}\"; mkdir -p \"${DERIVED_FILE_DIR}\"\nprintf '%s%s%s%s%s' '\npackage require tcltest 2.2\nnamespace import tcltest::*\nconfigure -testdir [file normalize {' \"${TCL_SRCROOT}\" '/tests}]\nconfigure -tmpdir [file normalize {' \"${DERIVED_FILE_DIR}\" '}]\nconfigure -verbose [concat [configure -verbose] line]\n# following test only fails when testsuite is run from inside Xcode, so skip it\nconfigure -skip [concat [configure -skip] stack-3.1]\nrunAllTests\n' | \"${TEST_RIG}\"; TEST_RIG_RESULT=$?\n[ ${TEST_RIG_RESULT} -ne 0 ] && echo \"tcltest:0: error: tcltest exited abnormally with code ${TEST_RIG_RESULT}.\"\nexit ${TEST_RIG_RESULT}\nfi";
};
+ F97AF02F0B665DA900310EA2 /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/bash;
+ shellScript = "if [ -e \"${BUILT_PRODUCTS_DIR}/tclsh\" ]; then\n mv -f \"${BUILT_PRODUCTS_DIR}/tclsh\" \"${BUILT_PRODUCTS_DIR}/tclsh${VERSION}\"\nfi\ngnumake -C \"${TCL_SRCROOT}/macosx\" -j \"$(sysctl -n hw.activecpu)\" \"$(echo \"${ACTION}\" | sed -e s/build// -e s/clean/distclean/ -e s/..\\*/\\&-/)${MAKE_TARGET}\" CFLAGS_WARNING=\"${WARNING_CFLAGS}\" SYMROOT=\"${BUILT_PRODUCTS_DIR}\" OBJ_DIR=\"${OBJECT_FILE_DIR}\" INSTALL_ROOT=\"${DSTROOT}\" PREFIX=\"${PREFIX}\" BINDIR=\"${BINDIR}\" LIBDIR=\"${FRAMEWORK_INSTALL_PATH}\" MANDIR=\"${MANDIR}\" EXTRA_CONFIGURE_ARGS=\"${CONFIGURE_ARGS}\" ${EXTRA_MAKE_FLAGS}\nresult=$?\nif [ -e \"${BUILT_PRODUCTS_DIR}/tclsh${VERSION}\" ]; then\n mv -f \"${BUILT_PRODUCTS_DIR}/tclsh${VERSION}\" \"${BUILT_PRODUCTS_DIR}/tclsh\"\nfi\nif [ -e \"${BUILT_PRODUCTS_DIR}/tcltest\" ]; then\n\trm -f \"${BUILT_PRODUCTS_DIR}/tcltest\"\nfi\necho \"Done\"\nexit ${result}\n";
+ };
F9A5C5F508F651A2008AE941 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
- "${TCL_SRCROOT}/macosx/configure.ac",
- "${TCL_SRCROOT}/unix/configure.in",
- "${TCL_SRCROOT}/unix/tcl.m4",
- "${TCL_SRCROOT}/unix/aclocal.m4",
- "${TCL_SRCROOT}/unix/tclConfig.sh.in",
- "${TCL_SRCROOT}/unix/Makefile.in",
- "${TCL_SRCROOT}/unix/dltest/Makefile.in",
+ "$(TCL_SRCROOT)/macosx/configure.ac",
+ "$(TCL_SRCROOT)/unix/configure.in",
+ "$(TCL_SRCROOT)/unix/tcl.m4",
+ "$(TCL_SRCROOT)/unix/aclocal.m4",
+ "$(TCL_SRCROOT)/unix/tclConfig.sh.in",
+ "$(TCL_SRCROOT)/unix/Makefile.in",
+ "$(TCL_SRCROOT)/unix/dltest/Makefile.in",
);
outputPaths = (
- "${DERIVED_FILE_DIR}/tcl/tclConfig.sh",
+ "$(DERIVED_FILE_DIR)/tcl/tclConfig.sh",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
@@ -2140,171 +2158,67 @@
F91BCC4F093152310042A6BF /* ReleaseUniversal */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CFLAGS = "-Wno-deprecated-declarations ${CFLAGS}";
- INSTALL_PATH = /Library/Frameworks;
- MAKE_TARGET = deploy;
- MANDIR = "${PREFIX}/man";
- PREFIX = /usr/local;
- PRODUCT_NAME = Tcl;
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ PRODUCT_NAME = tclsh;
};
name = ReleaseUniversal;
};
F91BCC50093152310042A6BF /* ReleaseUniversal */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ PRODUCT_NAME = tcltest;
+ };
+ name = ReleaseUniversal;
+ };
+ F91BCC51093152310042A6BF /* ReleaseUniversal */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
+ buildSettings = {
ARCHS = (
ppc,
ppc64,
i386,
x86_64,
);
- BINDIR = "${PREFIX}/bin";
- CONFIGURE_ARGS = "--enable-threads ${CONFIGURE_ARGS}";
- DEAD_CODE_STRIPPING = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEPLOYMENT_POSTPROCESSING = YES;
- GCC_DEBUGGING_SYMBOLS = full;
- GCC_DYNAMIC_NO_PIC = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = "";
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = s;
- GCC_PREFIX_HEADER = "${DERIVED_FILE_DIR}/tcl/tclConfig.h";
- GCC_PREPROCESSOR_DEFINITIONS = (
- HAVE_TCL_CONFIG_H,
- "${GCC_PREPROCESSOR_DEFINITIONS}",
- );
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
- HEADER_SEARCH_PATHS = "${DERIVED_FILE_DIR}/tcl";
- INCLUDEDIR = "${PREFIX}/include";
- INSTALL_PATH = "${BINDIR}";
- LIBDIR = "${PREFIX}/lib";
- MANDIR = "${PREFIX}/man";
+ CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 $(CFLAGS)";
+ MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = (
- "-headerpad_max_install_names",
"-Wl,-no_arch_warnings",
+ "$(OTHER_LDFLAGS)",
);
- PER_ARCH_CFLAGS_ppc = "-mcpu=G3 -mtune=G4";
- PER_ARCH_CFLAGS_ppc64 = "-mcpu=G5 -mpowerpc64";
PREBINDING = NO;
- PREFIX = /usr/local;
- PRODUCT_NAME = tcltest;
- SEPARATE_STRIP = YES;
- TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
- VERSION = 8.5;
- WARNING_CFLAGS = (
- "-Wall",
- "-Wno-implicit-int",
- "-Wextra",
- "-Wno-unused-parameter",
- "-Wno-missing-field-initializers",
- );
- ZERO_LINK = NO;
- };
- name = ReleaseUniversal;
- };
- F91BCC51093152310042A6BF /* ReleaseUniversal */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 -isysroot ${SDKROOT} -mmacosx-version-min=10.4";
- CONFIGURE_ARGS = "--disable-symbols";
- GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
- MACOSX_DEPLOYMENT_TARGET = 10.4;
- SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
name = ReleaseUniversal;
};
F95CC8AC09158F3100EA5ACE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CFLAGS = "-Wno-deprecated-declarations ${CFLAGS}";
- INSTALL_PATH = /Library/Frameworks;
- MAKE_TARGET = develop;
- MANDIR = "${PREFIX}/man";
- PREFIX = /usr/local;
- PRODUCT_NAME = Tcl;
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ PRODUCT_NAME = tclsh;
};
name = Debug;
};
F95CC8AD09158F3100EA5ACE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CFLAGS = "-Wno-deprecated-declarations ${CFLAGS}";
- INSTALL_PATH = /Library/Frameworks;
- MAKE_TARGET = deploy;
- MANDIR = "${PREFIX}/man";
- PREFIX = /usr/local;
- PRODUCT_NAME = Tcl;
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ PRODUCT_NAME = tclsh;
};
name = Release;
};
F95CC8AE09158F3100EA5ACE /* DebugNoFixZL */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CFLAGS = "-Wno-deprecated-declarations ${CFLAGS}";
- INSTALL_PATH = /Library/Frameworks;
- MAKE_TARGET = develop;
- MANDIR = "${PREFIX}/man";
- PREFIX = /usr/local;
- PRODUCT_NAME = Tcl;
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ PRODUCT_NAME = tclsh;
};
name = DebugNoFixZL;
};
F95CC8B109158F3100EA5ACE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CONFIGURE_ARGS = "--enable-threads ${CONFIGURE_ARGS}";
- DEAD_CODE_STRIPPING = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- DEPLOYMENT_POSTPROCESSING = NO;
- GCC_DEBUGGING_SYMBOLS = default;
- GCC_DYNAMIC_NO_PIC = YES;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = "";
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREFIX_HEADER = "${DERIVED_FILE_DIR}/tcl/tclConfig.h";
GCC_PREPROCESSOR_DEFINITIONS = (
- HAVE_TCL_CONFIG_H,
- "${GCC_PREPROCESSOR_DEFINITIONS}",
+ "__private_extern__=extern",
+ "$(GCC_PREPROCESSOR_DEFINITIONS)",
);
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
- HEADER_SEARCH_PATHS = "${DERIVED_FILE_DIR}/tcl";
- INCLUDEDIR = "${PREFIX}/include";
- INSTALL_PATH = "${BINDIR}";
- LIBDIR = "${PREFIX}/lib";
- MANDIR = "${PREFIX}/man";
- OTHER_LDFLAGS = "-headerpad_max_install_names";
- PER_ARCH_CFLAGS_ppc = "-mcpu=G3 -mtune=G4";
- PER_ARCH_CFLAGS_ppc64 = "-mcpu=G5 -mpowerpc64";
- PREBINDING = NO;
- PREFIX = /usr/local;
PRODUCT_NAME = tcltest;
- SEPARATE_STRIP = YES;
- TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
- VERSION = 8.5;
- WARNING_CFLAGS = (
- "-Wall",
- "-Wno-implicit-int",
- "-Wextra",
- "-Wno-unused-parameter",
- "-Wno-missing-field-initializers",
- );
ZERO_LINK = YES;
};
name = Debug;
@@ -2312,123 +2226,41 @@
F95CC8B209158F3100EA5ACE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CONFIGURE_ARGS = "--enable-threads ${CONFIGURE_ARGS}";
- DEAD_CODE_STRIPPING = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEPLOYMENT_POSTPROCESSING = YES;
- GCC_DEBUGGING_SYMBOLS = full;
- GCC_DYNAMIC_NO_PIC = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = "";
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = s;
- GCC_PREFIX_HEADER = "${DERIVED_FILE_DIR}/tcl/tclConfig.h";
- GCC_PREPROCESSOR_DEFINITIONS = (
- HAVE_TCL_CONFIG_H,
- "${GCC_PREPROCESSOR_DEFINITIONS}",
- );
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
- HEADER_SEARCH_PATHS = "${DERIVED_FILE_DIR}/tcl";
- INCLUDEDIR = "${PREFIX}/include";
- INSTALL_PATH = "${BINDIR}";
- LIBDIR = "${PREFIX}/lib";
- MANDIR = "${PREFIX}/man";
- OTHER_LDFLAGS = "-headerpad_max_install_names";
- PER_ARCH_CFLAGS_ppc = "-mcpu=G3 -mtune=G4";
- PER_ARCH_CFLAGS_ppc64 = "-mcpu=G5 -mpowerpc64";
- PREBINDING = NO;
- PREFIX = /usr/local;
PRODUCT_NAME = tcltest;
- SEPARATE_STRIP = YES;
- TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
- VERSION = 8.5;
- WARNING_CFLAGS = (
- "-Wall",
- "-Wno-implicit-int",
- "-Wextra",
- "-Wno-unused-parameter",
- "-Wno-missing-field-initializers",
- );
- ZERO_LINK = NO;
};
name = Release;
};
F95CC8B309158F3100EA5ACE /* DebugNoFixZL */ = {
isa = XCBuildConfiguration;
buildSettings = {
- BINDIR = "${PREFIX}/bin";
- CONFIGURE_ARGS = "--enable-threads ${CONFIGURE_ARGS}";
- DEAD_CODE_STRIPPING = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- DEPLOYMENT_POSTPROCESSING = NO;
- GCC_DEBUGGING_SYMBOLS = default;
- GCC_DYNAMIC_NO_PIC = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = "";
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREFIX_HEADER = "${DERIVED_FILE_DIR}/tcl/tclConfig.h";
- GCC_PREPROCESSOR_DEFINITIONS = (
- HAVE_TCL_CONFIG_H,
- "${GCC_PREPROCESSOR_DEFINITIONS}",
- );
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
- HEADER_SEARCH_PATHS = "${DERIVED_FILE_DIR}/tcl";
- INCLUDEDIR = "${PREFIX}/include";
- INSTALL_PATH = "${BINDIR}";
- LIBDIR = "${PREFIX}/lib";
- MANDIR = "${PREFIX}/man";
- OTHER_LDFLAGS = "-headerpad_max_install_names";
- PER_ARCH_CFLAGS_ppc = "-mcpu=G3 -mtune=G4";
- PER_ARCH_CFLAGS_ppc64 = "-mcpu=G5 -mpowerpc64";
- PREBINDING = NO;
- PREFIX = /usr/local;
PRODUCT_NAME = tcltest;
- SEPARATE_STRIP = YES;
- TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
- VERSION = 8.5;
- WARNING_CFLAGS = (
- "-Wall",
- "-Wno-implicit-int",
- "-Wextra",
- "-Wno-unused-parameter",
- "-Wno-missing-field-initializers",
- );
- ZERO_LINK = NO;
};
name = DebugNoFixZL;
};
F95CC8B609158F3100EA5ACE /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
buildSettings = {
- CONFIGURE_ARGS = "--enable-symbols";
- GCC_PREPROCESSOR_DEFINITIONS = "__private_extern__=extern";
MACOSX_DEPLOYMENT_TARGET = 10.2;
+ PREBINDING = NO;
};
name = Debug;
};
F95CC8B709158F3100EA5ACE /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
buildSettings = {
- CONFIGURE_ARGS = "--disable-symbols";
- GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
MACOSX_DEPLOYMENT_TARGET = 10.2;
+ PREBINDING = YES;
};
name = Release;
};
F95CC8B809158F3100EA5ACE /* DebugNoFixZL */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
buildSettings = {
- CONFIGURE_ARGS = "--enable-symbols";
- GCC_PREPROCESSOR_DEFINITIONS = "";
MACOSX_DEPLOYMENT_TARGET = 10.2;
+ PREBINDING = NO;
};
name = DebugNoFixZL;
};
@@ -2437,8 +2269,7 @@
buildSettings = {
PRODUCT_NAME = tests;
TCLTEST_OPTIONS = "";
- TCL_LIBRARY = "${TCL_SRCROOT}/library";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = Debug;
@@ -2448,8 +2279,7 @@
buildSettings = {
PRODUCT_NAME = tests;
TCLTEST_OPTIONS = "";
- TCL_LIBRARY = "${TCL_SRCROOT}/library";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = Release;
@@ -2459,8 +2289,7 @@
buildSettings = {
PRODUCT_NAME = tests;
TCLTEST_OPTIONS = "";
- TCL_LIBRARY = "${TCL_SRCROOT}/library";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = DebugNoFixZL;
@@ -2470,22 +2299,189 @@
buildSettings = {
PRODUCT_NAME = tests;
TCLTEST_OPTIONS = "";
- TCL_LIBRARY = "${TCL_SRCROOT}/library";
- TCL_SRCROOT = "${SRCROOT}/../../tcl";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = ReleaseUniversal;
};
+ F97AED080B660A6C00310EA2 /* ReleaseUniversal10.4uSDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tests;
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
+ TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
+ };
+ name = ReleaseUniversal10.4uSDK;
+ };
+ F97AED0F0B660AA300310EA2 /* ReleasePPC10.3.9SDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tests;
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
+ TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
+ };
+ name = ReleasePPC10.3.9SDK;
+ };
+ F97AED160B660AF100310EA2 /* ReleasePPC10.2.8SDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tests;
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
+ TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
+ };
+ name = ReleasePPC10.2.8SDK;
+ };
+ F97AED1B0B660B2100310EA2 /* Debug64bit */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tclsh;
+ };
+ name = Debug64bit;
+ };
+ F97AED1C0B660B2100310EA2 /* Debug64bit */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tcltest;
+ };
+ name = Debug64bit;
+ };
+ F97AED1D0B660B2100310EA2 /* Debug64bit */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tests;
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "$(TCL_SRCROOT)/library";
+ TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
+ };
+ name = Debug64bit;
+ };
+ F97AED1E0B660B2100310EA2 /* Debug64bit */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
+ buildSettings = {
+ ARCHS = "$(NATIVE_ARCH_64_BIT)";
+ CONFIGURE_ARGS = "--enable-64bit $(CONFIGURE_ARGS)";
+ CPPFLAGS = "-arch $(NATIVE_ARCH_64_BIT) $(CPPFLAGS)";
+ MACOSX_DEPLOYMENT_TARGET = 10.2;
+ PREBINDING = NO;
+ };
+ name = Debug64bit;
+ };
+ F9DB62080B65ADA800A370FB /* ReleaseUniversal10.4uSDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tclsh;
+ };
+ name = ReleaseUniversal10.4uSDK;
+ };
+ F9DB62090B65ADA800A370FB /* ReleaseUniversal10.4uSDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tcltest;
+ };
+ name = ReleaseUniversal10.4uSDK;
+ };
+ F9DB620A0B65ADA800A370FB /* ReleaseUniversal10.4uSDK */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
+ buildSettings = {
+ ARCHS = (
+ ppc,
+ ppc64,
+ i386,
+ x86_64,
+ );
+ CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 $(CFLAGS)";
+ CPPFLAGS = "-isysroot $(SDKROOT) $(CPPFLAGS)";
+ MACOSX_DEPLOYMENT_TARGET = 10.4;
+ OTHER_LDFLAGS = (
+ "-Wl,-no_arch_warnings",
+ "$(OTHER_LDFLAGS)",
+ );
+ PREBINDING = NO;
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+ };
+ name = ReleaseUniversal10.4uSDK;
+ };
+ F9DB621F0B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tclsh;
+ };
+ name = ReleasePPC10.3.9SDK;
+ };
+ F9DB62200B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tcltest;
+ };
+ name = ReleasePPC10.3.9SDK;
+ };
+ F9DB62210B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
+ buildSettings = {
+ ARCHS = ppc;
+ CFLAGS = "$(PER_ARCH_CFLAGS_ppc) $(CFLAGS)";
+ CPPFLAGS = "-arch ppc -isysroot $(SDKROOT) $(CPPFLAGS)";
+ MACOSX_DEPLOYMENT_TARGET = 10.2;
+ PREBINDING = YES;
+ SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;
+ };
+ name = ReleasePPC10.3.9SDK;
+ };
+ F9DB62350B65B03A00A370FB /* ReleasePPC10.2.8SDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tclsh;
+ };
+ name = ReleasePPC10.2.8SDK;
+ };
+ F9DB62360B65B03A00A370FB /* ReleasePPC10.2.8SDK */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = tcltest;
+ };
+ name = ReleasePPC10.2.8SDK;
+ };
+ F9DB62370B65B03A00A370FB /* ReleasePPC10.2.8SDK */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
+ buildSettings = {
+ ARCHS = ppc;
+ CC = "$(CC)-$(GCC_VERSION)";
+ CFLAGS = "$(PER_ARCH_CFLAGS_ppc) -fconstant-cfstrings $(CFLAGS)";
+ CPPFLAGS = "-arch ppc -D__CONSTANT_CFSTRINGS__ -DMAC_OS_X_VERSION_MIN_REQUIRED=1020 -nostdinc -isystem $(SDKROOT)/usr/include/gcc/darwin/$(GCC_VERSION) -isystem $(SDKROOT)/usr/include -F$(SDKROOT)/System/Library/Frameworks";
+ DEBUG_INFORMATION_FORMAT = stabs;
+ GCC_VERSION = 3.3;
+ LDFLAGS = "-L$(SDKROOT)/usr/lib/gcc/darwin/$(GCC_VERSION) -Wl,-syslibroot,$(SDKROOT) ";
+ MACOSX_DEPLOYMENT_TARGET = 10.2;
+ PREBINDING = YES;
+ SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
+ WARNING_CFLAGS = (
+ "$(WARNING_CFLAGS_GCC3)",
+ "-Wno-long-double",
+ );
+ };
+ name = ReleasePPC10.2.8SDK;
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- F95CC8AB09158F3100EA5ACE /* Build configuration list for PBXLegacyTarget "Tcl" */ = {
+ F95CC8AB09158F3100EA5ACE /* Build configuration list for PBXNativeTarget "Tcl" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F95CC8AC09158F3100EA5ACE /* Debug */,
- F95CC8AD09158F3100EA5ACE /* Release */,
F95CC8AE09158F3100EA5ACE /* DebugNoFixZL */,
+ F97AED1B0B660B2100310EA2 /* Debug64bit */,
+ F95CC8AD09158F3100EA5ACE /* Release */,
F91BCC4F093152310042A6BF /* ReleaseUniversal */,
+ F9DB62080B65ADA800A370FB /* ReleaseUniversal10.4uSDK */,
+ F9DB621F0B65AFDE00A370FB /* ReleasePPC10.3.9SDK */,
+ F9DB62350B65B03A00A370FB /* ReleasePPC10.2.8SDK */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
@@ -2494,9 +2490,13 @@
isa = XCConfigurationList;
buildConfigurations = (
F95CC8B109158F3100EA5ACE /* Debug */,
- F95CC8B209158F3100EA5ACE /* Release */,
F95CC8B309158F3100EA5ACE /* DebugNoFixZL */,
+ F97AED1C0B660B2100310EA2 /* Debug64bit */,
+ F95CC8B209158F3100EA5ACE /* Release */,
F91BCC50093152310042A6BF /* ReleaseUniversal */,
+ F9DB62090B65ADA800A370FB /* ReleaseUniversal10.4uSDK */,
+ F9DB62200B65AFDE00A370FB /* ReleasePPC10.3.9SDK */,
+ F9DB62360B65B03A00A370FB /* ReleasePPC10.2.8SDK */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
@@ -2505,9 +2505,13 @@
isa = XCConfigurationList;
buildConfigurations = (
F95CC8B609158F3100EA5ACE /* Debug */,
- F95CC8B709158F3100EA5ACE /* Release */,
F95CC8B809158F3100EA5ACE /* DebugNoFixZL */,
+ F97AED1E0B660B2100310EA2 /* Debug64bit */,
+ F95CC8B709158F3100EA5ACE /* Release */,
F91BCC51093152310042A6BF /* ReleaseUniversal */,
+ F9DB620A0B65ADA800A370FB /* ReleaseUniversal10.4uSDK */,
+ F9DB62210B65AFDE00A370FB /* ReleasePPC10.3.9SDK */,
+ F9DB62370B65B03A00A370FB /* ReleasePPC10.2.8SDK */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
@@ -2516,9 +2520,13 @@
isa = XCConfigurationList;
buildConfigurations = (
F97258A90A86873D00096C78 /* Debug */,
- F97258AA0A86873D00096C78 /* Release */,
F97258AB0A86873D00096C78 /* DebugNoFixZL */,
+ F97AED1D0B660B2100310EA2 /* Debug64bit */,
+ F97258AA0A86873D00096C78 /* Release */,
F97258AC0A86873D00096C78 /* ReleaseUniversal */,
+ F97AED080B660A6C00310EA2 /* ReleaseUniversal10.4uSDK */,
+ F97AED0F0B660AA300310EA2 /* ReleasePPC10.3.9SDK */,
+ F97AED160B660AF100310EA2 /* ReleasePPC10.2.8SDK */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;