2004-05-16 13:07:20 +00:00
|
|
|
#!/usr/bin/python
|
2004-03-22 22:02:18 +00:00
|
|
|
import sys
|
|
|
|
|
2004-02-15 19:25:32 +00:00
|
|
|
Import ('user_options_dict')
|
2004-02-29 21:40:48 +00:00
|
|
|
Import ('library_env')
|
|
|
|
|
|
|
|
ketsji_env = library_env.Copy ()
|
2004-01-20 20:28:39 +00:00
|
|
|
|
|
|
|
source_files = ['KX_WorldIpoController.cpp',
|
|
|
|
'KX_WorldInfo.cpp',
|
|
|
|
'KX_VisibilityActuator.cpp',
|
|
|
|
'KX_VertexProxy.cpp',
|
|
|
|
'KX_TrackToActuator.cpp',
|
|
|
|
'KX_TouchSensor.cpp',
|
|
|
|
'KX_TouchEventManager.cpp',
|
|
|
|
'KX_TimeLogger.cpp',
|
|
|
|
'KX_TimeCategoryLogger.cpp',
|
|
|
|
'KX_SoundActuator.cpp',
|
|
|
|
'KX_SG_NodeRelationships.cpp',
|
|
|
|
'KX_SceneActuator.cpp',
|
|
|
|
'KX_Scene.cpp',
|
|
|
|
'KX_ScalingInterpolator.cpp',
|
|
|
|
'KX_ScalarInterpolator.cpp',
|
|
|
|
'KX_SCA_ReplaceMeshActuator.cpp',
|
|
|
|
'KX_SCA_EndObjectActuator.cpp',
|
|
|
|
'KX_SCA_AddObjectActuator.cpp',
|
|
|
|
'KX_RaySensor.cpp',
|
|
|
|
'KX_RayEventManager.cpp',
|
|
|
|
'KX_RadarSensor.cpp',
|
2004-05-16 13:07:20 +00:00
|
|
|
'KX_PyMath.cpp',
|
2004-01-20 20:28:39 +00:00
|
|
|
'KX_PythonInit.cpp',
|
|
|
|
'KX_PyConstraintBinding.cpp',
|
|
|
|
'KX_PositionInterpolator.cpp',
|
|
|
|
'KX_PhysicsObjectWrapper.cpp',
|
|
|
|
'KX_OrientationInterpolator.cpp',
|
|
|
|
'KX_ObjectActuator.cpp',
|
|
|
|
'KX_ObColorIpoSGController.cpp',
|
|
|
|
'KX_NearSensor.cpp',
|
|
|
|
'KX_MouseFocusSensor.cpp',
|
|
|
|
'KX_MotionState.cpp',
|
|
|
|
'KX_MeshProxy.cpp',
|
|
|
|
'KX_LightIpoSGController.cpp',
|
|
|
|
'KX_Light.cpp',
|
|
|
|
'KX_KetsjiEngine.cpp',
|
|
|
|
'KX_IpoActuator.cpp',
|
|
|
|
'KX_IPO_SGController.cpp',
|
|
|
|
'KX_IPhysicsController.cpp',
|
|
|
|
'KX_GameObject.cpp',
|
|
|
|
'KX_GameActuator.cpp',
|
|
|
|
'KX_EmptyObject.cpp',
|
|
|
|
'KX_ConvertPhysicsObjects.cpp',
|
|
|
|
'KX_ConstraintWrapper.cpp',
|
|
|
|
'KX_ConstraintActuator.cpp',
|
|
|
|
'KX_CDActuator.cpp',
|
|
|
|
'KX_CameraIpoSGController.cpp',
|
|
|
|
'KX_CameraActuator.cpp',
|
|
|
|
'KX_Camera.cpp'
|
|
|
|
]
|
|
|
|
|
2004-02-15 19:25:32 +00:00
|
|
|
if user_options_dict['USE_PHYSICS'] == 'solid':
|
2004-01-20 20:28:39 +00:00
|
|
|
source_files += ['KX_SumoPhysicsController.cpp']
|
2004-02-21 15:13:15 +00:00
|
|
|
ketsji_env.Append (CPPPATH = user_options_dict['SOLID_INCLUDE'])
|
2004-01-20 20:28:39 +00:00
|
|
|
|
2004-02-15 19:25:32 +00:00
|
|
|
if user_options_dict['USE_PHYSICS'] == 'ode':
|
2004-01-20 20:28:39 +00:00
|
|
|
source_files += ['KX_OdePhysicsController.cpp']
|
2004-03-22 22:02:18 +00:00
|
|
|
ketsji_env.Append (CPPPATH = user_options_dict['SOLID_INCLUDE'])
|
2004-01-20 20:28:39 +00:00
|
|
|
|
|
|
|
ketsji_env.Append (CPPPATH = ['.',
|
|
|
|
'#source/kernel/gen_system',
|
|
|
|
'#intern/string',
|
|
|
|
'#intern/guardedalloc',
|
|
|
|
'#source/gameengine/Rasterizer/RAS_OpenGLRasterizer',
|
|
|
|
'#intern/bmfont',
|
|
|
|
'#intern/SoundSystem',
|
|
|
|
'#intern/SoundSystem/include',
|
|
|
|
'#intern/SoundSystem/openal',
|
|
|
|
'#intern/SoundSystem/dummy',
|
|
|
|
'#intern/SoundSystem/intern',
|
|
|
|
'#source/gameengine/Converter',
|
|
|
|
'#source/gameengine/BlenderRoutines',
|
|
|
|
'#source/blender/imbuf',
|
|
|
|
'#intern/moto/include',
|
|
|
|
'#source/gameengine/Ketsji',
|
|
|
|
'#source/gameengine/Ketsji/KXNetwork',
|
|
|
|
'#source/blender/blenlib',
|
|
|
|
'#source/blender/blenkernel',
|
|
|
|
'#source/blender',
|
|
|
|
'#source/blender/include',
|
|
|
|
'#source/blender/makesdna',
|
2004-04-02 13:21:04 +00:00
|
|
|
'#source/blender/python',
|
2004-01-20 20:28:39 +00:00
|
|
|
'#source/gameengine/Rasterizer',
|
|
|
|
'#source/gameengine/GameLogic',
|
|
|
|
'#source/gameengine/Expressions',
|
|
|
|
'#source/gameengine/Network',
|
|
|
|
'#source/gameengine/SceneGraph',
|
|
|
|
'#source/gameengine/Physics/common',
|
|
|
|
'#source/gameengine/Physics/BlOde',
|
|
|
|
'#source/gameengine/Physics/Dummy',
|
2004-03-22 22:02:18 +00:00
|
|
|
'#source/gameengine/Physics/Sumo',
|
2004-01-20 20:28:39 +00:00
|
|
|
'#source/gameengine/Physics/Sumo/include',
|
|
|
|
'#source/gameengine/Physics/Sumo/Fuzzics/include',
|
|
|
|
'#source/gameengine/Network/LoopBackNetwork',
|
|
|
|
'#source/blender/misc',
|
2004-02-21 15:13:15 +00:00
|
|
|
'#source/blender/blenloader'
|
2004-01-20 20:28:39 +00:00
|
|
|
])
|
|
|
|
|
2004-03-22 22:02:18 +00:00
|
|
|
if sys.platform == 'win32':
|
2004-04-22 04:50:41 +00:00
|
|
|
ketsji_env.Append (CXXFLAGS = ['/GR'])
|
|
|
|
ketsji_env.Append ( CCFLAGS =['/Ox'])
|
2004-02-21 15:13:15 +00:00
|
|
|
ketsji_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE'])
|
|
|
|
|
2004-02-15 19:25:32 +00:00
|
|
|
ketsji_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/KX_ketsji', source=source_files)
|