fixed jam 'install' to properly copy right headerfiles in the destination directory
This commit is contained in:
@@ -10,4 +10,4 @@ LibDepends convexdecomposition : ;
|
|||||||
MsvcGenConfig ConvexDecomposition.INCDIRS : $(TOP)/Extras/ConvexDecomposition ;
|
MsvcGenConfig ConvexDecomposition.INCDIRS : $(TOP)/Extras/ConvexDecomposition ;
|
||||||
|
|
||||||
|
|
||||||
InstallHeader [ Wildcard *.h ] : ConvexDecomposition ;
|
#InstallHeader [ Wildcard *.h ] : ConvexDecomposition ;
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ LibDepends GIMPACTBullet : GIMPACT ;
|
|||||||
"../../Extras/GIMPACT/include" ;
|
"../../Extras/GIMPACT/include" ;
|
||||||
|
|
||||||
|
|
||||||
InstallHeader [ Wildcard *.h ] : GIMPACTBullet ;
|
#InstallHeader [ Wildcard *.h ] : GIMPACTBullet ;
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ CFlags libxml :
|
|||||||
|
|
||||||
LibDepends libxml : ;
|
LibDepends libxml : ;
|
||||||
|
|
||||||
InstallHeader [ Wildcard *.h ] : LibXML ;
|
#InstallHeader [ Wildcard *.h ] : LibXML ;
|
||||||
|
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ MsvcGenConfig QUICKSTEP.INCDIRS : $(TOP)/Extras/quickstep ;
|
|||||||
LibDepends quickstep : BulletDynamics ;
|
LibDepends quickstep : BulletDynamics ;
|
||||||
|
|
||||||
|
|
||||||
InstallHeader [ Wildcard *.h ] : quickstep ;
|
#InstallHeader [ Wildcard *.h ] : quickstep ;
|
||||||
|
|||||||
@@ -10,4 +10,3 @@ Library bulletcollision :
|
|||||||
;
|
;
|
||||||
LibDepends bulletcollision : bulletmath ;
|
LibDepends bulletcollision : bulletmath ;
|
||||||
|
|
||||||
Recurse InstallHeader : .h ;
|
|
||||||
|
|||||||
@@ -9,4 +9,3 @@ Library bulletdynamics :
|
|||||||
|
|
||||||
LibDepends bulletdynamics : bulletcollision ;
|
LibDepends bulletdynamics : bulletcollision ;
|
||||||
|
|
||||||
Recurse InstallHeader : .h ;
|
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ SubInclude TOP src BulletCollision ;
|
|||||||
SubInclude TOP src BulletDynamics ;
|
SubInclude TOP src BulletDynamics ;
|
||||||
SubInclude TOP src LinearMath ;
|
SubInclude TOP src LinearMath ;
|
||||||
|
|
||||||
|
Recurse InstallHeader : .h ;
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ Library bulletmath :
|
|||||||
[ Wildcard *.h *.cpp ]
|
[ Wildcard *.h *.cpp ]
|
||||||
;
|
;
|
||||||
|
|
||||||
InstallHeader [ Wildcard *.h ] ;
|
#InstallHeader [ Wildcard *.h ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user