[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18350] branches/blender2.5/blender/source /blender/editors/armature/SConscript: 2.5 scons fix

Joshua Leung aligorith at gmail.com
Tue Jan 6 00:08:59 CET 2009


Revision: 18350
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18350
Author:   aligorith
Date:     2009-01-06 00:08:59 +0100 (Tue, 06 Jan 2009)

Log Message:
-----------
2.5 scons fix

Priority for armature module was too low, and causing errors when linking with gcc

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/armature/SConscript

Modified: branches/blender2.5/blender/source/blender/editors/armature/SConscript
===================================================================
--- branches/blender2.5/blender/source/blender/editors/armature/SConscript	2009-01-05 23:06:22 UTC (rev 18349)
+++ branches/blender2.5/blender/source/blender/editors/armature/SConscript	2009-01-05 23:08:59 UTC (rev 18350)
@@ -8,4 +8,4 @@
 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=[40] )
+env.BlenderLib ( 'bf_editors_armature', sources, Split(incs), [], libtype=['core'], priority=[100] )





More information about the Bf-blender-cvs mailing list