diff options
author | das <das> | 2008-03-12 22:18:00 (GMT) |
---|---|---|
committer | das <das> | 2008-03-12 22:18:00 (GMT) |
commit | d4898270c9670e7680d0aaebc20ccd3646e1e8f7 (patch) | |
tree | 06383bee9672883ea17c3e82b6da3c0fdf86e985 /macosx/Wish-Common.xcconfig | |
parent | 51fd3d6cd0010209fd4d6b2180c08c075fc2a8d7 (diff) | |
download | tk-d4898270c9670e7680d0aaebc20ccd3646e1e8f7.zip tk-d4898270c9670e7680d0aaebc20ccd3646e1e8f7.tar.gz tk-d4898270c9670e7680d0aaebc20ccd3646e1e8f7.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1
* macosx/Wish.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and
* macosx/Wish-Common.xcconfig: 'xcodebuild install'.
Diffstat (limited to 'macosx/Wish-Common.xcconfig')
-rw-r--r-- | macosx/Wish-Common.xcconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Wish-Common.xcconfig b/macosx/Wish-Common.xcconfig index 4736c2c..7d210c3 100644 --- a/macosx/Wish-Common.xcconfig +++ b/macosx/Wish-Common.xcconfig @@ -9,14 +9,15 @@ // See the file "license.terms" for information on usage and redistribution // of this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// RCS: @(#) $Id: Wish-Common.xcconfig,v 1.9 2008/03/11 22:33:22 das Exp $ +// RCS: @(#) $Id: Wish-Common.xcconfig,v 1.10 2008/03/12 22:18:01 das Exp $ // HEADER_SEARCH_PATHS = $(TK_SRCROOT)/generic $(TK_SRCROOT)/xlib "$(DERIVED_FILE_DIR)/tcl" "$(DERIVED_FILE_DIR)/tk" $(HEADER_SEARCH_PATHS) REZ_SEARCH_PATHS = $(TK_SRCROOT)/generic $(TCL_SRCROOT)/generic $(REZ_SEARCH_PATHS) OTHER_LDFLAGS = -headerpad_max_install_names -sectcreate __TEXT __info_plist "$(DERIVED_FILE_DIR)/tk/Wish-Info.plist" $(OTHER_LDFLAGS) OTHER_LDFLAGS_AQUA = -sectcreate __TEXT __tk_rsrc "$(REZ_COLLECTOR_DIR)/$(PRODUCT_NAME).rsrc" -INSTALL_PATH = "$(BINDIR)" +INSTALL_PATH = $(APPLICATION_INSTALL_PATH) +INSTALL_MODE_FLAG = go-w,a+rX GCC_PREFIX_HEADER = $(DERIVED_FILE_DIR)/tk/tkConfig.h OTHER_CFLAGS = -imacros "$(DERIVED_FILE_DIR)/tcl/tclConfig.h" $(OTHER_CFLAGS) GCC_GENERATE_DEBUGGING_SYMBOLS = YES |