updated Jamfiles so only the appropriate Bullet libraries gets installed, not the helper/internal ones.

This commit is contained in:
ejcoumans
2006-12-27 01:34:54 +00:00
parent 5929b2b79d
commit af5cfb838a
7 changed files with 7 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
SubDir TOP Extras AlternativeCollisionAlgorithms ;
Library boxbox : [ Wildcard *.h *.cpp ] ;
Library boxbox : [ Wildcard *.h *.cpp ] : noinstall ;
#internal header path to compile boxbox
CFlags boxbox : [ FIncludes $(TOP)/Extras/AlternativeCollisionAlgorithms ] ;