Applying scons compiling fix for windows/mingw (to get compiler warnings to show up). This has already been applied in other branches too

This commit is contained in:
Joshua Leung 2008-12-16 22:57:15 +00:00
parent 882d85a968
commit 7714f17eca

@ -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)