From: "Roberto Henríquez Laurent" Newsgroups: comp.os.msdos.djgpp Subject: Re: Reducing image size? Date: 22 May 1997 08:08:05 GMT Organization: Universidad de Castilla-La Mancha Lines: 13 Message-ID: <01bc6687$290bf980$1b2443a1@pcoec.uclm.es> References: <5lus5d$8oo AT news DOT inter DOT net DOT il> NNTP-Posting-Host: 161.67.36.27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk As well as stripping your code of comments ("gcc -s" or "strip file.exe"), try also to pack your .EXEs with mlp*.zip which is available from the same places as DJGPP is. Gal-on Broner escribió en artículo <5lus5d$8oo AT news DOT inter DOT net DOT il>... | I compile a 14k source using gxx and receive an 200k+ image. How | can I reduce this to more normal sizes? | | Gal-on | bgalon AT amanet DOT co DOT il | |