forked from bartvdbraak/blender
15da2232f7
* some lib renaming
9 lines
216 B
Python
9 lines
216 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = env.Glob('intern/*.cpp')
|
|
|
|
incs = 'include'
|
|
|
|
env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern','game','game2','player'], priority = [15, 55, 60, 130] )
|