[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40100] trunk/blender/source/blender/ editors/util/SConscript: Change priority for editor util library.

Sergey Sharybin g.ulairi at gmail.com
Sat Sep 10 16:28:35 CEST 2011


Revision: 40100
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40100
Author:   nazgul
Date:     2011-09-10 14:28:34 +0000 (Sat, 10 Sep 2011)
Log Message:
-----------
Change priority for editor util library. Gave linking errors here.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/util/SConscript

Modified: trunk/blender/source/blender/editors/util/SConscript
===================================================================
--- trunk/blender/source/blender/editors/util/SConscript	2011-09-10 14:28:13 UTC (rev 40099)
+++ trunk/blender/source/blender/editors/util/SConscript	2011-09-10 14:28:34 UTC (rev 40100)
@@ -12,4 +12,4 @@
 if not env['WITH_BF_GAMEENGINE']:
     sources.remove('navmesh_conversion.cpp')
 
-env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','player'], priority=[130,210] )
+env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','player'], priority=[330,210] )




More information about the Bf-blender-cvs mailing list