diff options
author | das <das> | 2006-03-28 14:01:14 (GMT) |
---|---|---|
committer | das <das> | 2006-03-28 14:01:14 (GMT) |
commit | a8ce4b96284ab3e2477e17c015337d4828703be7 (patch) | |
tree | b12cd6245babb689ac0a70e3a892d00f3c8a6746 /macosx/Wish.xcode/project.pbxproj | |
parent | a8319e4b09026b7ec6048d671b1dbe3c4b16bfa8 (diff) | |
download | tk-a8ce4b96284ab3e2477e17c015337d4828703be7.zip tk-a8ce4b96284ab3e2477e17c015337d4828703be7.tar.gz tk-a8ce4b96284ab3e2477e17c015337d4828703be7.tar.bz2 |
* macosx/Wish.xcode/default.pbxuser: add '-singleproc 1' cli arg to
* macosx/Wish.xcodeproj/default.pbxuser: tcltest to ease test debugging.
* macosx/Wish.xcode/project.pbxproj: removed $prefix/share from
* macosx/Wish.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change
to tcl/unix/configure.in of 2006-03-13.
Diffstat (limited to 'macosx/Wish.xcode/project.pbxproj')
-rw-r--r-- | macosx/Wish.xcode/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj index 608dea1..50e8159 100644 --- a/macosx/Wish.xcode/project.pbxproj +++ b/macosx/Wish.xcode/project.pbxproj @@ -148,7 +148,7 @@ REZ_RESOURCE_MAP_READ_ONLY = YES; REZ_SEARCH_PATHS = "${TK_SRCROOT}/generic ${TCL_SRCROOT}/generic"; TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}"; - TCL_PACKAGE_PATH = "\"${LIBDIR} ${PREFIX}/share\""; + TCL_PACKAGE_PATH = "\"${LIBDIR}\""; TCL_SRCROOT = "${SRCROOT}/../../tcl"; TK_LIBRARY = "${LIBDIR}/tk${VERSION}"; TK_SRCROOT = "${SRCROOT}/../../tk"; |