From bbcfb14afafed684c552d35f081bacbaa5d1ad3d Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 6 Feb 2006 06:52:24 +0000 Subject: [PATCH] ==SCons== + Added note about using the config files. I repeat it here: a user NEVER should edit config/(platform)-config.py directly. Instead, make a copy of config/(platform)-config.py to user-config.py, and change that instead. /Nathan PS. now I can say "I told you", and be sure I will :P --- doc/blender-scons.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/blender-scons.txt b/doc/blender-scons.txt index bc0237494dc..57f9f1c5ab6 100644 --- a/doc/blender-scons.txt +++ b/doc/blender-scons.txt @@ -94,6 +94,11 @@ $Id$ (unless you have overridden any of them in your $BLENDERHOME/user-config.py). + NOTE: The best way to avoid confusion is the + copy $BLENDERHOME/config/(platform)-config.py to + $BLENDERHOME/user-config.py. You should NEVER have to modify + $BLENDERHOME/config/(platform)-config.py + Configuring the output ----------------------