forked from bartvdbraak/blender
4e2143f639
Patch provied by gsrb3d bug tracker #7061 Kent
9 lines
206 B
Python
9 lines
206 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = 'DummyPhysicsEnvironment.cpp'
|
|
|
|
incs = '. ../common'
|
|
|
|
env.BlenderLib ( 'bf_dummy', Split(sources), Split(incs), [], libtype=['game','player'], priority=[10,100] )
|