build blenderplayer without opennl and decimation

This commit is contained in:
Campbell Barton
2009-02-26 12:43:24 +00:00
parent fd1adb58eb
commit 4d92526401
3 changed files with 9 additions and 3 deletions

View File

@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.cpp')
incs = '. ../moto/include ../container ../memutil'
env.BlenderLib ('bf_decimation', sources, Split(incs) , [], libtype=['core','common','player'], priority = [10, 20, 25] )
env.BlenderLib ('bf_decimation', sources, Split(incs) , [], libtype=['core','common'], priority = [10, 20] )