[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19596] trunk/blender/source/gameengine/ Physics: Fixed scons and cmake after BGE scenegraph and culling improvements.

Benoit Bolsee benoit.bolsee at online.be
Wed Apr 8 10:22:04 CEST 2009


Revision: 19596
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19596
Author:   ben2610
Date:     2009-04-08 10:22:03 +0200 (Wed, 08 Apr 2009)

Log Message:
-----------
Fixed scons and cmake after BGE scenegraph and culling improvements.

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/Bullet/CMakeLists.txt
    trunk/blender/source/gameengine/Physics/Bullet/SConscript
    trunk/blender/source/gameengine/Physics/common/CMakeLists.txt
    trunk/blender/source/gameengine/Physics/common/SConscript

Modified: trunk/blender/source/gameengine/Physics/Bullet/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CMakeLists.txt	2009-04-08 01:07:46 UTC (rev 19595)
+++ trunk/blender/source/gameengine/Physics/Bullet/CMakeLists.txt	2009-04-08 08:22:03 UTC (rev 19596)
@@ -24,7 +24,7 @@
 #
 # ***** END GPL LICENSE BLOCK *****
 
-SET(SRC CcdPhysicsEnvironment.cpp CcdPhysicsController.cpp)
+SET(SRC CcdPhysicsEnvironment.cpp CcdPhysicsController.cpp CcdGraphicController.cpp)
 
 SET(INC
   .

Modified: trunk/blender/source/gameengine/Physics/Bullet/SConscript
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/SConscript	2009-04-08 01:07:46 UTC (rev 19595)
+++ trunk/blender/source/gameengine/Physics/Bullet/SConscript	2009-04-08 08:22:03 UTC (rev 19596)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 Import ('env')
 
-sources = 'CcdPhysicsEnvironment.cpp CcdPhysicsController.cpp'
+sources = 'CcdPhysicsEnvironment.cpp CcdPhysicsController.cpp CcdGraphicController.cpp'
 
 incs = '. ../common #source/kernel/gen_system #intern/string #intern/moto/include #source/gameengine/Rasterizer #source/blender/makesdna'
 

Modified: trunk/blender/source/gameengine/Physics/common/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/Physics/common/CMakeLists.txt	2009-04-08 01:07:46 UTC (rev 19595)
+++ trunk/blender/source/gameengine/Physics/common/CMakeLists.txt	2009-04-08 08:22:03 UTC (rev 19596)
@@ -24,7 +24,7 @@
 #
 # ***** END GPL LICENSE BLOCK *****
 
-SET(SRC PHY_IMotionState.cpp PHY_IPhysicsController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp)
+SET(SRC PHY_IMotionState.cpp PHY_IController.cpp PHY_IPhysicsController.cpp PHY_IGraphicController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp)
 
 SET(INC
   .

Modified: trunk/blender/source/gameengine/Physics/common/SConscript
===================================================================
--- trunk/blender/source/gameengine/Physics/common/SConscript	2009-04-08 01:07:46 UTC (rev 19595)
+++ trunk/blender/source/gameengine/Physics/common/SConscript	2009-04-08 08:22:03 UTC (rev 19596)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 Import ('env')
 
-sources = 'PHY_IMotionState.cpp PHY_IPhysicsController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp'
+sources = 'PHY_IMotionState.cpp PHY_IController.cpp PHY_IPhysicsController.cpp PHY_IGraphicController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp'
 
 incs = '. ../Dummy #intern/moto/include'
 





More information about the Bf-blender-cvs mailing list