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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-24 13:43:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-24 13:43:39 +0300
commitc34d2f4449b1ee6488b3024bf820e49528c1cf53 (patch)
treee988d0c771b602f7ed4dbc99658edd0735377bf5 /source/blender/editors/space_node/SConscript
parent486de068b24bcdd562b0c0399405be36a0a73e48 (diff)
* scream about all warnings with scons/msvc
Diffstat (limited to 'source/blender/editors/space_node/SConscript')
-rw-r--r--source/blender/editors/space_node/SConscript5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/space_node/SConscript b/source/blender/editors/space_node/SConscript
index aa2b5a7db8d..6c004a2b62f 100644
--- a/source/blender/editors/space_node/SConscript
+++ b/source/blender/editors/space_node/SConscript
@@ -10,7 +10,6 @@ defs = []
cf = []
if env['OURPLATFORM'] == 'win32-vc':
#cf.append('/Wall')
- #cf.append('/WX')
- pass
-
+ cf.append('/WX')
+
env.BlenderLib ( 'bf_editors_space_node', sources, Split(incs), defs, libtype=['core'], priority=[55], compileflags=cf )