From mboxrd@z Thu Jan 1 00:00:00 1970 From: "JP Shipherd" To: , Subject: RE: spawning nmake from a gnumake Makefile Date: Wed, 03 Mar 1999 11:36:00 -0000 Message-id: <001f01be65ad$1c23ac00$fe29a2ce@sneech.nuance.com> In-reply-to: < 19990303184725.13880.rocketmail@send103.yahoomail.com > References: <19990303184725.13880.rocketmail@send103.yahoomail.com> X-SW-Source: 1999-03/msg00069.html > > ---JP Shipherd wrote: > 8< > > Does anyone have any idea what changed and/or a strategy for > modifying my > > gnumakefile so it can work with the later betas? > 8< > > An environment variable was added to control the nature of the > makefile UNIX style vs WIN32 style. You need to `export > MAKE_MODE=unix' if you don't want the default WIN32 style. We needed to set that variable just to get the build to work at all. It does fine except for spawning NMAKE. ie: 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. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: "JP Shipherd" To: , Subject: RE: spawning nmake from a gnumake Makefile Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <001f01be65ad$1c23ac00$fe29a2ce@sneech.nuance.com> References: <19990303184725.13880.rocketmail@send103.yahoomail.com> X-SW-Source: 1999-03n/msg00069.html Message-ID: <19990331194500.XbtafXouKgscehi-p9rUkuJTi875UDwxfaVvlrS_Zb4@z> > > ---JP Shipherd wrote: > 8< > > Does anyone have any idea what changed and/or a strategy for > modifying my > > gnumakefile so it can work with the later betas? > 8< > > An environment variable was added to control the nature of the > makefile UNIX style vs WIN32 style. You need to `export > MAKE_MODE=unix' if you don't want the default WIN32 style. We needed to set that variable just to get the build to work at all. It does fine except for spawning NMAKE. ie: 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. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com