fixed jam 'install' to properly copy right headerfiles in the destination directory

This commit is contained in:
ejcoumans
2006-12-26 17:16:40 +00:00
parent e9b21e21a6
commit 5929b2b79d
8 changed files with 6 additions and 7 deletions

View File

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

View File

@@ -10,4 +10,4 @@ LibDepends GIMPACTBullet : GIMPACT ;
"../../Extras/GIMPACT/include" ; "../../Extras/GIMPACT/include" ;
InstallHeader [ Wildcard *.h ] : GIMPACTBullet ; #InstallHeader [ Wildcard *.h ] : GIMPACTBullet ;

View File

@@ -14,5 +14,5 @@ CFlags libxml :
LibDepends libxml : ; LibDepends libxml : ;
InstallHeader [ Wildcard *.h ] : LibXML ; #InstallHeader [ Wildcard *.h ] : LibXML ;

View File

@@ -17,4 +17,4 @@ MsvcGenConfig QUICKSTEP.INCDIRS : $(TOP)/Extras/quickstep ;
LibDepends quickstep : BulletDynamics ; LibDepends quickstep : BulletDynamics ;
InstallHeader [ Wildcard *.h ] : quickstep ; #InstallHeader [ Wildcard *.h ] : quickstep ;

View File

@@ -10,4 +10,3 @@ Library bulletcollision :
; ;
LibDepends bulletcollision : bulletmath ; LibDepends bulletcollision : bulletmath ;
Recurse InstallHeader : .h ;

View File

@@ -9,4 +9,3 @@ Library bulletdynamics :
LibDepends bulletdynamics : bulletcollision ; LibDepends bulletdynamics : bulletcollision ;
Recurse InstallHeader : .h ;

View File

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

View File

@@ -6,4 +6,4 @@ Library bulletmath :
[ Wildcard *.h *.cpp ] [ Wildcard *.h *.cpp ]
; ;
InstallHeader [ Wildcard *.h ] ; #InstallHeader [ Wildcard *.h ] ;