[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14587] trunk/blender/doc/blender-scons. txt: * add small bit of docs about BF_CONFIG

Nathan Letwory jesterking at letwory.net
Mon Apr 28 11:41:51 CEST 2008


Revision: 14587
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14587
Author:   jesterking
Date:     2008-04-28 11:41:51 +0200 (Mon, 28 Apr 2008)

Log Message:
-----------
* add small bit of docs about BF_CONFIG

Modified Paths:
--------------
    trunk/blender/doc/blender-scons.txt

Modified: trunk/blender/doc/blender-scons.txt
===================================================================
--- trunk/blender/doc/blender-scons.txt	2008-04-28 07:38:06 UTC (rev 14586)
+++ trunk/blender/doc/blender-scons.txt	2008-04-28 09:41:51 UTC (rev 14587)
@@ -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 @@
     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:
 





More information about the Bf-blender-cvs mailing list