Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « common « Physics « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aead31fb73eb114f31d5dce76421c8e39f415c07 (plain)
1
2
3
4
5
6
7
8
#!/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=['core','player'], priority=[350, 90] )