From fd0d2a2037dae215fb73455cc30dad3c6bfd8141 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Mon, 4 Mar 2002 21:35:03 +0000 Subject: [PATCH] add ansi forscope compliance --- dtool/pptempl/compilerSettings.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index 35a891332f..7712af9dc2 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/dtool/pptempl/compilerSettings.pp @@ -71,7 +71,7 @@ #define LDFLAGS_OPT3 /NODEFAULTLIB:MSVCRTD.LIB /OPT:REF #define LDFLAGS_OPT4 /NODEFAULTLIB:MSVCRTD.LIB /OPT:REF $[LDFLAGS_OPT4] - #define COMMONFLAGS /DHAVE_DINKUM + #define COMMONFLAGS /DHAVE_DINKUM /Zc:forScope #define OPTFLAGS /O2 /Ob2 /G6 /QIfist // #define OPT1FLAGS /RTCsu /GS removing /GS cause we really dont need it, /RTCu because it crashes in dxgsg with internal compiler bug