From: "Gutter" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Customizing Allegro Lines: 23 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: NNTP-Posting-Host: 216.54.139.8 X-Trace: tw12.nn.bcandid.com 949706851 216.54.139.8 (Fri, 04 Feb 2000 16:27:31 MST) NNTP-Posting-Date: Fri, 04 Feb 2000 16:27:31 MST Organization: bCandid - Powering the world's discussions - http://bCandid.com Date: Fri, 04 Feb 2000 23:27:31 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If you don't call the functions that you don't use, then they won't be added to the compiled program. You can shorten the compiling time by adding symbols like: alleg_keyboard_unused alleg_math_unused etc.. Look in allegro.txt for more examples. Gutter http://impee3.hypermart.net The Impee3 Car Player THORLEIF FAURENG wrote in message ... >When i compile a file that uses Allegro, the file get's at least about 500kb >or something. Is there any way I can leave out the functions i don't use in >Allegro so that i save some space? > >