fixed some compile issue for Mac Dynamica plugin, see

http://code.google.com/p/bullet/issues/detail?id=221

added some missing file for autotools/Makefile.am

fix: btBulletWorldImporter::loadFileFromMemory always returned false, if it was succesful
This commit is contained in:
erwin.coumans
2010-01-31 16:46:06 +00:00
parent c71b968110
commit 4140a20552
8 changed files with 217 additions and 208 deletions

View File

@@ -93,6 +93,7 @@ libbulletmath_la_SOURCES = \
LinearMath/btQuickprof.cpp \
LinearMath/btGeometryUtil.cpp \
LinearMath/btAlignedAllocator.cpp \
LinearMath/btSerializer.cpp \
LinearMath/btConvexHull.cpp \
LinearMath/btHashMap.h \
LinearMath/btConvexHull.h \
@@ -111,6 +112,7 @@ libbulletmath_la_SOURCES = \
LinearMath/btQuaternion.h \
LinearMath/btAlignedObjectArray.h \
LinearMath/btQuickprof.h \
LinearMath/btSerializer.h \
LinearMath/btTransformUtil.h \
LinearMath/btTransform.h \
LinearMath/btDefaultMotionState.h \
@@ -545,4 +547,5 @@ nobase_bullet_include_HEADERS += \
LinearMath/btStackAlloc.h \
LinearMath/btAlignedObjectArray.h \
LinearMath/btHashMap.h \
LinearMath/btQuickprof.h
LinearMath/btQuickprof.h\
LinearMath/btSerializer.h