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/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/blender-scons.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/blender-scons.txt b/doc/blender-scons.txt
index 8c71c31db0c..a7bbd28764e 100644
--- a/doc/blender-scons.txt
+++ b/doc/blender-scons.txt
@@ -1,6 +1,8 @@
$Id$
- Note: The current official release of SCons is 0.97
+ Note: The current official release of SCons is 0.98, but
+ our system still works for 0.97. However, this will be fixed
+ soon.
Blenders SCons build scripts
============================
@@ -76,6 +78,11 @@ $Id$
likings. Any value set here will override the ones from the
(platform)-config.py.
+ You can use BF_CONFIG argument to override the default user-config.py
+ check. This is just like the user-config.py, but just with another name:
+
+ % scons BF_CONFIG=myownsettings
+
If you want to quickly test a new setting, you can give the option
also on the command-line: