enabled vehicle/updated scons file (Makefile/projectfiles needs updating)

This commit is contained in:
Erwin Coumans 2006-02-21 06:08:18 +00:00
parent 730c02f3fe
commit 5913414bf4
2 changed files with 2 additions and 2 deletions

@ -14,7 +14,7 @@ class Dispatcher;
//#include "BroadphaseInterface.h" //#include "BroadphaseInterface.h"
//switch on/off new vehicle support //switch on/off new vehicle support
//#define NEW_BULLET_VEHICLE_SUPPORT 1 #define NEW_BULLET_VEHICLE_SUPPORT 1
#include "ConstraintSolver/ContactSolverInfo.h" #include "ConstraintSolver/ContactSolverInfo.h"

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
Import ('env') Import ('env')
sources = 'PHY_IMotionState.cpp PHY_IPhysicsController.cpp PHY_IPhysicsEnvironment.cpp' sources = 'PHY_IMotionState.cpp PHY_IPhysicsController.cpp PHY_IPhysicsEnvironment.cpp PHY_IVehicle.cpp'
incs = '. ../Dummy #intern/moto/include' incs = '. ../Dummy #intern/moto/include'