fix automake/make build for AllBulletDemos (ConstraintDemo was added), and remove unused folder from Jamfile

This commit is contained in:
erwin.coumans
2009-02-20 17:40:23 +00:00
parent a95d0e638e
commit 0066e41a92
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ noinst_PROGRAMS=AllBulletDemo
AllBulletDemo_SOURCES=\
../SoftDemo/SoftDemo.cpp \
../Benchmarks/BenchmarkDemo.cpp \
../ConstraintDemo/ConstraintDemo.cpp \
../ForkLiftDemo/ForkLiftDemo.cpp \
../RagdollDemo/RagdollDemo.cpp \
../BasicDemo/BasicDemo.cpp \

View File

@@ -28,5 +28,5 @@ LibDepends iff : ;
InstallHeader [ Wildcard *.h ] : iff ;
SubInclude TOP Extras iff iffCheck ;
SubInclude TOP Extras iff iffCreateTest ;
#SubInclude TOP Extras iff iffCreateTest ;
#SubInclude TOP Extras iff BulletIffConverter ;