projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882d85a
)
Applying scons compiling fix for windows/mingw (to get compiler warnings to show...
author
Joshua Leung <aligorith@gmail.com>
Tue, 16 Dec 2008 22:57:15 +0000
(22:57 +0000)
committer
Joshua Leung <aligorith@gmail.com>
Tue, 16 Dec 2008 22:57:15 +0000
(22:57 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 16e98e64f6b0f91201c3aaff24cf2948c6354f34..b2eb0ffe26dcc8ea282428a43d4bfc260c549a6e 100644
(file)
--- 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)