summaryrefslogtreecommitdiff
path: root/NMakefile.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-06 21:09:32 +0000
committerPaul Smith <psmith@gnu.org>1999-07-06 21:09:32 +0000
commit07b5509929049ba1e092b0671b4aa6e9bf20efb7 (patch)
tree5d6be3ede34c4a1b49eb042fc1c822eead695566 /NMakefile.template
parenteb71e300680efe79533b1e57976c0165abef054d (diff)
downloadmake-07b5509929049ba1e092b0671b4aa6e9bf20efb7.tar.gz
* Various bugfixes/updates. See ChangeLog.
Diffstat (limited to 'NMakefile.template')
-rw-r--r--NMakefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/NMakefile.template b/NMakefile.template
index d9f24589..dae24f56 100644
--- a/NMakefile.template
+++ b/NMakefile.template
@@ -30,7 +30,7 @@ OUTDIR=.
MAKEFILE=NMakefile
SUBPROC_MAKEFILE=NMakefile
-CFLAGS_any = /nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H /D NO_ARCHIVES
+CFLAGS_any = /nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H
CFLAGS_debug = $(CFLAGS_any) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch /Fo.\WinDebug/ /Fd.\WinDebug/make.pdb
CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/