[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27940] trunk/blender/config/ win32-vc-config.py: would not want to wait for 'that' on every build

Jens Ole Wund (bjornmose) bjornmose at gmx.net
Fri Apr 2 01:58:12 CEST 2010


Revision: 27940
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27940
Author:   bjornmose
Date:     2010-04-02 01:58:12 +0200 (Fri, 02 Apr 2010)

Log Message:
-----------
would not want to wait for 'that' on every build
MS scons win32  skip calling makebsc by default 

Modified Paths:
--------------
    trunk/blender/config/win32-vc-config.py

Modified: trunk/blender/config/win32-vc-config.py
===================================================================
--- trunk/blender/config/win32-vc-config.py	2010-04-01 21:44:56 UTC (rev 27939)
+++ trunk/blender/config/win32-vc-config.py	2010-04-01 23:58:12 UTC (rev 27940)
@@ -187,5 +187,8 @@
 # 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'





More information about the Bf-blender-cvs mailing list