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/blenlib/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript index f664b75af5a..39d4df62a93 100644 --- a/source/blender/blenlib/SConscript +++ b/source/blender/blenlib/SConscript @@ -26,4 +26,4 @@ if env['OURPLATFORM'] == 'linux2': if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross'): incs += ' ' + env['BF_PTHREADS_INC'] -env.BlenderLib ( 'bf_blenlib', sources, Split(incs), Split(defs), libtype=['core', 'intern', 'player'], priority = [85,150,195], compileflags =cflags ) +env.BlenderLib ( 'bf_blenlib', sources, Split(incs), Split(defs), libtype=['core'], priority = [180], compileflags =cflags ) -- cgit v1.2.3