updated Jamfiles so only the appropriate Bullet libraries gets installed, not the helper/internal ones.
This commit is contained in:
@@ -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 ] ;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
;
|
||||
|
||||
|
||||
@@ -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 ] ;
|
||||
|
||||
|
||||
@@ -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 : ;
|
||||
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
@@ -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 ] ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user