What can be done to reduce executable size?

Bane branimir.milosavljevic at gmail.com
Sat Dec 10 10:49:18 PST 2011


Andrej Mitrovic Wrote:

> Try using the unilink linker:
> 
> ftp://ftp.styx.cabel.net/pub/UniLink/
> 
> Get ulnb0329.zip
> 
> You have to configure ulink.cfg to this:
> -zsnn.lib
> -LC:\dmd\windows\lib
> -LC:\dm\lib
> -Go
> 
> -zkernel32;advapi32;user32;wsock32;shell32;snn.lib
> -LC:\dmd2\windows\lib
> -Go
> 
> Then linking is just: ulink <file1>.obj <file2>.obj <lib>.obj etc..

It is nice tool. Too bad it is still beta & proprietary, or am I mistaken ?


More information about the Digitalmars-d mailing list