Message-ID: <394D781D.6DE425C4@global2000.net> From: Andrea Ryan X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro "making"; how? References: <8ijjqd$3te$1 AT pumpkin DOT pangea DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: support AT usenetserver DOT com NNTP-Posting-Date: Sun, 18 Jun 2000 21:39:39 EDT Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. Date: Sun, 18 Jun 2000 21:32:13 -0400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In Windows, open a DOS box and go to the directory where Allegro is and just type make and hit enter. Make will use the makefile supplied with Allegro to compile it. It will take a little while but Allegro is a really good library. There are some more detailed instructions in the Allegro readme.txt file. You need to check them out if you use PGCC. Ask if you still need help. To use the gcc foo.c -o foo.exe -lalleg command, type it in a DOS box or make a batch file to easily compile the program by double clicking on the batch file's icon in Windows. The content of a such batch file would be the statement that compiles the files. Batch files are just text files with a .bat instead of a .txt at the end of the file name. Brendan Ryan