From: Roland McGrath Date: Fri, 26 Jul 1996 00:05:37 +0000 (+0000) Subject: Thu Jul 25 19:53:31 1996 Roland McGrath X-Git-Tag: 3.74.7~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0fe8f1ee791d41354cd946df6673ac2781642a;p=thirdparty%2Fmake.git Thu Jul 25 19:53:31 1996 Roland McGrath * GNUmakefile (win32files): Add NMakefile. * NMakefile (LDFLAGS_debug): Value fixed by tulloh. --- diff --git a/NMakefile.template b/NMakefile.template index 9ac764c2..3db9e752 100644 --- a/NMakefile.template +++ b/NMakefile.template @@ -34,7 +34,8 @@ CFLAGS_debug = $(CFLAGS_any) /Od /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/ LDFLAGS_debug = w32\subproc\WinDebug\subproc.lib /NOLOGO /SUBSYSTEM:console\ - /INCREMENTAL:no /PDB:WinRel/make.pdb /MACHINE:I386 /OUT:WinDebug/make.exe /DEBUG + /INCREMENTAL:no /PDB:WinDebug/make.pdb /MACHINE:I386 \ + /OUT:WinDebug/make.exe /DEBUG LDFLAGS_release = w32\subproc\WinRel\subproc.lib /NOLOGO /SUBSYSTEM:console\ /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe