== SCons ==

* bring back 'player' libtype, after investigation with ideasman.
  scons/mingw works nicely, for some reason msvc fails to link still, will look further into it.
This commit is contained in:
Nathan Letwory
2009-09-05 01:58:02 +00:00
parent fc8ba755bd
commit 9216efcba2
47 changed files with 60 additions and 60 deletions

View File

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