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

sources = 'PHY_IMotionState.cpp PHY_IController.cpp PHY_IPhysicsController.cpp PHY_IGraphicController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp'

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

env.BlenderLib ( 'bf_physics_common', Split(sources), Split(incs), [], libtype=['core'], priority=[360], cxx_compileflags=env['BGE_CXXFLAGS'])