diff options
author | das <das> | 2003-10-01 14:35:39 (GMT) |
---|---|---|
committer | das <das> | 2003-10-01 14:35:39 (GMT) |
commit | 9d4eef9915ff4fe5f2f9c209c5b100769515897f (patch) | |
tree | 26fbc3e2f34810aa91136cceec74a6eebde0afd3 /macosx/README | |
parent | b3ec66c29e8fb666e39d76bd1a169d365361a985 (diff) | |
download | tk-9d4eef9915ff4fe5f2f9c209c5b100769515897f.zip tk-9d4eef9915ff4fe5f2f9c209c5b100769515897f.tar.gz tk-9d4eef9915ff4fe5f2f9c209c5b100769515897f.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 65380e1..07302c0 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.6.2.2 2003/07/18 01:06:33 das Exp $ +RCS: @(#) $Id: README,v 1.6.2.3 2003/10/01 14:35:39 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 |