From fc9504ee18a50a886182800a9644db94d7bac390 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Fri, 25 Jan 2002 00:57:51 +0000 Subject: [PATCH] vc7 chng --- dtool/pptempl/compilerSettings.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index 697f55ea5b..2b08237873 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/dtool/pptempl/compilerSettings.pp @@ -40,9 +40,12 @@ #define COMPILER cl #define LINKER link #define LIBBER lib - - // is it too late to turn this on? - #define UNKNOWN_ALLOCATOR 1 + + // currently wont build pvector stuff, so need this + #define CDEFINES_OPT1 UNKNOWN_ALLOCATOR + #define CDEFINES_OPT2 UNKNOWN_ALLOCATOR + #define CDEFINES_OPT3 UNKNOWN_ALLOCATOR + #define CDEFINES_OPT4 UNKNOWN_ALLOCATOR #define COMMONFLAGS /DHAVE_DINKUM #define OPTFLAGS /O2 /Ob1 /G6 /QIfist