Removed btOdeQuickstepConstraintSolver.cpp from the files to compile,

since it fails with newer compilers (e.g. gcc 4.3, where new.h is not
supplied anymore) - and the file is not actually used in STK.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1915 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-05-15 08:22:17 +00:00
parent dc7384d034
commit f20c5471b3

@ -186,8 +186,6 @@ libbulletdynamics_a_SOURCES = \
BulletDynamics/ConstraintSolver/btSliderConstraint.h \
BulletDynamics/ConstraintSolver/btSorLcp.cpp \
BulletDynamics/ConstraintSolver/btSorLcp.h \
BulletDynamics/ConstraintSolver/btOdeQuickstepConstraintSolver.h \
BulletDynamics/ConstraintSolver/btOdeQuickstepConstraintSolver.cpp \
BulletDynamics/ConstraintSolver/btOdeJoint.h \
BulletDynamics/ConstraintSolver/btOdeTypedJoint.h \
BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp \