fix automake/make build for AllBulletDemos (ConstraintDemo was added), and remove unused folder from Jamfile
This commit is contained in:
@@ -3,6 +3,7 @@ noinst_PROGRAMS=AllBulletDemo
|
|||||||
AllBulletDemo_SOURCES=\
|
AllBulletDemo_SOURCES=\
|
||||||
../SoftDemo/SoftDemo.cpp \
|
../SoftDemo/SoftDemo.cpp \
|
||||||
../Benchmarks/BenchmarkDemo.cpp \
|
../Benchmarks/BenchmarkDemo.cpp \
|
||||||
|
../ConstraintDemo/ConstraintDemo.cpp \
|
||||||
../ForkLiftDemo/ForkLiftDemo.cpp \
|
../ForkLiftDemo/ForkLiftDemo.cpp \
|
||||||
../RagdollDemo/RagdollDemo.cpp \
|
../RagdollDemo/RagdollDemo.cpp \
|
||||||
../BasicDemo/BasicDemo.cpp \
|
../BasicDemo/BasicDemo.cpp \
|
||||||
|
|||||||
@@ -28,5 +28,5 @@ LibDepends iff : ;
|
|||||||
InstallHeader [ Wildcard *.h ] : iff ;
|
InstallHeader [ Wildcard *.h ] : iff ;
|
||||||
|
|
||||||
SubInclude TOP Extras iff iffCheck ;
|
SubInclude TOP Extras iff iffCheck ;
|
||||||
SubInclude TOP Extras iff iffCreateTest ;
|
#SubInclude TOP Extras iff iffCreateTest ;
|
||||||
#SubInclude TOP Extras iff BulletIffConverter ;
|
#SubInclude TOP Extras iff BulletIffConverter ;
|
||||||
|
|||||||
Reference in New Issue
Block a user