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/tools
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2010-02-13 13:05:06 +0300
committerJoseph Eagar <joeedh@gmail.com>2010-02-13 13:05:06 +0300
commitea8c807db004f33aa76f9df74c6449adf22e66e1 (patch)
treed89cc0845e51ba8ca2ba1ca49c131185b2c5dba7 /tools
parentac7f0ac60661326e7ad7b2db2cea0822654fdbb6 (diff)
ideasman/brecht: please don't touch this again. this clears the .blender folder along with everything else; oddly enough it left in the .B25.blend, but bookmarks/recent file lists were nuked. anyway, I just made the install folder deletion off by default. if you must do it, do it on the build systems you yourselves use/maintain, don't touch scons.
Diffstat (limited to 'tools')
-rw-r--r--tools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 4cb86ecee62..b806724a3f8 100644
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -408,7 +408,7 @@ def read_opts(cfg, args):
(BoolVariable('BF_SPLIT_SRC', 'Split src lib into several chunks if true', False)),
(BoolVariable('WITHOUT_BF_INSTALL', 'dont install if true', False)),
(BoolVariable('WITHOUT_BF_PYTHON_INSTALL', 'dont install Python modules if true', False)),
- (BoolVariable('WITHOUT_BF_OVERWRITE_INSTALL', 'dont remove existing files before breating the new install directory (set to False when making packages for others)', False)),
+ (BoolVariable('WITHOUT_BF_OVERWRITE_INSTALL', 'dont remove existing files before breating the new install directory (set to False when making packages for others)', True)),
(BoolVariable('BF_FANCY', 'Enable fancy output if true', True)),
(BoolVariable('BF_QUIET', 'Enable silent output if true', True)),
(BoolVariable('BF_LINE_OVERWRITE', 'Enable overwriting of compile line in BF_QUIET mode if true', False)),