replace VehicleDemo by ForkLiftDemo in AllBulletDemos

This commit is contained in:
erwin.coumans
2008-11-07 00:42:32 +00:00
parent 9aadc53322
commit 1165df7d67
4 changed files with 5 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ noinst_PROGRAMS=AllBulletDemo
AllBulletDemo_SOURCES=\
../SoftDemo/SoftDemo.cpp \
../Benchmarks/BenchmarkDemo.cpp \
../VehicleDemo/VehicleDemo.cpp \
../ForkLiftDemo/ForkLiftDemo.cpp \
../RagdollDemo/RagdollDemo.cpp \
../BasicDemo/BasicDemo.cpp \
../CcdPhysicsDemo/CcdPhysicsDemo.cpp \
@@ -19,7 +19,6 @@ AllBulletDemo_SOURCES=\
../GjkConvexCastDemo/LinearConvexCastDemo.cpp \
../ConcaveDemo/ConcavePhysicsDemo.cpp \
../DynamicControlDemo/MotorDemo.cpp \
../TerrainDemo/TerrainDemo.cpp \
DemoEntries.cpp \
DemoEntries.h\
Main.cpp