diff options
author | das <das> | 2003-10-01 14:35:32 (GMT) |
---|---|---|
committer | das <das> | 2003-10-01 14:35:32 (GMT) |
commit | 48e0e43fbc61a0da6568824965c13e2ec7cb2e38 (patch) | |
tree | 9282d9e20469dd360031a46c842bd3c05d990f72 /macosx/README | |
parent | 009ece320d1dad3ff4557d55b5859b4512d1660e (diff) | |
download | tk-48e0e43fbc61a0da6568824965c13e2ec7cb2e38.zip tk-48e0e43fbc61a0da6568824965c13e2ec7cb2e38.tar.gz tk-48e0e43fbc61a0da6568824965c13e2ec7cb2e38.tar.bz2 |
* macosx/Wish.pbproj/project.pbxproj:
* macosx/Makefile: fixed redo prebinding bug when DESTDIR="".
Added support for all applicable customizable makefile variables
from tcl/macosx/Makefile.
* macosx/README:
* macosx/Wish.pbproj/project.pbxproj: ensure that the versioned
wishX.X script works correctly when Tk.framework with multiple
versions is present by referring to a copy of 'Wish Shell.app'
located in Tk.framework/Versions/X.X/Resources.
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README index 7ebf20d..0c7e698 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.8 2003/07/18 02:02:28 das Exp $ +RCS: @(#) $Id: README,v 1.9 2003/10/01 14:35:32 das Exp $ This is the README file for the Mac OS X native versions of Tcl & Tk. @@ -70,9 +70,8 @@ system's standard framework directories: /Network/Library/Frameworks /System/Library/Frameworks and 'Wish Shell' as well as /usr/bin/tclsh will work. -- /usr/bin/wish is a script that calls 'Wish Shell' in its default location - /Applications/Utilities/Wish Shell.app -it will break if 'Wish Shell' is moved. +- /usr/bin/wish is a script that calls a copy of 'Wish Shell' contained in + Tk.framework/Resources - if 'Wish Shell' is started from the Finder or via 'open', $argv contains a "-psn_XXXX" argument. This is the Wish's carbon process serial number, you may |