add BulletQuickstart.pdf and a reference to it from the old Bullet_User_Manual.pdf

add HelloWorld demo to premake
This commit is contained in:
erwin.coumans
2012-10-08 19:01:47 +00:00
parent 30b88f2f8e
commit a32efa48c1
7 changed files with 49 additions and 20 deletions

View File

@@ -82,6 +82,8 @@ end
-- the following demos require custom include or link settings
createDemos({"HelloWorld"},{"../src"},{"BulletDynamics","BulletCollision","LinearMath"})
createDemos(localdemos,{"../src","OpenGL"},{"OpenGLSupport","BulletDynamics", "BulletCollision", "LinearMath"})
createDemos({"ConvexDecompositionDemo"},{"../Extras/HACD","../Extras/ConvexDecomposition","../src","OpenGL"},{"OpenGLSupport","BulletDynamics", "BulletCollision", "LinearMath","HACD","ConvexDecomposition"})