From 012254e81e045cc7af01f3ef0d7b63d9d9b9a0d5 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 6 Jul 1999 21:09:32 +0000 Subject: * Various bugfixes/updates. See ChangeLog. --- NMakefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NMakefile.template') diff --git a/NMakefile.template b/NMakefile.template index d9f2458..dae24f5 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/ -- cgit v1.2.3