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: dff4c0fe6c6199d8486401ced0a7307b01499b91 (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=['game', 'game2','player'], priority=[20, 45, 90] )