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/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-24 13:33:10 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-24 13:33:10 +0300
commit486de068b24bcdd562b0c0399405be36a0a73e48 (patch)
tree9e1105fe161771e72460f14bef9e780a585e2331 /config
parent1d0ae960491bde2028cf28014068ba9616afe97f (diff)
2.5 - node editor
Commit of WIP code (what code isn't wip, these days ;) - only drawing code as basis to work further from (and have less conflicts between different systems I work on)
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 8ba8c8f04e6..a761d95148b 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -167,7 +167,7 @@ BF_OPENGL_LIB_STATIC = [ '${BF_OPENGL}/lib/libGL.a', '${BF_OPENGL}/lib/libGLU.a'
CC = 'cl.exe'
CXX = 'cl.exe'
-CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/MT']
+CCFLAGS = ['/nologo', '/Ob1', '/J', '/W4', '/Gd', '/MT']
CXXFLAGS = ['/EHsc']
BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']