forked from bartvdbraak/blender
13 lines
394 B
Python
13 lines
394 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = env.Glob('intern/*.cpp')
|
|
|
|
incs = '. ../moto/include ../container ../memutil'
|
|
|
|
<<<<<<< .working
|
|
env.BlenderLib ('bf_intern_decimate', sources, Split(incs) , [], libtype=['core'], priority = [200] )
|
|
=======
|
|
env.BlenderLib ('bf_intern_decimate', sources, Split(incs) , [], libtype=['core', 'player'], priority = [200, 100] )
|
|
>>>>>>> .merge-right.r35190
|