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>2006-03-10 02:48:56 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-10 02:48:56 +0300
commit9b239883f098a20ca80dc9fade76328bc3890103 (patch)
tree5ca9bffb2891bfdb5c94226c9eeb5f2e0a48f047 /doc
parent7c23e0827030404863523e7dd61e863992bbf9d4 (diff)
==SCons==
* if you all look to the left, you won't see that on the right BF_PRIORITYLIST was spelled BF_PRIORITY_LIST twice.
Diffstat (limited to 'doc')
-rw-r--r--doc/blender-scons-dev.txt4
1 files 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