summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl-Common.xcconfig
diff options
context:
space:
mode:
authordas <das>2008-03-12 22:17:56 (GMT)
committerdas <das>2008-03-12 22:17:56 (GMT)
commitb2d1334890ee48510de703dfaab5e70f38848aed (patch)
tree5ff3004fa20ad4b243485bb949194bcd92ab8686 /macosx/Tcl-Common.xcconfig
parentef097aec977fc5a7e746ce889b2af253c7b40a0f (diff)
downloadtcl-b2d1334890ee48510de703dfaab5e70f38848aed.zip
tcl-b2d1334890ee48510de703dfaab5e70f38848aed.tar.gz
tcl-b2d1334890ee48510de703dfaab5e70f38848aed.tar.bz2
* macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1
* macosx/Tcl.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Tcl-Common.xcconfig: 'xcodebuild install'.
Diffstat (limited to 'macosx/Tcl-Common.xcconfig')
-rw-r--r--macosx/Tcl-Common.xcconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig
index 43467b9..9f89d82 100644
--- a/macosx/Tcl-Common.xcconfig
+++ b/macosx/Tcl-Common.xcconfig
@@ -9,12 +9,13 @@
// See the file "license.terms" for information on usage and redistribution
// of this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// RCS: @(#) $Id: Tcl-Common.xcconfig,v 1.9 2008/03/11 22:28:34 das Exp $
+// RCS: @(#) $Id: Tcl-Common.xcconfig,v 1.10 2008/03/12 22:17:57 das Exp $
//
HEADER_SEARCH_PATHS = "$(DERIVED_FILE_DIR)/tcl" $(HEADER_SEARCH_PATHS)
OTHER_LDFLAGS = -headerpad_max_install_names -sectcreate __TEXT __info_plist "$(DERIVED_FILE_DIR)/tcl/Tclsh-Info.plist" $(OTHER_LDFLAGS)
-INSTALL_PATH = "$(BINDIR)"
+INSTALL_PATH = $(BINDIR)
+INSTALL_MODE_FLAG = go-w,a+rX
GCC_PREFIX_HEADER = $(DERIVED_FILE_DIR)/tcl/tclConfig.h
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_NO_COMMON_BLOCKS = YES