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>2007-12-30 20:17:02 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-30 20:17:02 +0300
commita80b8352c6860db911057a1e7a4eab3c45ff80b8 (patch)
tree35763025fbfd8d9578bd209132ebabd35e8b26a2 /config/win32-vc-config.py
parent93058ac3b3749eae4a595e66365946d112ee321d (diff)
* request by kaito - we're debugging 2.5 now more than using it anyway... BF_DEBUG = 'true' set by default.
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index d1a63022ac8..8633a89c091 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -173,3 +173,6 @@ PLATFORM_LINKFLAGS = '''
BF_BUILDDIR = '..\\build\\win32-vc'
BF_INSTALLDIR='..\\install\\win32-vc'
+
+BF_DEBUG = 'true'
+BF_BSC = 'false'