updated Jamfile build system for reorganized files/folders
This commit is contained in:
@@ -27,16 +27,16 @@ class btDefaultCollisionConfiguration;
|
||||
|
||||
#ifdef BULLET_GIMPACT
|
||||
|
||||
#include "GIMPACT/Bullet/btGImpactCollisionAlgorithm.h"
|
||||
#include "BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h"
|
||||
#ifdef BULLET_GIMPACT_CONVEX_DECOMPOSITION
|
||||
#include "btGImpactConvexDecompositionShape.h"
|
||||
#include "../Extras/GIMPACTUtils/btGImpactConvexDecompositionShape.h"
|
||||
#endif
|
||||
|
||||
|
||||
#else
|
||||
|
||||
#include "btConcaveConcaveCollisionAlgorithm.h"
|
||||
#include "btGIMPACTMeshShape.h"
|
||||
#include "BulletCollision/Gimpact/btConcaveConcaveCollisionAlgorithm.h"
|
||||
#include "BulletCollision/Gimpact/btGIMPACTMeshShape.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -6,16 +6,14 @@ SubDir TOP Demos GimpactTestDemo ;
|
||||
|
||||
{
|
||||
Application $(<) : $(>) : noinstall console nomanifest ;
|
||||
LinkWith $(<) : GIMPACTUtils GIMPACT bulletopenglsupport bulletdynamics bulletcollision bulletmath ;
|
||||
LinkWith $(<) : GIMPACTUtils bulletopenglsupport bulletdynamics bulletcollision bulletmath ;
|
||||
CFlags $(<) :
|
||||
[ FIncludes $(TOP)/Demos/OpenGL ]
|
||||
[ FIncludes $(TOP)/Extras/GIMPACT/include ]
|
||||
[ FIncludes $(TOP)/Extras/GIMPACTUtils ]
|
||||
;
|
||||
|
||||
MsvcIncDirs $(<) :
|
||||
"../../Demos/OpenGL"
|
||||
"../../Extras/GIMPACT/include"
|
||||
"../../Extras/GIMPACTUtils"
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user