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 ] ;

View File

@@ -11,7 +11,7 @@ Library colladadom :
[ Wildcard src/modules/LIBXMLPlugin : *.h *.cpp ]
[ Wildcard src/modules/stdErrPlugin : *.h *.cpp ]
[ Wildcard src/modules/STLDatabase : *.h *.cpp ]
: noinstall
;

View File

@@ -1,7 +1,6 @@
SubDir TOP Extras ConvexDecomposition ;
Library convexdecomposition : [ Wildcard *.h *.cpp ] ;
Library convexdecomposition : [ Wildcard *.h *.cpp ] : noinstall ;
CFlags convexdecomposition : [ FIncludes $(TOP)/Extras/Decomposition ] ;

View File

@@ -2,7 +2,7 @@ SubDir TOP Extras GIMPACT ;
#IncludeDir Extras/GIMPACT/include ;
Library GIMPACT : [ Wildcard src : */.h *.cpp ] ;
Library GIMPACT : [ Wildcard src : */.h *.cpp ] : noinstall ;
CFlags GIMPACT : [ FIncludes $(TOP)/Extras/GIMPACT/include ] ;
LibDepends GIMPACT : ;

View File

@@ -1,7 +1,7 @@
SubDir TOP Extras GIMPACTBullet ;
Library GIMPACTBullet : [ Wildcard *.h *.cpp ] ;
Library GIMPACTBullet : [ Wildcard *.h *.cpp ] : noinstall ;
CFlags GIMPACTBullet : [ FIncludes $(TOP)/Extras/GIMPACTBullet $(TOP)/Extras/GIMPACT/include ] ;
LibDepends GIMPACTBullet : GIMPACT ;

View File

@@ -1,7 +1,7 @@
SubDir TOP Extras LibXML ;
Library libxml : [ Wildcard *.h *.c ] ;
Library libxml : [ Wildcard *.h *.c ] : noinstall ;
CFlags libxml :
[ FIncludes $(TOP)/Extras/LibXML ]

View File

@@ -3,7 +3,7 @@ SubDir TOP Extras quickstep ;
#this is a bad global
#IncludeDir Extras/quickstep ;
Library quickstep : [ Wildcard *.h *.cpp ] ;
Library quickstep : [ Wildcard *.h *.cpp ] : noinstall ;
#internal header path to compile quickstep
CFlags quickstep : [ FIncludes $(TOP)/Extras/quickstep ] ;