Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-12-17 01:57:15 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-17 01:57:15 +0300
commit7714f17eca00b3b9038ad946d26a4869b16edaf7 (patch)
tree41dce3cac9e343c705cf7277c359f1995201c89d
parent882d85a96827cb50d1fc4a2ac1d63b902aab8f86 (diff)
Applying scons compiling fix for windows/mingw (to get compiler warnings to show up). This has already been applied in other branches too
-rw-r--r--SConstruct5
1 files 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)