From babebe7c5cb371e2e0e67f361adf0ef49c121a2c Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 27 Mar 2007 18:09:20 +0000 Subject: [PATCH] remove command-line WIN32_LEAN_AND_MEAN --- dtool/pptempl/Global.gmsvc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/pptempl/Global.gmsvc.pp b/dtool/pptempl/Global.gmsvc.pp index e12fb17288..8a0edb1276 100644 --- a/dtool/pptempl/Global.gmsvc.pp +++ b/dtool/pptempl/Global.gmsvc.pp @@ -121,7 +121,7 @@ // '#defer extra_cflags $[extra_cflags] /STUFF' will never work because extra_cflags hasnt been // defined yet, so this just evaluates the reference to null and removes the reference and the // the defining extra_cflags in individual sources.pp's will not picked up. use END_FLAGS instead -#defer extra_cflags /EHsc /Zm500 /DWIN32_LEAN_AND_MEAN /DWIN32_VC /DWIN32=1 $[WARNING_LEVEL_FLAG] $[END_CFLAGS] +#defer extra_cflags /EHsc /Zm500 /DWIN32_VC /DWIN32=1 $[WARNING_LEVEL_FLAG] $[END_CFLAGS] #if $[direct_tau] #define tau_ipath $[TAU_ROOT]/include