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>2010-10-05 17:39:45 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-05 17:39:45 +0400
commit31ff2a6da254e17603f677261c79ce799d51db59 (patch)
treef2da71a3939c985ddc3515dc1b9e5296e032d0d2 /build_files/scons/tools
parent1bf56930ac18c7ae6c37079fb25446108e1e7309 (diff)
Enable lcms support on Windows.
Diffstat (limited to 'build_files/scons/tools')
-rw-r--r--build_files/scons/tools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index da916a8e89c..ce8ddcf0858 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -408,7 +408,7 @@ def read_opts(env, cfg, args):
('BF_DEBUG_CCFLAGS', 'C and C++ debug flags', ''),
('BF_DEBUG_CXXFLAGS', 'C++ only debug flags', ''),
- (BoolVariable('BF_BSC', 'Create .bsc files (msvc only)', True)),
+ (BoolVariable('BF_BSC', 'Create .bsc files (msvc only)', False)),
('BF_BUILDDIR', 'Build dir', ''),
('BF_INSTALLDIR', 'Installation dir', ''),