From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <9hlpjj$7v8$1 AT wildfire DOT prairienet DOT org> <993950358 DOT 624207 AT queeg DOT ludd DOT luth DOT se> Subject: Re: does GNU do nmake? Lines: 17 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sat, 30 Jun 2001 22:07:28 -0600 NNTP-Posting-Host: 208.4.224.165 X-Trace: newsfeed.slurp.net 993960293 208.4.224.165 (Sat, 30 Jun 2001 23:04:53 CDT) NNTP-Posting-Date: Sat, 30 Jun 2001 23:04:53 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Martin Str|mberg" wrote in message news:993950358 DOT 624207 AT queeg DOT ludd DOT luth DOT se... > > No, but there is a GNU version of "make" (in v2gnu/mak*b.zip). Sort of apropos: it is possible to call nmake against a Windows Makefile in a Makefile that is processed by Gnu make, jusr like any other program. However, MAKEFLAGS sometimes is set in the Gnu make. nmake also looks at MAKEFLAGS and will fail if it doesn't like the contents. You can unset MAKEFLAGS, or put the 'nmake /f Makefile.win in a .bat file, and call the .bat from the Gnu make. Don't even ask why I wound up doing this :)