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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-04-28 13:41:51 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-04-28 13:41:51 +0400
commit7a54b35a3e2fe95898046a6f7df9663ac13d5be4 (patch)
tree330a29bb8940ea6e81c9ddda56e3c71704c57f13 /doc
parent945527549024f7ba6a1cc185b30a103e293376ce (diff)
* add small bit of docs about BF_CONFIG
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: