Thanks
Paul
I have compiled one from the official sourceforge Tcl 8.5.8 sources and
from Daniel Steffen's 8.5.8 Tk_Cocoa for my project.
Kevin Walzer has written a very useful tutorial, see:
Tutorial on Packaging Tcl/Tk Applications on OS X:
http://www.codebykevin.com/opensource/tutorial.html
On the following site you can find the MacOSX bundle for my project
which can serve you as a standalone skeleton for your project:
http://zdia.de/packages/gorilla/gorilla1.5.3.zip
Password Gorilla.app/
`-- Contents/
|-- Frameworks/
| |-- Tcl.framework/
| `-- Tk.framework/
|-- Info.plist
|-- MacOS/
| `-- PWgorilla*
`-- Resources/
|-- Gorilla.icns
|-- Scripts/
|-- Wish.icns
|-- Wish.sdef
|-- de.lproj/
`-- en.lproj/
Feel free to rename, delete or replace files according to your project.
Zbigniew Diaczyszyn