fixed jam 'install' to properly copy right headerfiles in the destination directory
This commit is contained in:
@@ -10,4 +10,3 @@ Library bulletcollision :
|
||||
;
|
||||
LibDepends bulletcollision : bulletmath ;
|
||||
|
||||
Recurse InstallHeader : .h ;
|
||||
|
||||
@@ -9,4 +9,3 @@ Library bulletdynamics :
|
||||
|
||||
LibDepends bulletdynamics : bulletcollision ;
|
||||
|
||||
Recurse InstallHeader : .h ;
|
||||
|
||||
@@ -4,3 +4,4 @@ SubInclude TOP src BulletCollision ;
|
||||
SubInclude TOP src BulletDynamics ;
|
||||
SubInclude TOP src LinearMath ;
|
||||
|
||||
Recurse InstallHeader : .h ;
|
||||
|
||||
@@ -6,4 +6,4 @@ Library bulletmath :
|
||||
[ Wildcard *.h *.cpp ]
|
||||
;
|
||||
|
||||
InstallHeader [ Wildcard *.h ] ;
|
||||
#InstallHeader [ Wildcard *.h ] ;
|
||||
|
||||
Reference in New Issue
Block a user