diff options
author | das <das> | 2007-06-29 03:19:05 (GMT) |
---|---|---|
committer | das <das> | 2007-06-29 03:19:05 (GMT) |
commit | f6a5a5d57bfdc3aa6088dd2e9957652bdd9be70c (patch) | |
tree | 9d992b648b2639478318419a2be320b453f805fd /macosx/Wish-Common.xcconfig | |
parent | 8d504208df89450f9abc23fc7f9e7a7280378fcd (diff) | |
download | tk-f6a5a5d57bfdc3aa6088dd2e9957652bdd9be70c.zip tk-f6a5a5d57bfdc3aa6088dd2e9957652bdd9be70c.tar.gz tk-f6a5a5d57bfdc3aa6088dd2e9957652bdd9be70c.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: improve support for renamed
* macosx/Wish.xcodeproj/default.pbxuser: tcl and tk source dirs; add
* macosx/Wish-Common.xcconfig: 10.5 SDK build config; remove
tclMathOp.c.
* macosx/README: document Wish.xcodeproj changes.
Diffstat (limited to 'macosx/Wish-Common.xcconfig')
-rw-r--r-- | macosx/Wish-Common.xcconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/Wish-Common.xcconfig b/macosx/Wish-Common.xcconfig index 635fbbb..0a9d691 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.3 2007/04/23 21:24:32 das Exp $ +// RCS: @(#) $Id: Wish-Common.xcconfig,v 1.4 2007/06/29 03:19:05 das Exp $ // HEADER_SEARCH_PATHS = $(TK_SRCROOT)/generic $(TK_SRCROOT)/xlib $(DERIVED_FILE_DIR)/tcl $(DERIVED_FILE_DIR)/tk $(HEADER_SEARCH_PATHS) @@ -42,9 +42,7 @@ TCL_CONFIGURE_ARGS = --enable-threads TCL_FRAMEWORK_DIR = $(SYMROOT)/../tcl/$(CONFIGURATION) TCL_LIBRARY = $(LIBDIR)/tcl$(VERSION) TCL_PACKAGE_PATH = "$(LIBDIR)" -TCL_SRCROOT = $(SRCROOT)/../../tcl TCL_DEFS = HAVE_TCL_CONFIG_H TK_LIBRARY = $(LIBDIR)/tk$(VERSION) -TK_SRCROOT = $(SRCROOT)/../../tk TK_DEFS = HAVE_TK_CONFIG_H TCL_NO_DEPRECATED VERSION = 8.5 |