some fixes in build systems
This commit is contained in:
@@ -196,7 +196,7 @@ void BasicDemo3D::initPhysics()
|
||||
|
||||
///use the default collision dispatcher. For parallel processing you can use a diffent dispatcher (see Extras/BulletMultiThreaded)
|
||||
//m_dispatcher = new btCollisionDispatcher(m_collisionConfiguration);
|
||||
#ifdef SINGLE_THREADED_NARROWPHASE
|
||||
#ifndef WIN32
|
||||
m_dispatcher = new btCollisionDispatcher(m_collisionConfiguration);
|
||||
#else
|
||||
unsigned int maxNumOutstandingTasks =4;
|
||||
|
||||
3
Demos/Gpu3dDemo/Jamfile
Normal file
3
Demos/Gpu3dDemo/Jamfile
Normal file
@@ -0,0 +1,3 @@
|
||||
SubDir TOP Demos Gpu3dDemo ;
|
||||
|
||||
BulletDemo Gpu3dDemo : [ Wildcard *.h *.cpp ] ;
|
||||
Reference in New Issue
Block a user