summaryrefslogtreecommitdiffstats
path: root/macosx/Wish-Common.xcconfig
diff options
context:
space:
mode:
authordas <das>2007-09-06 08:07:23 (GMT)
committerdas <das>2007-09-06 08:07:23 (GMT)
commit582c8fe6bfaa3b4e5ef86df5a9dd7e535a929153 (patch)
tree90a187654800215c634fff1233e703a1c2c0da8a /macosx/Wish-Common.xcconfig
parenta8489fe76f1737e143414cb5e9d85b3701fcaba6 (diff)
downloadtk-582c8fe6bfaa3b4e5ef86df5a9dd7e535a929153.zip
tk-582c8fe6bfaa3b4e5ef86df5a9dd7e535a929153.tar.gz
tk-582c8fe6bfaa3b4e5ef86df5a9dd7e535a929153.tar.bz2
* macosx/Wish.xcode/project.pbxproj: discontinue unmaintained support
* macosx/Wish.xcode/default.pbxuser: for Xcode 1.5; replace by Xcode2 project for use on Tiger (with Wish.xcodeproj to be used on Leopard). * macosx/Wish.xcodeproj/project.pbxproj: updates for Xcode 2.5 and 3.0. * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish-Common.xcconfig: * macosx/README: document project changes.
Diffstat (limited to 'macosx/Wish-Common.xcconfig')
-rw-r--r--macosx/Wish-Common.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Wish-Common.xcconfig b/macosx/Wish-Common.xcconfig
index 0a9d691..2be2747 100644
--- a/macosx/Wish-Common.xcconfig
+++ b/macosx/Wish-Common.xcconfig
@@ -9,7 +9,7 @@
// 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.4 2007/06/29 03:19:05 das Exp $
+// RCS: @(#) $Id: Wish-Common.xcconfig,v 1.5 2007/09/06 08:07:24 das Exp $
//
HEADER_SEARCH_PATHS = $(TK_SRCROOT)/generic $(TK_SRCROOT)/xlib $(DERIVED_FILE_DIR)/tcl $(DERIVED_FILE_DIR)/tk $(HEADER_SEARCH_PATHS)
@@ -21,7 +21,7 @@ OTHER_CFLAGS = -imacros $(DERIVED_FILE_DIR)/tcl/tclConfig.h $(OTHER_CFLAGS)
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_DYNAMIC_NO_PIC = YES
-GCC = /usr/bin/gcc
+GCC = $(DEVELOPER_DIR)/usr/bin/gcc
GCC_VERSION = 4.0
CC = $(GCC)-$(GCC_VERSION)
WARNING_CFLAGS_GCC3 = -Wall -Wno-implicit-int -Wno-unused-parameter -Wno-deprecated-declarations