Mail Archives: djgpp/2000/07/14/09:09:42
Damian Yerrick wrote:
> But the OP wanted an option to create a "release" project (in addition
> to a "debug" project) that would automatically run UPX on the result
> of stubify.
It can be done. The user should read RHIDE's documentation. You can override the
linking rules and you can add UPX after ld, but I don't see it as a good idea.
The excecutable should be compressed *only* during the creation of the package.
I do it with Perl scripts, they create a lot of extra files (like version and
manifest), compresses the executable with UPX, makes a copy of the executable
with full debug info (so I can run symify with tracebacks from my users) and
creates a .zip.
SET
--
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Visit my home page: http://welcome.to/SetSoft or
http://www.geocities.com/SiliconValley/Vista/6552/
Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org
set AT ieee DOT org set-soft AT bigfoot DOT com
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013
- Raw text -