diff options
author | das <das> | 2007-06-29 03:15:39 (GMT) |
---|---|---|
committer | das <das> | 2007-06-29 03:15:39 (GMT) |
commit | 48ac1f55511ac5c5f2130c7212627a67e11cb348 (patch) | |
tree | 06cdbdeb26b3b2da8d49d1117826df0ae4926ad4 /macosx/Tcl-Common.xcconfig | |
parent | 5ade3bb4e4b8d43b6a42a7b830b15cf724179634 (diff) | |
download | tcl-48ac1f55511ac5c5f2130c7212627a67e11cb348.zip tcl-48ac1f55511ac5c5f2130c7212627a67e11cb348.tar.gz tcl-48ac1f55511ac5c5f2130c7212627a67e11cb348.tar.bz2 |
* macosx/Tcl.xcodeproj/project.pbxproj: improve support for renamed tcl
* macosx/Tcl.xcodeproj/default.pbxuser: source dir; add 10.5 SDK build
* macosx/Tcl-Common.xcconfig: config; remove tclMathOp.c.
* macosx/README: document Tcl.xcodeproj changes.
Diffstat (limited to 'macosx/Tcl-Common.xcconfig')
-rw-r--r-- | macosx/Tcl-Common.xcconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig index a31e6b5..568e314 100644 --- a/macosx/Tcl-Common.xcconfig +++ b/macosx/Tcl-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: Tcl-Common.xcconfig,v 1.4 2007/06/06 09:53:39 das Exp $ +// RCS: @(#) $Id: Tcl-Common.xcconfig,v 1.5 2007/06/29 03:15:39 das Exp $ // HEADER_SEARCH_PATHS = $(DERIVED_FILE_DIR)/tcl $(HEADER_SEARCH_PATHS) @@ -37,6 +37,5 @@ PREFIX = /usr/local TCL_CONFIGURE_ARGS = --enable-threads TCL_LIBRARY = $(LIBDIR)/tcl$(VERSION) TCL_PACKAGE_PATH = "$(LIBDIR)" -TCL_SRCROOT = $(SRCROOT)/../../tcl TCL_DEFS = HAVE_TCL_CONFIG_H VERSION = 8.5 |