[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13187] branches/blender2.5/blender/source /blender/python/SConscript: * fix linking order for bf_python

Nathan Letwory jesterking at letwory.net
Thu Jan 10 00:07:34 CET 2008


Revision: 13187
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13187
Author:   jesterking
Date:     2008-01-10 00:07:34 +0100 (Thu, 10 Jan 2008)

Log Message:
-----------
* fix linking order for bf_python

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

Modified: branches/blender2.5/blender/source/blender/python/SConscript
===================================================================
--- branches/blender2.5/blender/source/blender/python/SConscript	2008-01-09 22:57:23 UTC (rev 13186)
+++ branches/blender2.5/blender/source/blender/python/SConscript	2008-01-09 23:07:34 UTC (rev 13187)
@@ -13,4 +13,4 @@
 if env['OURPLATFORM'] in ('win32-mingw', 'win32-vc') and env['BF_DEBUG']:
 	defs.append('Py_TRACE_REFS')
 
-env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core'], priority = [70])
+env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','intern'], priority = [33,43])





More information about the Bf-blender-cvs mailing list