From dd0fe8f1ee791d41354cd946df6673ac2781642a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 26 Jul 1996 00:05:37 +0000 Subject: Thu Jul 25 19:53:31 1996 Roland McGrath * GNUmakefile (win32files): Add NMakefile. * NMakefile (LDFLAGS_debug): Value fixed by tulloh. --- NMakefile.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NMakefile.template') diff --git a/NMakefile.template b/NMakefile.template index 9ac764c..3db9e75 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 -- cgit v1.2.3