Re: [AD] make compress under mingw and vc |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Sven Sandberg <ssven.geo@xxxxxxxxxx> wrote:
> Here's a patch that adds a make compress target to the
> mingw and vc ports. It also compresses the optimized
> dll. It changes [makefile|readme].[mgw|vc]. To use it,
> you will have to set up an environment variable that
> tells where UPX lives.
committed. changed UPC_PROGRAM to UPX btw...
> It would be trivial to do the
> same for bcc as well, but I can't test that platform.
> And it would probably be possible to do for Linux as
> well.
adding a make compress target for the beos build would just be a quick
copy&paste job i think. adding the compress target for the linux build
however would require some hacking in the autoconf sources, so i'll leave
that to somebody more capable.
-henrik