Re: Translator for WIN32 using LccWin
- Posted by Ken Roger <kennethroger at PRODIGY.NET> Oct 29, 2000
- 475 views
>* Compile with the -O option. >* Lcc complained about CLK_TCK Robert already takes care of this if you do the following first-- set djgpp= set watcom= set lcc=anything --Robert, If you're watching we'd rather use a command line switch to select compilers and leave the environment variables alone. >* Link with the -s option. If you are compressing with upx, this makes no difference. If not, it helps a lot.