ok right branch. . .stop laughing at me :)

This commit is contained in:
Joseph Eagar
2009-03-04 09:34:33 +00:00
parent 2c33a51e3f
commit 4b8d872edb
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.c')
incs = '. ../blenloader ../blenloader/intern ../blenkernel ../blenlib ../makesdna ../../kernel/gen_messaging'
env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [155, 220] )
env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [0, 220] )

View File

@@ -30,4 +30,4 @@ if env['WITH_BF_PYTHON']:
else:
defs.append('DISABLE_PYTHON')
env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 154 )
env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 0 )