updated cmake for ForkLiftDemo, removed DinoDemo (it breaks cmake due to c/c++ mixing)

This commit is contained in:
erwin.coumans
2008-09-06 15:43:20 +00:00
parent 02112b0687
commit 5e92e6b661
7 changed files with 25 additions and 19 deletions

View File

@@ -9,11 +9,11 @@ AC_PREREQ([2.54])
#----------------------------------------------------------------------------
AC_INIT(
[bullet],
[2.70],
[2.71],
[bullet@erwincoumans.com])
CS_PACKAGEINFO(
[Bullet Continuous Collision Detection and Physics Library],
[Copyright (c) 2005-2007 Erwin Coumans],
[Copyright (c) 2005-2008 Erwin Coumans],
[http://www.bulletphysics.com])
AC_CONFIG_SRCDIR([mk/jam/build.jam])
AC_CONFIG_AUX_DIR([mk/autoconf])