Added shared library support to autoconf build.
Cleanups to autoconf makefile hierarchy Fixes to bullet package config
This commit is contained in:
5
Demos/Makefile.am
Normal file
5
Demos/Makefile.am
Normal file
@@ -0,0 +1,5 @@
|
||||
if CONDITIONAL_BUILD_MULTITHREADED
|
||||
SUBDIRS=OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo ColladaDemo MultiThreadedDemo SoftDemo AllBulletDemos
|
||||
else
|
||||
SUBDIRS=OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo ColladaDemo SoftDemo AllBulletDemos
|
||||
endif
|
||||
Reference in New Issue
Block a user