From 7714f17eca00b3b9038ad946d26a4869b16edaf7 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Tue, 16 Dec 2008 22:57:15 +0000 Subject: Applying scons compiling fix for windows/mingw (to get compiler warnings to show up). This has already been applied in other branches too --- SConstruct | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 16e98e64f6b..b2eb0ffe26d 100644 --- a/SConstruct +++ b/SConstruct @@ -115,8 +115,9 @@ if toolset: env.Tool('mstoolkit', ['tools']) else: env = BlenderEnvironment(tools=[toolset], ENV = os.environ) - if env: - btools.SetupSpawn(env) + # xxx commented out, as was supressing warnings under mingw.. + #if env: + # btools.SetupSpawn(env) else: env = BlenderEnvironment(ENV = os.environ) -- cgit v1.2.3