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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-24 00:20:34 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-24 00:20:34 +0300
commit521fe6739a2ddae3f44fbecd1cec8212086ffcdc (patch)
tree0c4d3d0c8d8170121cca7ad631ec1de03f419c37 /source/blender/editors/util/SConscript
parenteb186d18dcf19a8410238d542b31ffdd7beb991e (diff)
2.5 / SCons
New priorities for most libs, at least core. This is still for Blender proper, BGE and such still to come.
Diffstat (limited to 'source/blender/editors/util/SConscript')
-rw-r--r--source/blender/editors/util/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/SConscript b/source/blender/editors/util/SConscript
index 891c271bb7f..74ca2c89ba2 100644
--- a/source/blender/editors/util/SConscript
+++ b/source/blender/editors/util/SConscript
@@ -7,4 +7,4 @@ incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../makesrna'
-env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core'], priority=[140] )
+env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core'], priority=[130] )