diff options
author | das <das> | 2007-09-14 02:32:15 (GMT) |
---|---|---|
committer | das <das> | 2007-09-14 02:32:15 (GMT) |
commit | 0608d8184ad9e26cc967ac3eca1d096c72b67a28 (patch) | |
tree | b421cb8a38b59f125a9a45c25f98013c2586ec60 /macosx/Wish-Common.xcconfig | |
parent | 1733b54ed4d16d94de156fa0a6083fda7f2825f7 (diff) | |
download | tk-0608d8184ad9e26cc967ac3eca1d096c72b67a28.zip tk-0608d8184ad9e26cc967ac3eca1d096c72b67a28.tar.gz tk-0608d8184ad9e26cc967ac3eca1d096c72b67a28.tar.bz2 |
* macosx/Wish-Common.xcconfig: enable Tcl DTrace support.
* macosx/Wish.xcodeproj/project.pbxproj:
Diffstat (limited to 'macosx/Wish-Common.xcconfig')
-rw-r--r-- | macosx/Wish-Common.xcconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Wish-Common.xcconfig b/macosx/Wish-Common.xcconfig index 2be2747..5b6a55a 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.5 2007/09/06 08:07:24 das Exp $ +// RCS: @(#) $Id: Wish-Common.xcconfig,v 1.6 2007/09/14 02:32:16 das Exp $ // HEADER_SEARCH_PATHS = $(TK_SRCROOT)/generic $(TK_SRCROOT)/xlib $(DERIVED_FILE_DIR)/tcl $(DERIVED_FILE_DIR)/tk $(HEADER_SEARCH_PATHS) @@ -38,7 +38,7 @@ MANDIR = $(PREFIX)/man PER_ARCH_CFLAGS_ppc = -mcpu=G3 -mtune=G4 $(PER_ARCH_CFLAGS_ppc) PREFIX = /usr/local TCL_BUILD_DIR = $(OBJROOT)/../tcl/Tcl.build/$(CONFIGURATION)/Tcl.build/Objects -TCL_CONFIGURE_ARGS = --enable-threads +TCL_CONFIGURE_ARGS = --enable-threads --enable-dtrace TCL_FRAMEWORK_DIR = $(SYMROOT)/../tcl/$(CONFIGURATION) TCL_LIBRARY = $(LIBDIR)/tcl$(VERSION) TCL_PACKAGE_PATH = "$(LIBDIR)" |