updated Jamfile build system for reorganized files/folders
This commit is contained in:
@@ -1,5 +1 @@
|
||||
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
SUBDIRS( glui ConvexDecomposition BulletColladaConverter LibXML COLLADA_DOM GIMPACTUtils GIMPACT )
|
||||
else (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
SUBDIRS( glui ConvexDecomposition BulletMultiThreaded BulletColladaConverter LibXML COLLADA_DOM GIMPACTUtils GIMPACT )
|
||||
endif (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
SUBDIRS( glui ConvexDecomposition BulletColladaConverter LibXML COLLADA_DOM GIMPACTUtils )
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,8 @@ SubInclude TOP Extras COLLADA_DOM ;
|
||||
SubInclude TOP Extras glui ;
|
||||
SubInclude TOP Extras LibXML ;
|
||||
SubInclude TOP Extras BulletColladaConverter ;
|
||||
SubInclude TOP Extras BulletMultiThreaded ;
|
||||
#SubInclude TOP Extras EPA ;
|
||||
#SubInclude TOP Extras ExtraSolid35 ;
|
||||
SubInclude TOP Extras GIMPACT ;
|
||||
SubInclude TOP Extras GIMPACTUtils ;
|
||||
#GPUphysics needs 'make', not jam compatible build yet:
|
||||
#SubInclude TOP Extras GPUphysics ;
|
||||
|
||||
Reference in New Issue
Block a user