summaryrefslogtreecommitdiff
path: root/NMakefile.template
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-07-26 00:05:37 +0000
committerRoland McGrath <roland@redhat.com>1996-07-26 00:05:37 +0000
commitdd0fe8f1ee791d41354cd946df6673ac2781642a (patch)
treeb232ac2b10e6962b891c6f457b3c17dfb63211bf /NMakefile.template
parent37fbc32ba47f08736d49b5deade4e2ab7dade68f (diff)
downloadgunmake-dd0fe8f1ee791d41354cd946df6673ac2781642a.tar.gz
Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* GNUmakefile (win32files): Add NMakefile. * NMakefile (LDFLAGS_debug): Value fixed by tulloh.
Diffstat (limited to 'NMakefile.template')
-rw-r--r--NMakefile.template3
1 files changed, 2 insertions, 1 deletions
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