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:
authorMartin Poirier <theeth@yahoo.com>2009-01-08 03:24:59 +0300
committerMartin Poirier <theeth@yahoo.com>2009-01-08 03:24:59 +0300
commitc6b6910c16c987372e8f88d5c84c9bcd52944e3e (patch)
tree03c9c96f0cee7771b062405c76a49b4df1cdbb8d /source/blender/editors/armature/SConscript
parentff1db49e343f700b2e779f4fb9aebb0055bc34bc (diff)
2.5
Fix compile errors Remove stubs that duplicate code and set armature lib priority correctly (needs to link with mesh)
Diffstat (limited to 'source/blender/editors/armature/SConscript')
-rw-r--r--source/blender/editors/armature/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/SConscript b/source/blender/editors/armature/SConscript
index 95f20404c4b..e4e42a27b36 100644
--- a/source/blender/editors/armature/SConscript
+++ b/source/blender/editors/armature/SConscript
@@ -8,4 +8,4 @@ incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../render/extern/include #/intern/guardedalloc #intern/bmfont'
incs += ' ../../gpu ../../makesrna #/intern/opennl/extern'
-env.BlenderLib ( 'bf_editors_armature', sources, Split(incs), [], libtype=['core'], priority=[100] )
+env.BlenderLib ( 'bf_editors_armature', sources, Split(incs), [], libtype=['core'], priority=[44] )