From: karpfenteich AT gmx DOT de (Peter Karp) Newsgroups: comp.os.msdos.djgpp Subject: Re: makefile!!!! please HELP!!! Date: Thu, 06 Jan 2000 23:20:30 GMT Lines: 29 Distribution: world Message-ID: <3874f766.1660909@news.netcologne.de> References: <852fmg01a55 AT enews3 DOT newsguy DOT com> NNTP-Posting-Host: dial-ra-nc4-81.netcologne.de X-Trace: news.netcologne.de 947200696 644 195.14.254.81 (6 Jan 2000 23:18:16 GMT) X-Complaints-To: usenet AT news DOT netcologne DOT de NNTP-Posting-Date: 6 Jan 2000 23:18:16 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 6 Jan 2000 10:24:36 -0600, "J.W. Mays" wrote: >I'm having a hard time finding out how to create a make file.. I've looked >through the FAQ and other documentation, but there is nothing to be found... info make will help you, but to get you a simple fast start here an example: example : bsp4a.cpp bsp4.cpp bsp4a.h gxx -o example.exe bsp4a.cpp bsp4.cpp Note that there's a space after and before the : In the second line you have to start with a TAB, spaces will give you an error message. Some editors (like DOS's edit.com insert convert TABs to spaces!) Save the above example under the name Makefile then on the command line type: make example HTH :-) Greetings from Cologne Peter E-Mail: karpfenteich AT gmx DOT de