From 9b239883f098a20ca80dc9fade76328bc3890103 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 9 Mar 2006 23:48:56 +0000 Subject: [PATCH] ==SCons== * if you all look to the left, you won't see that on the right BF_PRIORITYLIST was spelled BF_PRIORITY_LIST twice. --- doc/blender-scons-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/blender-scons-dev.txt b/doc/blender-scons-dev.txt index 9d2db77ebf4..d13ea7c036f 100644 --- a/doc/blender-scons-dev.txt +++ b/doc/blender-scons-dev.txt @@ -100,7 +100,7 @@ $Id$ the priorities us BF_PRIORITYLIST=1 on the command-line while running a build. - % scons BF_PRIORITY_LIST=1 + % scons BF_PRIORITYLIST=1 This will give a list with values suggested by the system. Make changes to all SConscripts in question to reflect or change the @@ -108,7 +108,7 @@ $Id$ internal, external library or core library, and make sure there are sane values. You can use large and negative numbers to test with, but after you've got a working linking order, do change the system - to reflect BF_PRIORITY_LIST values. + to reflect BF_PRIORITYLIST values. Also, if you find that a library needs to be given multiple times to the linker, you can do that by giving a python list with the names