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: b6cb78742ab6a12b0808a7165d0243417df7ea2c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python
Import ('env')

sources = 'PHY_IMotionState.cpp PHY_IPhysicsController.cpp PHY_IPhysicsEnvironment.cpp'

incs = '. ../Dummy #intern/moto/include'

env.BlenderLib ( 'PHY_Physics', Split(sources), Split(incs), [], libtype=['game', 'game2'], priority=[20, 35] )