Re: Compiling Tcl apps redux
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Compiling Tcl apps redux

From: Shaun Deacon <sdeacon@fma.fujitsu.com>
Date: Tue May 24 2005 - 23:19:33 CEST

Hi Joey

Sorry for the late reply...I've been away

> Question for both of you: are either of you shrouding the Tcl scripts?
> I'm not, so maybe that's what the difference is?
>
> I use mta files and I have -strip-tcl on each of the filenames.

Yes, I use mta files too. I also shroud and strip each tcl file.
An mta file for one of my apps has the following options :

-read-stdin
-shroud
-main-script "tcl/bones.tcl"
-i "icons/bones.xbm"
-i "icons/bonesIcons"
-i "icons/splash.png"
-strip-tcl "tcl/analyze.tcl"
-strip-tcl "tcl/args.tcl"
...
-strip-tcl "tcl/verilog.tcl"

cheers,
Shaun
Received on Thu Sep 29 14:18:46 2005