* comment out /WX until I have commited nodes code :)

This commit is contained in:
Nathan Letwory
2008-12-24 00:05:06 +00:00
parent 754590d0d8
commit 1062946cad

View File

@@ -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 )