forked from bartvdbraak/blender
4e2143f639
Patch provied by gsrb3d bug tracker #7061 Kent
9 lines
305 B
Python
9 lines
305 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = 'PHY_IMotionState.cpp PHY_IPhysicsController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp'
|
|
|
|
incs = '. ../Dummy #intern/moto/include'
|
|
|
|
env.BlenderLib ( 'bf_common', Split(sources), Split(incs), [], libtype=['game', 'game2','player'], priority=[20, 35, 95] )
|