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:
authorJens Ole Wund <bjornmose@gmx.net>2010-04-02 03:58:12 +0400
committerJens Ole Wund <bjornmose@gmx.net>2010-04-02 03:58:12 +0400
commit485c26578c357e2d8c82710c91fc465e83fa3dd2 (patch)
treef06a533b128d45ddff6b7ea5fbf5dd7893af666b /config
parent9105f6f0bd7f3fe48b624bb516ce16641a115c15 (diff)
would not want to wait for 'that' on every build
MS scons win32 skip calling makebsc by default
Diffstat (limited to 'config')
-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 4799f91647c..3e8dfc3d5df 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -187,5 +187,8 @@ PLATFORM_LINKFLAGS = ['/SUBSYSTEM:CONSOLE','/MACHINE:IX86','/INCREMENTAL:NO','/N
# BF_PROFILE_LINKFLAGS = ['-pg']
# BF_PROFILE = False
+#turn off makebsc by default ( as 64 bit version does ) .. takes ages to build .. for nothing ( well some M$ addicts may disagree )
+BF_BSC=False
+
BF_BUILDDIR = '..\\build\\win32-vc'
BF_INSTALLDIR='..\\install\\win32-vc'