diff --git a/msvc/6/libbulletdynamics.dsp b/msvc/6/libbulletdynamics.dsp index e84d1f73a..02586da9f 100644 --- a/msvc/6/libbulletdynamics.dsp +++ b/msvc/6/libbulletdynamics.dsp @@ -132,10 +132,18 @@ SOURCE=..\..\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp # End Source File # Begin Source File +SOURCE=..\..\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp +# End Source File +# Begin Source File + SOURCE=..\..\src\BulletDynamics\Dynamics\btRigidBody.cpp # End Source File # Begin Source File +SOURCE=..\..\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp +# End Source File +# Begin Source File + SOURCE=..\..\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp # End Source File # Begin Source File @@ -188,6 +196,14 @@ SOURCE=..\..\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h # End Source File # Begin Source File +SOURCE=..\..\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\BulletDynamics\Dynamics\btDynamicsWorld.h +# End Source File +# Begin Source File + SOURCE=..\..\src\BulletDynamics\Dynamics\btMassProps.h # End Source File # Begin Source File @@ -196,6 +212,10 @@ SOURCE=..\..\src\BulletDynamics\Dynamics\btRigidBody.h # End Source File # Begin Source File +SOURCE=..\..\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h +# End Source File +# Begin Source File + SOURCE=..\..\src\BulletDynamics\Vehicle\btRaycastVehicle.h # End Source File # Begin Source File diff --git a/msvc/6/libbulletmath.dsp b/msvc/6/libbulletmath.dsp index 34e244ea0..a7f10a4be 100644 --- a/msvc/6/libbulletmath.dsp +++ b/msvc/6/libbulletmath.dsp @@ -104,7 +104,7 @@ SOURCE="$(InputPath)" # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\src\LinearMath\GenQuickprof.cpp +SOURCE=..\..\src\LinearMath\btQuickprof.cpp # End Source File # End Group # Begin Group "Header Files" @@ -112,63 +112,63 @@ SOURCE=..\..\src\LinearMath\GenQuickprof.cpp # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\src\LinearMath\GenAabbUtil2.h +SOURCE=..\..\src\LinearMath\btAabbUtil2.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\GenIDebugDraw.h +SOURCE=..\..\src\LinearMath\btIDebugDraw.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\GenList.h +SOURCE=..\..\src\LinearMath\btList.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\GenMinMax.h +SOURCE=..\..\src\LinearMath\btMatrix3x3.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\GenQuickprof.h +SOURCE=..\..\src\LinearMath\btMinMax.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\GenRandom.h +SOURCE=..\..\src\LinearMath\btPoint3.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdMatrix3x3.h +SOURCE=..\..\src\LinearMath\btQuadWord.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdMinMax.h +SOURCE=..\..\src\LinearMath\btQuaternion.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdPoint3.h +SOURCE=..\..\src\LinearMath\btQuickprof.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdQuadWord.h +SOURCE=..\..\src\LinearMath\btRandom.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdQuaternion.h +SOURCE=..\..\src\LinearMath\btScalar.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdScalar.h +SOURCE=..\..\src\LinearMath\btSimdMinMax.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdTransform.h +SOURCE=..\..\src\LinearMath\btTransform.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdTransformUtil.h +SOURCE=..\..\src\LinearMath\btTransformUtil.h # End Source File # Begin Source File -SOURCE=..\..\src\LinearMath\SimdVector3.h +SOURCE=..\..\src\LinearMath\btVector3.h # End Source File # End Group # End Target diff --git a/msvc/7/libbulletdynamics.vcproj b/msvc/7/libbulletdynamics.vcproj index cbefad948..345f8ed62 100644 --- a/msvc/7/libbulletdynamics.vcproj +++ b/msvc/7/libbulletdynamics.vcproj @@ -182,9 +182,15 @@ + + + + @@ -225,12 +231,21 @@ + + + + + + diff --git a/msvc/7/libbulletmath.vcproj b/msvc/7/libbulletmath.vcproj index a50e14838..1ecbaca80 100644 --- a/msvc/7/libbulletmath.vcproj +++ b/msvc/7/libbulletmath.vcproj @@ -162,56 +162,56 @@ Name="Source Files" Filter=""> + RelativePath="..\..\src\LinearMath\btQuickprof.cpp"> + RelativePath="..\..\src\LinearMath\btAabbUtil2.h"> + RelativePath="..\..\src\LinearMath\btIDebugDraw.h"> + RelativePath="..\..\src\LinearMath\btList.h"> + RelativePath="..\..\src\LinearMath\btMatrix3x3.h"> + RelativePath="..\..\src\LinearMath\btMinMax.h"> + RelativePath="..\..\src\LinearMath\btPoint3.h"> + RelativePath="..\..\src\LinearMath\btQuadWord.h"> + RelativePath="..\..\src\LinearMath\btQuaternion.h"> + RelativePath="..\..\src\LinearMath\btQuickprof.h"> + RelativePath="..\..\src\LinearMath\btRandom.h"> + RelativePath="..\..\src\LinearMath\btScalar.h"> + RelativePath="..\..\src\LinearMath\btSimdMinMax.h"> + RelativePath="..\..\src\LinearMath\btTransform.h"> + RelativePath="..\..\src\LinearMath\btTransformUtil.h"> + RelativePath="..\..\src\LinearMath\btVector3.h"> diff --git a/msvc/71/libbulletdynamics.vcproj b/msvc/71/libbulletdynamics.vcproj index e959d2f3c..df9061690 100644 --- a/msvc/71/libbulletdynamics.vcproj +++ b/msvc/71/libbulletdynamics.vcproj @@ -182,9 +182,15 @@ + + + + @@ -225,12 +231,21 @@ + + + + + + diff --git a/msvc/71/libbulletmath.vcproj b/msvc/71/libbulletmath.vcproj index f27dfb0f8..5e8b2f227 100644 --- a/msvc/71/libbulletmath.vcproj +++ b/msvc/71/libbulletmath.vcproj @@ -162,56 +162,56 @@ Name="Source Files" Filter=""> + RelativePath="..\..\src\LinearMath\btQuickprof.cpp"> + RelativePath="..\..\src\LinearMath\btAabbUtil2.h"> + RelativePath="..\..\src\LinearMath\btIDebugDraw.h"> + RelativePath="..\..\src\LinearMath\btList.h"> + RelativePath="..\..\src\LinearMath\btMatrix3x3.h"> + RelativePath="..\..\src\LinearMath\btMinMax.h"> + RelativePath="..\..\src\LinearMath\btPoint3.h"> + RelativePath="..\..\src\LinearMath\btQuadWord.h"> + RelativePath="..\..\src\LinearMath\btQuaternion.h"> + RelativePath="..\..\src\LinearMath\btQuickprof.h"> + RelativePath="..\..\src\LinearMath\btRandom.h"> + RelativePath="..\..\src\LinearMath\btScalar.h"> + RelativePath="..\..\src\LinearMath\btSimdMinMax.h"> + RelativePath="..\..\src\LinearMath\btTransform.h"> + RelativePath="..\..\src\LinearMath\btTransformUtil.h"> + RelativePath="..\..\src\LinearMath\btVector3.h"> diff --git a/msvc/8/libbulletdynamics.vcproj b/msvc/8/libbulletdynamics.vcproj index f5c0f31c8..7f7d3fe6e 100644 --- a/msvc/8/libbulletdynamics.vcproj +++ b/msvc/8/libbulletdynamics.vcproj @@ -182,9 +182,15 @@ + + + + @@ -225,12 +231,21 @@ + + + + + + diff --git a/msvc/8/libbulletmath.vcproj b/msvc/8/libbulletmath.vcproj index 90b862b73..5ab57e27b 100644 --- a/msvc/8/libbulletmath.vcproj +++ b/msvc/8/libbulletmath.vcproj @@ -162,56 +162,56 @@ Name="Source Files" Filter=""> + RelativePath="..\..\src\LinearMath\btQuickprof.cpp"> + RelativePath="..\..\src\LinearMath\btAabbUtil2.h"> + RelativePath="..\..\src\LinearMath\btIDebugDraw.h"> + RelativePath="..\..\src\LinearMath\btList.h"> + RelativePath="..\..\src\LinearMath\btMatrix3x3.h"> + RelativePath="..\..\src\LinearMath\btMinMax.h"> + RelativePath="..\..\src\LinearMath\btPoint3.h"> + RelativePath="..\..\src\LinearMath\btQuadWord.h"> + RelativePath="..\..\src\LinearMath\btQuaternion.h"> + RelativePath="..\..\src\LinearMath\btQuickprof.h"> + RelativePath="..\..\src\LinearMath\btRandom.h"> + RelativePath="..\..\src\LinearMath\btScalar.h"> + RelativePath="..\..\src\LinearMath\btSimdMinMax.h"> + RelativePath="..\..\src\LinearMath\btTransform.h"> + RelativePath="..\..\src\LinearMath\btTransformUtil.h"> + RelativePath="..\..\src\LinearMath\btVector3.h">