fixes for unix/autotools

This commit is contained in:
erwin.coumans
2011-04-09 03:57:48 +00:00
parent 9a9a4394ab
commit 1e7b9de339
3 changed files with 21 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ subject to the following restrictions:
#include "../CcdPhysicsDemo/CcdPhysicsDemo.h"
#include "../BspDemo/BspDemo.h"
#include "../BasicDemo/BasicDemo.h"
#include "../FractureDemo/FractureDemo.h"
#include "../ConcaveDemo/ConcaveDemo.h"
#include "../ConcaveRaycastDemo/ConcaveRaycastDemo.h"
#include "../ConcaveConvexcastDemo/ConcaveConvexcastDemo.h"
@@ -108,7 +107,6 @@ public:
btDemoEntry g_demoEntries[] =
{
// {"Box2dDemo",Box2dDemo::Create},
{"FractureDemo",FractureDemo::Create},
{"ForkLift Demo",ForkLiftDemo::Create},
{"Dynamic Control Demo",MotorDemo::Create},
{"ConstraintDemo",ConstraintDemo::Create},