added src folder, due to btAlignedObjectArray dependency (removed STL)
Thanks to slackydeb for the report here: http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2787
This commit is contained in:
@@ -2,11 +2,14 @@ SubDir TOP Extras ConvexDecomposition ;
|
||||
|
||||
Library convexdecomposition : [ Wildcard *.h *.cpp ] : noinstall ;
|
||||
|
||||
CFlags convexdecomposition : [ FIncludes $(TOP)/Extras/Decomposition ] ;
|
||||
CFlags convexdecomposition :
|
||||
[ FIncludes $(TOP)/Extras/Decomposition ]
|
||||
[ FIncludes $(TOP)/src ]
|
||||
;
|
||||
|
||||
LibDepends convexdecomposition : ;
|
||||
|
||||
MsvcGenConfig ConvexDecomposition.INCDIRS : $(TOP)/Extras/ConvexDecomposition ;
|
||||
MsvcGenConfig ConvexDecomposition.INCDIRS : $(TOP)/Extras/ConvexDecomposition $(TOP)/src ;
|
||||
|
||||
|
||||
#InstallHeader [ Wildcard *.h ] : ConvexDecomposition ;
|
||||
|
||||
Reference in New Issue
Block a user