From 0e30f46a624803455dcc74acf9a333666467d253 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 4 Jul 2005 03:50:59 +0000 Subject: Various fixes and updates from testers of the beta3 release (mostly Windows and OS/2 changes). --- w32/subproc/NMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w32/subproc/NMakefile') diff --git a/w32/subproc/NMakefile b/w32/subproc/NMakefile index d14fcc4..ff94fe1 100644 --- a/w32/subproc/NMakefile +++ b/w32/subproc/NMakefile @@ -28,7 +28,7 @@ MAKE = nmake OUTDIR=. MAKEFILE=NMakefile -CFLAGS_any = /nologo /MT /W3 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS -I. -I../include -I../../ +CFLAGS_any = /nologo /MT /W4 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS -I. -I../include -I../../ CFLAGS_debug = $(CFLAGS_any) /Od /D _DEBUG /FR.\WinDebug\ /Fp.\WinDebug\subproc.pch /Fo.\WinDebug/ CFLAGS_release = $(CFLAGS_any) /O2 /FR.\WinRel\ /Fp.\WinRel\subproc.pch /Fo.\WinRel/ -- cgit v1.2.3