Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@redhat.com>
Fri, 26 Jul 1996 00:05:37 +0000 (00:05 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 26 Jul 1996 00:05:37 +0000 (00:05 +0000)
* GNUmakefile (win32files): Add NMakefile.
* NMakefile (LDFLAGS_debug): Value fixed by tulloh.

NMakefile.template

index 9ac764c25f5d0c1c841ae2dbce7c71984a31660c..3db9e752bd674252a4bbc7a755166dc70219b245 100644 (file)
@@ -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/ \r
 \r
 LDFLAGS_debug = w32\subproc\WinDebug\subproc.lib /NOLOGO /SUBSYSTEM:console\\r
-       /INCREMENTAL:no /PDB:WinRel/make.pdb /MACHINE:I386 /OUT:WinDebug/make.exe /DEBUG\r
+       /INCREMENTAL:no /PDB:WinDebug/make.pdb /MACHINE:I386 \\r
+       /OUT:WinDebug/make.exe /DEBUG\r
 LDFLAGS_release = w32\subproc\WinRel\subproc.lib /NOLOGO /SUBSYSTEM:console\\r
        /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe\r
 \r