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>2006-10-19 16:35:39 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-10-19 16:35:39 +0400
commitd1066fc266aeade4b2380db6b0e0ca49a5a12b7b (patch)
tree12c54bfd2e5db78ec88e039de875e66ac184c631 /config
parentba4f678b5c630cd41ccc28898748a25e0e868783 (diff)
==SCons==
* Source Browser support. When BF_DEBUG=1 .bsc-files will be created in BF_BUILDDIR. .pdb-files are in the root source dir
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index cbed1ccbc5e..eb0a2ca2939 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -135,6 +135,8 @@ CXX = 'cl.exe'
CCFLAGS = ['/nologo', '/Og', '/Ot', '/Ob1', '/Op', '/G6','/EHsc', '/J', '/W3', '/Gd', '/MT']
+BF_DEBUG_FLAGS = ['/Zi', '/FR${TARGET.base}.sbr']
+
CPPFLAGS = ['-DWIN32','-D_CONSOLE', '-D_LIB', '-DUSE_OPENAL', '-DFTGL_LIBRARY_STATIC']
REL_CFLAGS = ['-O2', '-DNDEBUG']
REL_CCFLAGS = ['-O2', '-DNDEBUG']