From 521fe6739a2ddae3f44fbecd1cec8212086ffcdc Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 23 Dec 2008 21:20:34 +0000 Subject: 2.5 / SCons New priorities for most libs, at least core. This is still for Blender proper, BGE and such still to come. --- source/blender/python/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 975b7a7a7e7..5fcf4a4eb34 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -13,4 +13,4 @@ defs = [] 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','intern'], priority = [33,43]) +env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core'], priority = [140]) -- cgit v1.2.3