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
commit87ecac5a3eaf8d3c190e67c45751e447019dafc0 (patch)
treeb232ac2b10e6962b891c6f457b3c17dfb63211bf /NMakefile.template
parent61956d7ba260a1a41155d04d7b308d03ba576234 (diff)
downloadmake-87ecac5a3eaf8d3c190e67c45751e447019dafc0.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 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