* fix linking order for l00nix

This commit is contained in:
Nathan Letwory
2008-01-08 17:32:38 +00:00
parent 8d9a7941da
commit 8269b89c15
5 changed files with 7 additions and 5 deletions

View File

@@ -4,4 +4,4 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
incs = '.'
env.BlenderLib ('bf_string', sources, Split(incs), [], libtype=['core', 'player'], priority = [50,0] )
env.BlenderLib ('bf_string', sources, Split(incs), [], libtype=['core', 'common','player'], priority = [50,19,0] )