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
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-24 03:05:06 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-24 03:05:06 +0300
commit1062946cad265ea532cc44b1bbf1e593b3a86169 (patch)
tree81854ed1e69b563f8bc77cbcb85af99f4e0ae597 /source
parent754590d0d857b6d362c78f28b875f98c012d444c (diff)
* comment out /WX until I have commited nodes code :)
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_node/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/SConscript b/source/blender/editors/space_node/SConscript
index 19620f054fd..aa2b5a7db8d 100644
--- a/source/blender/editors/space_node/SConscript
+++ b/source/blender/editors/space_node/SConscript
@@ -10,6 +10,7 @@ defs = []
cf = []
if env['OURPLATFORM'] == 'win32-vc':
#cf.append('/Wall')
- cf.append('/WX')
+ #cf.append('/WX')
+ pass
env.BlenderLib ( 'bf_editors_space_node', sources, Split(incs), defs, libtype=['core'], priority=[55], compileflags=cf )