X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: Problem with cross-platform app: MAKE vs NMAKE Date: Mon, 27 Sep 2004 22:01:44 +0200 Organization: Planet Internet Lines: 10 Message-ID: NNTP-Posting-Host: ip503dfffd.speed.planet.nl X-Trace: reader13.wxs.nl 1096315297 2647 80.61.255.253 (27 Sep 2004 20:01:37 GMT) X-Complaints-To: abuse AT planet DOT nl NNTP-Posting-Date: 27 Sep 2004 20:01:37 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am working on a program that is supposed to be cross-platform. Recently we have a project member who is using MSVC. The makefile that I made for DJGPP make is not working for nmake from MSVC. I use the variables $@, $< and $^. These seem to be unavailable in MSVC. Also the IFEQ command is not recognised by nmake. What can I do to make my makefile usable to both DJGPP and MSVC?