From 485c26578c357e2d8c82710c91fc465e83fa3dd2 Mon Sep 17 00:00:00 2001 From: Jens Ole Wund Date: Thu, 1 Apr 2010 23:58:12 +0000 Subject: would not want to wait for 'that' on every build MS scons win32 skip calling makebsc by default --- config/win32-vc-config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/win32-vc-config.py') 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' -- cgit v1.2.3