delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
From: | "JP Shipherd" <jp AT Nuance DOT COM> |
To: | <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | spawning nmake from a gnumake Makefile |
Date: | Wed, 3 Mar 1999 12:27:51 -0500 |
Message-ID: | <001101be659b$2a269360$fe29a2ce@sneech.nuance.com> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3110.3 |
We've got a pretty UNIXy source tree that uses gnumake for the most part, but there are some win32 platform specific parts of it. We build these in DevStudio and export the makefiles. Then we put these all these projects under win32 module with a gnumake Makefile that simply goes to the various project subdirs and spawns nmake. I've been stuck on B18 for a while because the following expression in a Makefile hasn't worked since then: NMAKE = MFLAGS= MAKEFLAGS= nmake @cd ../MFCWaveEdit/Wavetools; \ $(NMAKE) /NOLOGO /F Wavetools.mak ALL INCLUDE="$(INCLUDE);$(W32_NUANCE)/ include" \ LIB="$(LIB);$(W32_NUANCE)/lib/win32" CFG=$(WTCNF$(OPTION)) OS=$(OS) This worked fine in B18 but B19 and B20 complain: Wwavetools.mak(1) : fatal error U1023: syntax error in expression Stop. Does anyone have any idea what changed and/or a strategy for modifying my gnumakefile so it can work with the later betas? Thanks, --jp -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |