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