Applied official patch to fix the missing new.h problem.

(while the btOdeQuickstepConstraintSolver is still not used, this
allows our bullet tree to be kept in close synch with their official
versions).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1923 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-05-16 01:38:10 +00:00
parent c09ecc43e4
commit c698262623
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ subject to the following restrictions:
#include "btOdeContactJoint.h"
#include "btOdeTypedJoint.h"
#include "btOdeSolverBody.h"
#include <new.h>
#include <new>
#include "LinearMath/btQuickprof.h"
#include "LinearMath/btIDebugDraw.h"

View File

@@ -186,6 +186,8 @@ 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 \