summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.xcode/project.pbxproj
diff options
context:
space:
mode:
authordas <das>2008-04-15 10:55:30 (GMT)
committerdas <das>2008-04-15 10:55:30 (GMT)
commit8c81a86813da48f3a4d88fd1543b559e9d691ec5 (patch)
treef23571836d912993a883dcd7199388780dd267ee /macosx/Tcl.xcode/project.pbxproj
parentd8b21102ffefe834f5aaacd2b5187b2130147610 (diff)
downloadtcl-8c81a86813da48f3a4d88fd1543b559e9d691ec5.zip
tcl-8c81a86813da48f3a4d88fd1543b559e9d691ec5.tar.gz
tcl-8c81a86813da48f3a4d88fd1543b559e9d691ec5.tar.bz2
sync with Tcl.xcodeproj
Diffstat (limited to 'macosx/Tcl.xcode/project.pbxproj')
-rw-r--r--macosx/Tcl.xcode/project.pbxproj17
1 files changed, 15 insertions, 2 deletions
diff --git a/macosx/Tcl.xcode/project.pbxproj b/macosx/Tcl.xcode/project.pbxproj
index 576c213..0e00120 100644
--- a/macosx/Tcl.xcode/project.pbxproj
+++ b/macosx/Tcl.xcode/project.pbxproj
@@ -931,7 +931,7 @@
F966C06F08F281DC005CB29B /* Frameworks */,
1AB674ADFE9D54B511CA2CBB /* Products */,
);
- comments = "Copyright (c) 2004-2007 Daniel A. Steffen <das@users.sourceforge.net>\n\nSee the file \"license.terms\" for information on usage and redistribution of\nthis file, and for a DISCLAIMER OF ALL WARRANTIES.\n\nRCS: @(#) $Id: project.pbxproj,v 1.10 2007/12/13 15:26:03 dgp Exp $\n";
+ comments = "Copyright (c) 2004-2007 Daniel A. Steffen <das@users.sourceforge.net>\n\nSee the file \"license.terms\" for information on usage and redistribution of\nthis file, and for a DISCLAIMER OF ALL WARRANTIES.\n\nRCS: @(#) $Id: project.pbxproj,v 1.11 2008/04/15 10:55:30 das Exp $\n";
name = Tcl;
path = .;
sourceTree = SOURCE_ROOT;
@@ -1950,12 +1950,14 @@
files = (
);
inputPaths = (
+ "${TARGET_TEMP_DIR}/.none",
);
outputPaths = (
+ "${TARGET_BUILD_DIR}/${EXECUTABLE_NAME}",
);
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";
+ shellScript = "if [ -e \"${TARGET_BUILD_DIR}/tclsh\" ]; then\n mv -f \"${TARGET_BUILD_DIR}/tclsh\" \"${TARGET_BUILD_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}\" CFLAGS_OPTIMIZE=\"-O${GCC_OPTIMIZATION_LEVEL}\" 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 \"${TARGET_BUILD_DIR}/tclsh${VERSION}\" ]; then\n mv -f \"${TARGET_BUILD_DIR}/tclsh${VERSION}\" \"${TARGET_BUILD_DIR}/tclsh\"\nfi\nif [ -e \"${BUILT_PRODUCTS_DIR}/tcltest\" ]; then\n\trm -f \"${BUILT_PRODUCTS_DIR}/tcltest\"\nfi\necho \"Done\"\nrm -f \"${SCRIPT_INPUT_FILE_0}\"\nexit ${result}\n";
};
F9A5C5F508F651A2008AE941 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
@@ -2156,6 +2158,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = ReleaseUniversal;
};
@@ -2190,6 +2193,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = DebugMemCompile;
};
@@ -2224,6 +2228,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = Debug;
};
@@ -2231,6 +2236,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = Release;
};
@@ -2238,6 +2244,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = DebugNoFixZL;
};
@@ -2372,6 +2379,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = Debug64bit;
};
@@ -2408,6 +2416,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = DebugUnthreaded;
};
@@ -2415,6 +2424,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = DebugLeaks;
};
@@ -2479,6 +2489,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = ReleaseUniversal10.4uSDK;
};
@@ -2516,6 +2527,7 @@
buildSettings = {
LDFLAGS = "-force_cpusubtype_ALL $(LDFLAGS)";
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = ReleasePPC10.3.9SDK;
};
@@ -2543,6 +2555,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tclsh;
+ SKIP_INSTALL = NO;
};
name = ReleasePPC10.2.8SDK;
};