updated Jamfile build system for reorganized files/folders
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
SubDir TOP Extras GIMPACTUtils ;
|
||||
|
||||
#IncludeDir Extras/GIMPACT/include ;
|
||||
|
||||
Library GIMPACTUtils : [ Wildcard . : */.h *.cpp ] : noinstall ;
|
||||
CFlags GIMPACTUtils : [ FIncludes $(TOP)/Extras/GIMPACT/include ] [ FIncludes $(TOP)/Extras/GIMPACTUtils ] [ FIncludes $(TOP)/Extras/ConvexDecomposition ] ;
|
||||
LibDepends GIMPACTUtils : GIMPACT ;
|
||||
CFlags GIMPACTUtils : [ FIncludes $(TOP)/Extras/GIMPACTUtils ] [ FIncludes $(TOP)/Extras/ConvexDecomposition ] ;
|
||||
LibDepends GIMPACTUtils : convexdecomposition ;
|
||||
|
||||
MsvcIncDirs GIMPACTUtils :
|
||||
|
||||
@@ -25,7 +25,7 @@ subject to the following restrictions:
|
||||
#define GIMPACT_CONVEX_DECOMPOSITION_SHAPE_H
|
||||
|
||||
|
||||
#include "GIMPACT/Bullet/btGImpactShape.h" // box tree class
|
||||
#include "BulletCollision/Gimpact/btGImpactShape.h" // box tree class
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user