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']) env.Tool('mstoolkit', ['tools'])
else: else:
env = BlenderEnvironment(tools=[toolset], ENV = os.environ) env = BlenderEnvironment(tools=[toolset], ENV = os.environ)
if env: # xxx commented out, as was supressing warnings under mingw..
btools.SetupSpawn(env) #if env:
# btools.SetupSpawn(env)
else: else:
env = BlenderEnvironment(ENV = os.environ) env = BlenderEnvironment(ENV = os.environ)