2.5 / SCons

Blender builds and links on Linux. For now without BGE and its player, 
but that will come. Priorities are still a mess, so expect more commits 
soon.
This commit is contained in:
Nathan Letwory
2008-12-23 20:13:31 +00:00
parent b38f6e7d18
commit eb186d18dc
32 changed files with 40 additions and 40 deletions

View File

@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.cpp')
incs = 'include'
env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern', 'player'], priority = [15, 130] )
env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern'], priority = [130] )