Date: Thu, 26 Jul 2001 09:55:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: .mak files In-Reply-To: <3B5FB1A2.8C532762@hotmail.nospam.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 26 Jul 2001, Ian Rees wrote: > There is a file called Com_bc.mak in the zip that I need to "run" to > build com.lib and com_dbg.lib. My question basically is, how do I "run" > a .mak file. Probably like this: make -f Com_bc.mak You need to have the Make utility installed for that; download v2gnu/mak3791b.zip from the DJGPP sites, if you don't have it already. (Btw, I don't like the sound of ``Com_bc.mak'': it sounds like it's for Borland C, not for DJGPP. Caveat emptor!)