summaryrefslogtreecommitdiff
path: root/NMakefile.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-19 07:10:53 +0000
committerPaul Smith <psmith@gnu.org>2010-07-19 07:10:53 +0000
commit9b6d1b0508c3d0e664281883a8ac8e79bb440a8f (patch)
tree4cf2063962595ca40234d4832a00f7eeb7ebb321 /NMakefile.template
parent6128543aa71dafd62a34b91955d71af450d3a506 (diff)
downloadmake-9b6d1b0508c3d0e664281883a8ac8e79bb440a8f.tar.gz
- Many fixup patches from Savannah.
- Fix the test suite on Solaris (from Boris) - Update the manual for .ONESHELL
Diffstat (limited to 'NMakefile.template')
-rw-r--r--NMakefile.template5
1 files changed, 2 insertions, 3 deletions
diff --git a/NMakefile.template b/NMakefile.template
index 53037787..35fafbee 100644
--- a/NMakefile.template
+++ b/NMakefile.template
@@ -33,10 +33,9 @@ CFLAGS_debug = $(CFLAGS_any) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug
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:WinDebug/make.pdb /MACHINE:I386 \
- /OUT:WinDebug/make.exe /DEBUG
+ /INCREMENTAL:no /PDB:WinDebug/make.pdb /OUT:WinDebug/make.exe /DEBUG
LDFLAGS_release = w32\subproc\WinRel\subproc.lib /NOLOGO /SUBSYSTEM:console\
- /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe
+ /INCREMENTAL:no /OUT:WinRel/make.exe
all: config.h subproc Release Debug