Fix btGpu2dDemo build -> remove btGpuUtils.cpp and re-enable 3 include files for CPU implementation

(btGpuUtils.cpp requires several build system fixes first)
This commit is contained in:
erwin.coumans
2009-05-16 14:44:28 +00:00
parent a95b2a33bd
commit 8d9c445b73
2 changed files with 4 additions and 31 deletions

View File

@@ -13,9 +13,10 @@ subject to the following restrictions:
3. This notice may not be removed or altered from any source distribution.
*/
//#include "BulletMultiThreaded/btGpuDefines.h"
//#include "BulletMultiThreaded/btGpuUtilsSharedDefs.h"
//#include "BulletMultiThreaded/btGpuUtilsSharedCode.h"
///The 3 following lines include the CPU implementation of the kernels, keep them in this order.
#include "BulletMultiThreaded/btGpuDefines.h"
#include "BulletMultiThreaded/btGpuUtilsSharedDefs.h"
#include "BulletMultiThreaded/btGpuUtilsSharedCode.h"
//----------------------------------------------------------------------------------------