Message-ID: <3B5FB1A2.8C532762@hotmail.nospam.com> From: Ian Rees X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: .mak files Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 14 Date: Thu, 26 Jul 2001 01:58:58 -0400 NNTP-Posting-Host: 63.80.121.38 X-Trace: eagle.america.net 996127104 63.80.121.38 (Thu, 26 Jul 2001 01:58:24 EDT) NNTP-Posting-Date: Thu, 26 Jul 2001 01:58:24 EDT Organization: 24hoursupport.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Here's another question from another dumb newbie... I am working on a serial port reading program (reads com2 and stores the output in a file) that was briefly described in a previous thread. I got a serial library, COMLib by Peter Marinov, by following a link in the DJGPP FAQ. 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. I am sorry if this is a dumb question that has an answer in the first line of some faq, but I couldn't find it, and I am sure someone here knows. Thanks in advance! -Ian-