2.5 / SCons

New priorities for most libs, at least core. This is still for Blender proper, BGE and such still to come.
This commit is contained in:
Nathan Letwory
2008-12-23 21:20:34 +00:00
parent eb186d18dc
commit 521fe6739a
39 changed files with 40 additions and 44 deletions

View File

@@ -6,4 +6,4 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
env.BlenderLib ( 'bf_editors_space_image', sources, Split(incs), [], libtype=['core'], priority=[35] )
env.BlenderLib ( 'bf_editors_space_image', sources, Split(incs), [], libtype=['core'], priority=[45] )