Date: Mon, 16 Dec 1996 17:43:18 +0200 (IST) From: Eli Zaretskii To: Kay Hayen cc: djgpp AT delorie DOT com Subject: Re: How to decrease exe filesize In-Reply-To: <6M$JTfqjccB@jocokko.edition.bonbit.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 10 Dec 1996, Kay Hayen wrote: > I use puts(), fopen(), fread(), fwrite() and sprintf() out of stdlib and > this result in 60k filesize for both tools. But at least the tool to > apply patches should be as small as possible. > > How could I reduce the (packed) filesize ? Please read sections 8.14 and 8.15 of the DJGPP FAQ list (v2/faq202b.zip from the same place you get DJGPP). They explain your options to make DJGPP programs smaller.