Files
bullet3/Extras/MayaPlugin/BulletMayaPlugin.xcodeproj/project.pbxproj
erwin.coumans 6850b72ef6 added Mac OSX XCode projectfile for BulletMayaPlugin, tested with Maya 2010
unfortunately, cmake took too much time to get working on OSX (bundle and dylib doesn't combine)
2010-02-02 06:24:00 +00:00

2356 lines
229 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXBuildFile section */
BC43404D1117F3C600C9C8D7 /* btBulletCollisionCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB01117F3C600C9C8D7 /* btBulletCollisionCommon.h */; };
BC43404E1117F3C600C9C8D7 /* btBulletDynamicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB11117F3C600C9C8D7 /* btBulletDynamicsCommon.h */; };
BC43404F1117F3C600C9C8D7 /* Bullet-C-Api.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB21117F3C600C9C8D7 /* Bullet-C-Api.h */; };
BC4340501117F3C600C9C8D7 /* btAxisSweep3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EB51117F3C600C9C8D7 /* btAxisSweep3.cpp */; };
BC4340511117F3C600C9C8D7 /* btAxisSweep3.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB61117F3C600C9C8D7 /* btAxisSweep3.h */; };
BC4340521117F3C600C9C8D7 /* btBroadphaseInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB71117F3C600C9C8D7 /* btBroadphaseInterface.h */; };
BC4340531117F3C600C9C8D7 /* btBroadphaseProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EB81117F3C600C9C8D7 /* btBroadphaseProxy.cpp */; };
BC4340541117F3C600C9C8D7 /* btBroadphaseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB91117F3C600C9C8D7 /* btBroadphaseProxy.h */; };
BC4340551117F3C600C9C8D7 /* btCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EBA1117F3C600C9C8D7 /* btCollisionAlgorithm.cpp */; };
BC4340561117F3C600C9C8D7 /* btCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EBB1117F3C600C9C8D7 /* btCollisionAlgorithm.h */; };
BC4340571117F3C600C9C8D7 /* btDbvt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EBC1117F3C600C9C8D7 /* btDbvt.cpp */; };
BC4340581117F3C600C9C8D7 /* btDbvt.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EBD1117F3C600C9C8D7 /* btDbvt.h */; };
BC4340591117F3C600C9C8D7 /* btDbvtBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EBE1117F3C600C9C8D7 /* btDbvtBroadphase.cpp */; };
BC43405A1117F3C600C9C8D7 /* btDbvtBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EBF1117F3C600C9C8D7 /* btDbvtBroadphase.h */; };
BC43405B1117F3C600C9C8D7 /* btDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC01117F3C600C9C8D7 /* btDispatcher.cpp */; };
BC43405C1117F3C600C9C8D7 /* btDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC11117F3C600C9C8D7 /* btDispatcher.h */; };
BC43405D1117F3C600C9C8D7 /* btMultiSapBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC21117F3C600C9C8D7 /* btMultiSapBroadphase.cpp */; };
BC43405E1117F3C600C9C8D7 /* btMultiSapBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC31117F3C600C9C8D7 /* btMultiSapBroadphase.h */; };
BC43405F1117F3C600C9C8D7 /* btOverlappingPairCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC41117F3C600C9C8D7 /* btOverlappingPairCache.cpp */; };
BC4340601117F3C600C9C8D7 /* btOverlappingPairCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC51117F3C600C9C8D7 /* btOverlappingPairCache.h */; };
BC4340611117F3C600C9C8D7 /* btOverlappingPairCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC61117F3C600C9C8D7 /* btOverlappingPairCallback.h */; };
BC4340621117F3C600C9C8D7 /* btQuantizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC71117F3C600C9C8D7 /* btQuantizedBvh.cpp */; };
BC4340631117F3C600C9C8D7 /* btQuantizedBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC81117F3C600C9C8D7 /* btQuantizedBvh.h */; };
BC4340641117F3C600C9C8D7 /* btSimpleBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC91117F3C600C9C8D7 /* btSimpleBroadphase.cpp */; };
BC4340651117F3C600C9C8D7 /* btSimpleBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ECA1117F3C600C9C8D7 /* btSimpleBroadphase.h */; };
BC4340661117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ECD1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp */; };
BC4340671117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ECE1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h */; };
BC4340681117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ECF1117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp */; };
BC4340691117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED01117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h */; };
BC43406A1117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED11117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp */; };
BC43406B1117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED21117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h */; };
BC43406C1117F3C600C9C8D7 /* btBoxBoxDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED31117F3C600C9C8D7 /* btBoxBoxDetector.cpp */; };
BC43406D1117F3C600C9C8D7 /* btBoxBoxDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED41117F3C600C9C8D7 /* btBoxBoxDetector.h */; };
BC43406E1117F3C600C9C8D7 /* btCollisionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED51117F3C600C9C8D7 /* btCollisionConfiguration.h */; };
BC43406F1117F3C600C9C8D7 /* btCollisionCreateFunc.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED61117F3C600C9C8D7 /* btCollisionCreateFunc.h */; };
BC4340701117F3C600C9C8D7 /* btCollisionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED71117F3C600C9C8D7 /* btCollisionDispatcher.cpp */; };
BC4340711117F3C600C9C8D7 /* btCollisionDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED81117F3C600C9C8D7 /* btCollisionDispatcher.h */; };
BC4340721117F3C600C9C8D7 /* btCollisionObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED91117F3C600C9C8D7 /* btCollisionObject.cpp */; };
BC4340731117F3C600C9C8D7 /* btCollisionObject.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EDA1117F3C600C9C8D7 /* btCollisionObject.h */; };
BC4340741117F3C600C9C8D7 /* btCollisionWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EDB1117F3C600C9C8D7 /* btCollisionWorld.cpp */; };
BC4340751117F3C600C9C8D7 /* btCollisionWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EDC1117F3C600C9C8D7 /* btCollisionWorld.h */; };
BC4340761117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EDD1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp */; };
BC4340771117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EDE1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h */; };
BC4340781117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EDF1117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp */; };
BC4340791117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE01117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h */; };
BC43407A1117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE11117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp */; };
BC43407B1117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE21117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h */; };
BC43407C1117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE31117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp */; };
BC43407D1117F3C600C9C8D7 /* btConvexConvexAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE41117F3C600C9C8D7 /* btConvexConvexAlgorithm.h */; };
BC43407E1117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE51117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp */; };
BC43407F1117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE61117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h */; };
BC4340801117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE71117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp */; };
BC4340811117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE81117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h */; };
BC4340821117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE91117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp */; };
BC4340831117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EEA1117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h */; };
BC4340841117F3C600C9C8D7 /* btGhostObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EEB1117F3C600C9C8D7 /* btGhostObject.cpp */; };
BC4340851117F3C600C9C8D7 /* btGhostObject.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EEC1117F3C600C9C8D7 /* btGhostObject.h */; };
BC4340861117F3C600C9C8D7 /* btInternalEdgeUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EED1117F3C600C9C8D7 /* btInternalEdgeUtility.cpp */; };
BC4340871117F3C600C9C8D7 /* btInternalEdgeUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EEE1117F3C600C9C8D7 /* btInternalEdgeUtility.h */; };
BC4340881117F3C600C9C8D7 /* btManifoldResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EEF1117F3C600C9C8D7 /* btManifoldResult.cpp */; };
BC4340891117F3C600C9C8D7 /* btManifoldResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF01117F3C600C9C8D7 /* btManifoldResult.h */; };
BC43408A1117F3C600C9C8D7 /* btSimulationIslandManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF11117F3C600C9C8D7 /* btSimulationIslandManager.cpp */; };
BC43408B1117F3C600C9C8D7 /* btSimulationIslandManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF21117F3C600C9C8D7 /* btSimulationIslandManager.h */; };
BC43408C1117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF31117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp */; };
BC43408D1117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF41117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h */; };
BC43408E1117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF51117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp */; };
BC43408F1117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF61117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h */; };
BC4340901117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF71117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp */; };
BC4340911117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF81117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h */; };
BC4340921117F3C600C9C8D7 /* btUnionFind.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF91117F3C600C9C8D7 /* btUnionFind.cpp */; };
BC4340931117F3C600C9C8D7 /* btUnionFind.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EFA1117F3C600C9C8D7 /* btUnionFind.h */; };
BC4340941117F3C600C9C8D7 /* SphereTriangleDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EFB1117F3C600C9C8D7 /* SphereTriangleDetector.cpp */; };
BC4340951117F3C600C9C8D7 /* SphereTriangleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EFC1117F3C600C9C8D7 /* SphereTriangleDetector.h */; };
BC4340961117F3C600C9C8D7 /* btBox2dShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EFE1117F3C600C9C8D7 /* btBox2dShape.cpp */; };
BC4340971117F3C600C9C8D7 /* btBox2dShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EFF1117F3C600C9C8D7 /* btBox2dShape.h */; };
BC4340981117F3C600C9C8D7 /* btBoxShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F001117F3C600C9C8D7 /* btBoxShape.cpp */; };
BC4340991117F3C600C9C8D7 /* btBoxShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F011117F3C600C9C8D7 /* btBoxShape.h */; };
BC43409A1117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F021117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp */; };
BC43409B1117F3C600C9C8D7 /* btBvhTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F031117F3C600C9C8D7 /* btBvhTriangleMeshShape.h */; };
BC43409C1117F3C600C9C8D7 /* btCapsuleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F041117F3C600C9C8D7 /* btCapsuleShape.cpp */; };
BC43409D1117F3C600C9C8D7 /* btCapsuleShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F051117F3C600C9C8D7 /* btCapsuleShape.h */; };
BC43409E1117F3C600C9C8D7 /* btCollisionMargin.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F061117F3C600C9C8D7 /* btCollisionMargin.h */; };
BC43409F1117F3C600C9C8D7 /* btCollisionShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F071117F3C600C9C8D7 /* btCollisionShape.cpp */; };
BC4340A01117F3C600C9C8D7 /* btCollisionShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F081117F3C600C9C8D7 /* btCollisionShape.h */; };
BC4340A11117F3C600C9C8D7 /* btCompoundShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F091117F3C600C9C8D7 /* btCompoundShape.cpp */; };
BC4340A21117F3C600C9C8D7 /* btCompoundShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F0A1117F3C600C9C8D7 /* btCompoundShape.h */; };
BC4340A31117F3C600C9C8D7 /* btConcaveShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F0B1117F3C600C9C8D7 /* btConcaveShape.cpp */; };
BC4340A41117F3C600C9C8D7 /* btConcaveShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F0C1117F3C600C9C8D7 /* btConcaveShape.h */; };
BC4340A51117F3C600C9C8D7 /* btConeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F0D1117F3C600C9C8D7 /* btConeShape.cpp */; };
BC4340A61117F3C600C9C8D7 /* btConeShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F0E1117F3C600C9C8D7 /* btConeShape.h */; };
BC4340A71117F3C600C9C8D7 /* btConvex2dShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F0F1117F3C600C9C8D7 /* btConvex2dShape.cpp */; };
BC4340A81117F3C600C9C8D7 /* btConvex2dShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F101117F3C600C9C8D7 /* btConvex2dShape.h */; };
BC4340A91117F3C600C9C8D7 /* btConvexHullShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F111117F3C600C9C8D7 /* btConvexHullShape.cpp */; };
BC4340AA1117F3C600C9C8D7 /* btConvexHullShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F121117F3C600C9C8D7 /* btConvexHullShape.h */; };
BC4340AB1117F3C600C9C8D7 /* btConvexInternalShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F131117F3C600C9C8D7 /* btConvexInternalShape.cpp */; };
BC4340AC1117F3C600C9C8D7 /* btConvexInternalShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F141117F3C600C9C8D7 /* btConvexInternalShape.h */; };
BC4340AD1117F3C600C9C8D7 /* btConvexPointCloudShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F151117F3C600C9C8D7 /* btConvexPointCloudShape.cpp */; };
BC4340AE1117F3C600C9C8D7 /* btConvexPointCloudShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F161117F3C600C9C8D7 /* btConvexPointCloudShape.h */; };
BC4340AF1117F3C600C9C8D7 /* btConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F171117F3C600C9C8D7 /* btConvexShape.cpp */; };
BC4340B01117F3C600C9C8D7 /* btConvexShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F181117F3C600C9C8D7 /* btConvexShape.h */; };
BC4340B11117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F191117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp */; };
BC4340B21117F3C600C9C8D7 /* btConvexTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F1A1117F3C600C9C8D7 /* btConvexTriangleMeshShape.h */; };
BC4340B31117F3C600C9C8D7 /* btCylinderShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F1B1117F3C600C9C8D7 /* btCylinderShape.cpp */; };
BC4340B41117F3C600C9C8D7 /* btCylinderShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F1C1117F3C600C9C8D7 /* btCylinderShape.h */; };
BC4340B51117F3C600C9C8D7 /* btEmptyShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F1D1117F3C600C9C8D7 /* btEmptyShape.cpp */; };
BC4340B61117F3C600C9C8D7 /* btEmptyShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F1E1117F3C600C9C8D7 /* btEmptyShape.h */; };
BC4340B71117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F1F1117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp */; };
BC4340B81117F3C600C9C8D7 /* btHeightfieldTerrainShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F201117F3C600C9C8D7 /* btHeightfieldTerrainShape.h */; };
BC4340B91117F3C600C9C8D7 /* btMaterial.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F211117F3C600C9C8D7 /* btMaterial.h */; };
BC4340BA1117F3C600C9C8D7 /* btMinkowskiSumShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F221117F3C600C9C8D7 /* btMinkowskiSumShape.cpp */; };
BC4340BB1117F3C600C9C8D7 /* btMinkowskiSumShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F231117F3C600C9C8D7 /* btMinkowskiSumShape.h */; };
BC4340BC1117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F241117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp */; };
BC4340BD1117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F251117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h */; };
BC4340BE1117F3C600C9C8D7 /* btMultiSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F261117F3C600C9C8D7 /* btMultiSphereShape.cpp */; };
BC4340BF1117F3C600C9C8D7 /* btMultiSphereShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F271117F3C600C9C8D7 /* btMultiSphereShape.h */; };
BC4340C01117F3C600C9C8D7 /* btOptimizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F281117F3C600C9C8D7 /* btOptimizedBvh.cpp */; };
BC4340C11117F3C600C9C8D7 /* btOptimizedBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F291117F3C600C9C8D7 /* btOptimizedBvh.h */; };
BC4340C21117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F2A1117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp */; };
BC4340C31117F3C600C9C8D7 /* btPolyhedralConvexShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F2B1117F3C600C9C8D7 /* btPolyhedralConvexShape.h */; };
BC4340C41117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F2C1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp */; };
BC4340C51117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F2D1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h */; };
BC4340C61117F3C600C9C8D7 /* btShapeHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F2E1117F3C600C9C8D7 /* btShapeHull.cpp */; };
BC4340C71117F3C600C9C8D7 /* btShapeHull.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F2F1117F3C600C9C8D7 /* btShapeHull.h */; };
BC4340C81117F3C600C9C8D7 /* btSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F301117F3C600C9C8D7 /* btSphereShape.cpp */; };
BC4340C91117F3C600C9C8D7 /* btSphereShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F311117F3C600C9C8D7 /* btSphereShape.h */; };
BC4340CA1117F3C600C9C8D7 /* btStaticPlaneShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F321117F3C600C9C8D7 /* btStaticPlaneShape.cpp */; };
BC4340CB1117F3C600C9C8D7 /* btStaticPlaneShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F331117F3C600C9C8D7 /* btStaticPlaneShape.h */; };
BC4340CC1117F3C600C9C8D7 /* btStridingMeshInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F341117F3C600C9C8D7 /* btStridingMeshInterface.cpp */; };
BC4340CD1117F3C600C9C8D7 /* btStridingMeshInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F351117F3C600C9C8D7 /* btStridingMeshInterface.h */; };
BC4340CE1117F3C600C9C8D7 /* btTetrahedronShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F361117F3C600C9C8D7 /* btTetrahedronShape.cpp */; };
BC4340CF1117F3C600C9C8D7 /* btTetrahedronShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F371117F3C600C9C8D7 /* btTetrahedronShape.h */; };
BC4340D01117F3C600C9C8D7 /* btTriangleBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F381117F3C600C9C8D7 /* btTriangleBuffer.cpp */; };
BC4340D11117F3C600C9C8D7 /* btTriangleBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F391117F3C600C9C8D7 /* btTriangleBuffer.h */; };
BC4340D21117F3C600C9C8D7 /* btTriangleCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F3A1117F3C600C9C8D7 /* btTriangleCallback.cpp */; };
BC4340D31117F3C600C9C8D7 /* btTriangleCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F3B1117F3C600C9C8D7 /* btTriangleCallback.h */; };
BC4340D41117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F3C1117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp */; };
BC4340D51117F3C600C9C8D7 /* btTriangleIndexVertexArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F3D1117F3C600C9C8D7 /* btTriangleIndexVertexArray.h */; };
BC4340D61117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F3E1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp */; };
BC4340D71117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F3F1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h */; };
BC4340D81117F3C600C9C8D7 /* btTriangleMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F401117F3C600C9C8D7 /* btTriangleMesh.cpp */; };
BC4340D91117F3C600C9C8D7 /* btTriangleMesh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F411117F3C600C9C8D7 /* btTriangleMesh.h */; };
BC4340DA1117F3C600C9C8D7 /* btTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F421117F3C600C9C8D7 /* btTriangleMeshShape.cpp */; };
BC4340DB1117F3C600C9C8D7 /* btTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F431117F3C600C9C8D7 /* btTriangleMeshShape.h */; };
BC4340DC1117F3C600C9C8D7 /* btTriangleShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F441117F3C600C9C8D7 /* btTriangleShape.h */; };
BC4340DD1117F3C600C9C8D7 /* btUniformScalingShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F451117F3C600C9C8D7 /* btUniformScalingShape.cpp */; };
BC4340DE1117F3C600C9C8D7 /* btUniformScalingShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F461117F3C600C9C8D7 /* btUniformScalingShape.h */; };
BC4340DF1117F3C600C9C8D7 /* btBoxCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F491117F3C600C9C8D7 /* btBoxCollision.h */; };
BC4340E01117F3C600C9C8D7 /* btClipPolygon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4A1117F3C600C9C8D7 /* btClipPolygon.h */; };
BC4340E11117F3C600C9C8D7 /* btContactProcessing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F4B1117F3C600C9C8D7 /* btContactProcessing.cpp */; };
BC4340E21117F3C600C9C8D7 /* btContactProcessing.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4C1117F3C600C9C8D7 /* btContactProcessing.h */; };
BC4340E31117F3C600C9C8D7 /* btGenericPoolAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F4D1117F3C600C9C8D7 /* btGenericPoolAllocator.cpp */; };
BC4340E41117F3C600C9C8D7 /* btGenericPoolAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4E1117F3C600C9C8D7 /* btGenericPoolAllocator.h */; };
BC4340E51117F3C600C9C8D7 /* btGeometryOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4F1117F3C600C9C8D7 /* btGeometryOperations.h */; };
BC4340E61117F3C600C9C8D7 /* btGImpactBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F501117F3C600C9C8D7 /* btGImpactBvh.cpp */; };
BC4340E71117F3C600C9C8D7 /* btGImpactBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F511117F3C600C9C8D7 /* btGImpactBvh.h */; };
BC4340E81117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F521117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp */; };
BC4340E91117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F531117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h */; };
BC4340EA1117F3C600C9C8D7 /* btGImpactMassUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F541117F3C600C9C8D7 /* btGImpactMassUtil.h */; };
BC4340EB1117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F551117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp */; };
BC4340EC1117F3C600C9C8D7 /* btGImpactQuantizedBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F561117F3C600C9C8D7 /* btGImpactQuantizedBvh.h */; };
BC4340ED1117F3C600C9C8D7 /* btGImpactShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F571117F3C600C9C8D7 /* btGImpactShape.cpp */; };
BC4340EE1117F3C600C9C8D7 /* btGImpactShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F581117F3C600C9C8D7 /* btGImpactShape.h */; };
BC4340EF1117F3C600C9C8D7 /* btQuantization.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F591117F3C600C9C8D7 /* btQuantization.h */; };
BC4340F01117F3C600C9C8D7 /* btTriangleShapeEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F5A1117F3C600C9C8D7 /* btTriangleShapeEx.cpp */; };
BC4340F11117F3C600C9C8D7 /* btTriangleShapeEx.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5B1117F3C600C9C8D7 /* btTriangleShapeEx.h */; };
BC4340F21117F3C600C9C8D7 /* gim_array.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5C1117F3C600C9C8D7 /* gim_array.h */; };
BC4340F31117F3C600C9C8D7 /* gim_basic_geometry_operations.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5D1117F3C600C9C8D7 /* gim_basic_geometry_operations.h */; };
BC4340F41117F3C600C9C8D7 /* gim_bitset.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5E1117F3C600C9C8D7 /* gim_bitset.h */; };
BC4340F51117F3C600C9C8D7 /* gim_box_collision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5F1117F3C600C9C8D7 /* gim_box_collision.h */; };
BC4340F61117F3C600C9C8D7 /* gim_box_set.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F601117F3C600C9C8D7 /* gim_box_set.cpp */; };
BC4340F71117F3C600C9C8D7 /* gim_box_set.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F611117F3C600C9C8D7 /* gim_box_set.h */; };
BC4340F81117F3C600C9C8D7 /* gim_clip_polygon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F621117F3C600C9C8D7 /* gim_clip_polygon.h */; };
BC4340F91117F3C600C9C8D7 /* gim_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F631117F3C600C9C8D7 /* gim_contact.cpp */; };
BC4340FA1117F3C600C9C8D7 /* gim_contact.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F641117F3C600C9C8D7 /* gim_contact.h */; };
BC4340FB1117F3C600C9C8D7 /* gim_geom_types.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F651117F3C600C9C8D7 /* gim_geom_types.h */; };
BC4340FC1117F3C600C9C8D7 /* gim_geometry.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F661117F3C600C9C8D7 /* gim_geometry.h */; };
BC4340FD1117F3C600C9C8D7 /* gim_hash_table.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F671117F3C600C9C8D7 /* gim_hash_table.h */; };
BC4340FE1117F3C600C9C8D7 /* gim_linear_math.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F681117F3C600C9C8D7 /* gim_linear_math.h */; };
BC4340FF1117F3C600C9C8D7 /* gim_math.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F691117F3C600C9C8D7 /* gim_math.h */; };
BC4341001117F3C600C9C8D7 /* gim_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F6A1117F3C600C9C8D7 /* gim_memory.cpp */; };
BC4341011117F3C600C9C8D7 /* gim_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F6B1117F3C600C9C8D7 /* gim_memory.h */; };
BC4341021117F3C600C9C8D7 /* gim_radixsort.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F6C1117F3C600C9C8D7 /* gim_radixsort.h */; };
BC4341031117F3C600C9C8D7 /* gim_tri_collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F6D1117F3C600C9C8D7 /* gim_tri_collision.cpp */; };
BC4341041117F3C600C9C8D7 /* gim_tri_collision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F6E1117F3C600C9C8D7 /* gim_tri_collision.h */; };
BC4341051117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC433F701117F3C600C9C8D7 /* Makefile */; };
BC4341061117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC433F711117F3C600C9C8D7 /* Jamfile */; };
BC4341071117F3C600C9C8D7 /* btContinuousConvexCollision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F731117F3C600C9C8D7 /* btContinuousConvexCollision.cpp */; };
BC4341081117F3C600C9C8D7 /* btContinuousConvexCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F741117F3C600C9C8D7 /* btContinuousConvexCollision.h */; };
BC4341091117F3C600C9C8D7 /* btConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F751117F3C600C9C8D7 /* btConvexCast.cpp */; };
BC43410A1117F3C600C9C8D7 /* btConvexCast.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F761117F3C600C9C8D7 /* btConvexCast.h */; };
BC43410B1117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F771117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h */; };
BC43410C1117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F781117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h */; };
BC43410D1117F3C600C9C8D7 /* btGjkConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F791117F3C600C9C8D7 /* btGjkConvexCast.cpp */; };
BC43410E1117F3C600C9C8D7 /* btGjkConvexCast.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F7A1117F3C600C9C8D7 /* btGjkConvexCast.h */; };
BC43410F1117F3C600C9C8D7 /* btGjkEpa2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F7B1117F3C600C9C8D7 /* btGjkEpa2.cpp */; };
BC4341101117F3C600C9C8D7 /* btGjkEpa2.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F7C1117F3C600C9C8D7 /* btGjkEpa2.h */; };
BC4341111117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F7D1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp */; };
BC4341121117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F7E1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h */; };
BC4341131117F3C600C9C8D7 /* btGjkPairDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F7F1117F3C600C9C8D7 /* btGjkPairDetector.cpp */; };
BC4341141117F3C600C9C8D7 /* btGjkPairDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F801117F3C600C9C8D7 /* btGjkPairDetector.h */; };
BC4341151117F3C600C9C8D7 /* btManifoldPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F811117F3C600C9C8D7 /* btManifoldPoint.h */; };
BC4341161117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F821117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp */; };
BC4341171117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F831117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h */; };
BC4341181117F3C600C9C8D7 /* btPersistentManifold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F841117F3C600C9C8D7 /* btPersistentManifold.cpp */; };
BC4341191117F3C600C9C8D7 /* btPersistentManifold.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F851117F3C600C9C8D7 /* btPersistentManifold.h */; };
BC43411A1117F3C600C9C8D7 /* btPointCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F861117F3C600C9C8D7 /* btPointCollector.h */; };
BC43411B1117F3C600C9C8D7 /* btRaycastCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F871117F3C600C9C8D7 /* btRaycastCallback.cpp */; };
BC43411C1117F3C600C9C8D7 /* btRaycastCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F881117F3C600C9C8D7 /* btRaycastCallback.h */; };
BC43411D1117F3C600C9C8D7 /* btSimplexSolverInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F891117F3C600C9C8D7 /* btSimplexSolverInterface.h */; };
BC43411E1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F8A1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp */; };
BC43411F1117F3C600C9C8D7 /* btSubSimplexConvexCast.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F8B1117F3C600C9C8D7 /* btSubSimplexConvexCast.h */; };
BC4341201117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F8C1117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp */; };
BC4341211117F3C600C9C8D7 /* btVoronoiSimplexSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F8D1117F3C600C9C8D7 /* btVoronoiSimplexSolver.h */; };
BC4341221117F3C600C9C8D7 /* btCharacterControllerInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F901117F3C600C9C8D7 /* btCharacterControllerInterface.h */; };
BC4341231117F3C600C9C8D7 /* btKinematicCharacterController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F911117F3C600C9C8D7 /* btKinematicCharacterController.cpp */; };
BC4341241117F3C600C9C8D7 /* btKinematicCharacterController.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F921117F3C600C9C8D7 /* btKinematicCharacterController.h */; };
BC4341251117F3C600C9C8D7 /* btConeTwistConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F951117F3C600C9C8D7 /* btConeTwistConstraint.cpp */; };
BC4341261117F3C600C9C8D7 /* btConeTwistConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F961117F3C600C9C8D7 /* btConeTwistConstraint.h */; };
BC4341271117F3C600C9C8D7 /* btConstraintSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F971117F3C600C9C8D7 /* btConstraintSolver.h */; };
BC4341281117F3C600C9C8D7 /* btContactConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F981117F3C600C9C8D7 /* btContactConstraint.cpp */; };
BC4341291117F3C600C9C8D7 /* btContactConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F991117F3C600C9C8D7 /* btContactConstraint.h */; };
BC43412A1117F3C600C9C8D7 /* btContactSolverInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F9A1117F3C600C9C8D7 /* btContactSolverInfo.h */; };
BC43412B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F9B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp */; };
BC43412C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F9C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h */; };
BC43412D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F9D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp */; };
BC43412E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F9E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h */; };
BC43412F1117F3C600C9C8D7 /* btHinge2Constraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F9F1117F3C600C9C8D7 /* btHinge2Constraint.cpp */; };
BC4341301117F3C600C9C8D7 /* btHinge2Constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA01117F3C600C9C8D7 /* btHinge2Constraint.h */; };
BC4341311117F3C600C9C8D7 /* btHingeConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA11117F3C600C9C8D7 /* btHingeConstraint.cpp */; };
BC4341321117F3C600C9C8D7 /* btHingeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA21117F3C600C9C8D7 /* btHingeConstraint.h */; };
BC4341331117F3C600C9C8D7 /* btJacobianEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA31117F3C600C9C8D7 /* btJacobianEntry.h */; };
BC4341341117F3C600C9C8D7 /* btPoint2PointConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA41117F3C600C9C8D7 /* btPoint2PointConstraint.cpp */; };
BC4341351117F3C600C9C8D7 /* btPoint2PointConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA51117F3C600C9C8D7 /* btPoint2PointConstraint.h */; };
BC4341361117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA61117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp */; };
BC4341371117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA71117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h */; };
BC4341381117F3C600C9C8D7 /* btSliderConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA81117F3C600C9C8D7 /* btSliderConstraint.cpp */; };
BC4341391117F3C600C9C8D7 /* btSliderConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA91117F3C600C9C8D7 /* btSliderConstraint.h */; };
BC43413A1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FAA1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp */; };
BC43413B1117F3C600C9C8D7 /* btSolve2LinearConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAB1117F3C600C9C8D7 /* btSolve2LinearConstraint.h */; };
BC43413C1117F3C600C9C8D7 /* btSolverBody.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAC1117F3C600C9C8D7 /* btSolverBody.h */; };
BC43413D1117F3C600C9C8D7 /* btSolverConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAD1117F3C600C9C8D7 /* btSolverConstraint.h */; };
BC43413E1117F3C600C9C8D7 /* btTypedConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FAE1117F3C600C9C8D7 /* btTypedConstraint.cpp */; };
BC43413F1117F3C600C9C8D7 /* btTypedConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAF1117F3C600C9C8D7 /* btTypedConstraint.h */; };
BC4341401117F3C600C9C8D7 /* btUniversalConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB01117F3C600C9C8D7 /* btUniversalConstraint.cpp */; };
BC4341411117F3C600C9C8D7 /* btUniversalConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB11117F3C600C9C8D7 /* btUniversalConstraint.h */; };
BC4341421117F3C600C9C8D7 /* btActionInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB31117F3C600C9C8D7 /* btActionInterface.h */; };
BC4341431117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB41117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp */; };
BC4341441117F3C600C9C8D7 /* btContinuousDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB51117F3C600C9C8D7 /* btContinuousDynamicsWorld.h */; };
BC4341451117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB61117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp */; };
BC4341461117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB71117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h */; };
BC4341471117F3C600C9C8D7 /* btDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB81117F3C600C9C8D7 /* btDynamicsWorld.h */; };
BC4341481117F3C600C9C8D7 /* btRigidBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB91117F3C600C9C8D7 /* btRigidBody.cpp */; };
BC4341491117F3C600C9C8D7 /* btRigidBody.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FBA1117F3C600C9C8D7 /* btRigidBody.h */; };
BC43414A1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FBB1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp */; };
BC43414B1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FBC1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h */; };
BC43414C1117F3C600C9C8D7 /* Bullet-C-API.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FBD1117F3C600C9C8D7 /* Bullet-C-API.cpp */; };
BC43414D1117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC433FBF1117F3C600C9C8D7 /* Makefile */; };
BC43414E1117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC01117F3C600C9C8D7 /* Jamfile */; };
BC43414F1117F3C600C9C8D7 /* btRaycastVehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC21117F3C600C9C8D7 /* btRaycastVehicle.cpp */; };
BC4341501117F3C600C9C8D7 /* btRaycastVehicle.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC31117F3C600C9C8D7 /* btRaycastVehicle.h */; };
BC4341511117F3C600C9C8D7 /* btVehicleRaycaster.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC41117F3C600C9C8D7 /* btVehicleRaycaster.h */; };
BC4341521117F3C600C9C8D7 /* btWheelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC51117F3C600C9C8D7 /* btWheelInfo.cpp */; };
BC4341531117F3C600C9C8D7 /* btWheelInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC61117F3C600C9C8D7 /* btWheelInfo.h */; };
BC4341541117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC81117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp */; };
BC4341551117F3C600C9C8D7 /* btGpu3DGridBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC91117F3C600C9C8D7 /* btGpu3DGridBroadphase.h */; };
BC4341561117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCA1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h */; };
BC4341571117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCB1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h */; };
BC4341581117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCC1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h */; };
BC4341591117F3C600C9C8D7 /* btGpuDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCD1117F3C600C9C8D7 /* btGpuDefines.h */; };
BC43415A1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCE1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h */; };
BC43415B1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCF1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h */; };
BC43415C1117F3C600C9C8D7 /* btThreadSupportInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD01117F3C600C9C8D7 /* btThreadSupportInterface.cpp */; };
BC43415D1117F3C600C9C8D7 /* btThreadSupportInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FD11117F3C600C9C8D7 /* btThreadSupportInterface.h */; };
BC43415E1117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD31117F3C600C9C8D7 /* Jamfile */; };
BC43415F1117F3C600C9C8D7 /* MiniCLTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD61117F3C600C9C8D7 /* MiniCLTask.cpp */; };
BC4341601117F3C600C9C8D7 /* MiniCLTask.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FD71117F3C600C9C8D7 /* MiniCLTask.h */; };
BC4341611117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD81117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp */; };
BC4341621117F3C600C9C8D7 /* MiniCLTaskScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FD91117F3C600C9C8D7 /* MiniCLTaskScheduler.h */; };
BC4341631117F3C600C9C8D7 /* PlatformDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FDB1117F3C600C9C8D7 /* PlatformDefinitions.h */; };
BC4341641117F3C600C9C8D7 /* PosixThreadSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FDC1117F3C600C9C8D7 /* PosixThreadSupport.cpp */; };
BC4341651117F3C600C9C8D7 /* PosixThreadSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FDD1117F3C600C9C8D7 /* PosixThreadSupport.h */; };
BC4341661117F3C600C9C8D7 /* PpuAddressSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FDE1117F3C600C9C8D7 /* PpuAddressSpace.h */; };
BC4341671117F3C600C9C8D7 /* SequentialThreadSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FDF1117F3C600C9C8D7 /* SequentialThreadSupport.cpp */; };
BC4341681117F3C600C9C8D7 /* SequentialThreadSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE01117F3C600C9C8D7 /* SequentialThreadSupport.h */; };
BC4341691117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE11117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp */; };
BC43416A1117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE21117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h */; };
BC43416B1117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE31117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp */; };
BC43416C1117F3C600C9C8D7 /* SpuCollisionTaskProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE41117F3C600C9C8D7 /* SpuCollisionTaskProcess.h */; };
BC43416D1117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE51117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp */; };
BC43416E1117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE61117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h */; };
BC43416F1117F3C600C9C8D7 /* SpuDoubleBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE71117F3C600C9C8D7 /* SpuDoubleBuffer.h */; };
BC4341701117F3C600C9C8D7 /* SpuFakeDma.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE81117F3C600C9C8D7 /* SpuFakeDma.cpp */; };
BC4341711117F3C600C9C8D7 /* SpuFakeDma.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE91117F3C600C9C8D7 /* SpuFakeDma.h */; };
BC4341721117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FEA1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp */; };
BC4341731117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FEB1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h */; };
BC4341741117F3C600C9C8D7 /* SpuLibspe2Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FEC1117F3C600C9C8D7 /* SpuLibspe2Support.cpp */; };
BC4341751117F3C600C9C8D7 /* SpuLibspe2Support.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FED1117F3C600C9C8D7 /* SpuLibspe2Support.h */; };
BC4341761117F3C600C9C8D7 /* Box.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FEF1117F3C600C9C8D7 /* Box.h */; };
BC4341771117F3C600C9C8D7 /* boxBoxDistance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF01117F3C600C9C8D7 /* boxBoxDistance.cpp */; };
BC4341781117F3C600C9C8D7 /* boxBoxDistance.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF11117F3C600C9C8D7 /* boxBoxDistance.h */; };
BC4341791117F3C600C9C8D7 /* SpuCollisionShapes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF31117F3C600C9C8D7 /* SpuCollisionShapes.cpp */; };
BC43417A1117F3C600C9C8D7 /* SpuCollisionShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF41117F3C600C9C8D7 /* SpuCollisionShapes.h */; };
BC43417B1117F3C600C9C8D7 /* SpuContactResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF51117F3C600C9C8D7 /* SpuContactResult.cpp */; };
BC43417C1117F3C600C9C8D7 /* SpuContactResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF61117F3C600C9C8D7 /* SpuContactResult.h */; };
BC43417D1117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF71117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h */; };
BC43417E1117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF81117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp */; };
BC43417F1117F3C600C9C8D7 /* SpuGatheringCollisionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF91117F3C600C9C8D7 /* SpuGatheringCollisionTask.h */; };
BC4341801117F3C600C9C8D7 /* SpuLocalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FFA1117F3C600C9C8D7 /* SpuLocalSupport.h */; };
BC4341811117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FFB1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp */; };
BC4341821117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FFC1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h */; };
BC4341831117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FFD1117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h */; };
BC4341841117F3C600C9C8D7 /* SpuSampleTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340001117F3C600C9C8D7 /* SpuSampleTask.cpp */; };
BC4341851117F3C600C9C8D7 /* SpuSampleTask.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340011117F3C600C9C8D7 /* SpuSampleTask.h */; };
BC4341861117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340021117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp */; };
BC4341871117F3C600C9C8D7 /* SpuSampleTaskProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340031117F3C600C9C8D7 /* SpuSampleTaskProcess.h */; };
BC4341881117F3C600C9C8D7 /* boolInVec.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340071117F3C600C9C8D7 /* boolInVec.h */; };
BC4341891117F3C600C9C8D7 /* floatInVec.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340081117F3C600C9C8D7 /* floatInVec.h */; };
BC43418A1117F3C600C9C8D7 /* mat_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340091117F3C600C9C8D7 /* mat_aos.h */; };
BC43418B1117F3C600C9C8D7 /* quat_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400A1117F3C600C9C8D7 /* quat_aos.h */; };
BC43418C1117F3C600C9C8D7 /* vec_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400B1117F3C600C9C8D7 /* vec_aos.h */; };
BC43418D1117F3C600C9C8D7 /* vectormath_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400C1117F3C600C9C8D7 /* vectormath_aos.h */; };
BC43418E1117F3C600C9C8D7 /* vectormath2bullet.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400D1117F3C600C9C8D7 /* vectormath2bullet.h */; };
BC43418F1117F3C600C9C8D7 /* Win32ThreadSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43400E1117F3C600C9C8D7 /* Win32ThreadSupport.cpp */; };
BC4341901117F3C600C9C8D7 /* Win32ThreadSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400F1117F3C600C9C8D7 /* Win32ThreadSupport.h */; };
BC4341911117F3C600C9C8D7 /* btSoftBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340111117F3C600C9C8D7 /* btSoftBody.cpp */; };
BC4341921117F3C600C9C8D7 /* btSoftBody.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340121117F3C600C9C8D7 /* btSoftBody.h */; };
BC4341931117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340131117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp */; };
BC4341941117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340141117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h */; };
BC4341951117F3C600C9C8D7 /* btSoftBodyHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340151117F3C600C9C8D7 /* btSoftBodyHelpers.cpp */; };
BC4341961117F3C600C9C8D7 /* btSoftBodyHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340161117F3C600C9C8D7 /* btSoftBodyHelpers.h */; };
BC4341971117F3C600C9C8D7 /* btSoftBodyInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340171117F3C600C9C8D7 /* btSoftBodyInternals.h */; };
BC4341981117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340181117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp */; };
BC4341991117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340191117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h */; };
BC43419A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43401A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp */; };
BC43419B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43401B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h */; };
BC43419C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43401C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp */; };
BC43419D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43401D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h */; };
BC43419E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43401E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp */; };
BC43419F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43401F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h */; };
BC4341A01117F3C600C9C8D7 /* btSparseSDF.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340201117F3C600C9C8D7 /* btSparseSDF.h */; };
BC4341A11117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340221117F3C600C9C8D7 /* Jamfile */; };
BC4341A21117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340251117F3C600C9C8D7 /* Makefile */; };
BC4341A31117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340261117F3C600C9C8D7 /* Jamfile */; };
BC4341A41117F3C600C9C8D7 /* btAabbUtil2.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340281117F3C600C9C8D7 /* btAabbUtil2.h */; };
BC4341A51117F3C600C9C8D7 /* btAlignedAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340291117F3C600C9C8D7 /* btAlignedAllocator.cpp */; };
BC4341A61117F3C600C9C8D7 /* btAlignedAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402A1117F3C600C9C8D7 /* btAlignedAllocator.h */; };
BC4341A71117F3C600C9C8D7 /* btAlignedObjectArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402B1117F3C600C9C8D7 /* btAlignedObjectArray.h */; };
BC4341A81117F3C600C9C8D7 /* btConvexHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43402C1117F3C600C9C8D7 /* btConvexHull.cpp */; };
BC4341A91117F3C600C9C8D7 /* btConvexHull.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402D1117F3C600C9C8D7 /* btConvexHull.h */; };
BC4341AA1117F3C600C9C8D7 /* btDefaultMotionState.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402E1117F3C600C9C8D7 /* btDefaultMotionState.h */; };
BC4341AB1117F3C600C9C8D7 /* btGeometryUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43402F1117F3C600C9C8D7 /* btGeometryUtil.cpp */; };
BC4341AC1117F3C600C9C8D7 /* btGeometryUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340301117F3C600C9C8D7 /* btGeometryUtil.h */; };
BC4341AD1117F3C600C9C8D7 /* btHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340311117F3C600C9C8D7 /* btHashMap.h */; };
BC4341AE1117F3C600C9C8D7 /* btIDebugDraw.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340321117F3C600C9C8D7 /* btIDebugDraw.h */; };
BC4341AF1117F3C600C9C8D7 /* btList.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340331117F3C600C9C8D7 /* btList.h */; };
BC4341B01117F3C600C9C8D7 /* btMatrix3x3.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340341117F3C600C9C8D7 /* btMatrix3x3.h */; };
BC4341B11117F3C600C9C8D7 /* btMinMax.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340351117F3C600C9C8D7 /* btMinMax.h */; };
BC4341B21117F3C600C9C8D7 /* btMotionState.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340361117F3C600C9C8D7 /* btMotionState.h */; };
BC4341B31117F3C600C9C8D7 /* btPoolAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340371117F3C600C9C8D7 /* btPoolAllocator.h */; };
BC4341B41117F3C600C9C8D7 /* btQuadWord.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340381117F3C600C9C8D7 /* btQuadWord.h */; };
BC4341B51117F3C600C9C8D7 /* btQuaternion.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340391117F3C600C9C8D7 /* btQuaternion.h */; };
BC4341B61117F3C600C9C8D7 /* btQuickprof.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43403A1117F3C600C9C8D7 /* btQuickprof.cpp */; };
BC4341B71117F3C600C9C8D7 /* btQuickprof.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403B1117F3C600C9C8D7 /* btQuickprof.h */; };
BC4341B81117F3C600C9C8D7 /* btRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403C1117F3C600C9C8D7 /* btRandom.h */; };
BC4341B91117F3C600C9C8D7 /* btScalar.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403D1117F3C600C9C8D7 /* btScalar.h */; };
BC4341BA1117F3C600C9C8D7 /* btSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43403E1117F3C600C9C8D7 /* btSerializer.cpp */; };
BC4341BB1117F3C600C9C8D7 /* btSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403F1117F3C600C9C8D7 /* btSerializer.h */; };
BC4341BC1117F3C600C9C8D7 /* btStackAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340401117F3C600C9C8D7 /* btStackAlloc.h */; };
BC4341BD1117F3C600C9C8D7 /* btTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340411117F3C600C9C8D7 /* btTransform.h */; };
BC4341BE1117F3C600C9C8D7 /* btTransformUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340421117F3C600C9C8D7 /* btTransformUtil.h */; };
BC4341BF1117F3C600C9C8D7 /* btVector3.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340431117F3C600C9C8D7 /* btVector3.h */; };
BC4341C01117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340461117F3C600C9C8D7 /* Makefile */; };
BC4341C11117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340471117F3C600C9C8D7 /* Jamfile */; };
BC4341C21117F3C600C9C8D7 /* cl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43404A1117F3C600C9C8D7 /* cl.h */; };
BC4341C31117F3C600C9C8D7 /* cl_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43404B1117F3C600C9C8D7 /* cl_gl.h */; };
BC4341C41117F3C600C9C8D7 /* cl_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43404C1117F3C600C9C8D7 /* cl_platform.h */; };
BC4342011117F4CF00C9C8D7 /* sphere_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341CF1117F4CF00C9C8D7 /* sphere_shape.h */; };
BC4342021117F4CF00C9C8D7 /* sphere_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D01117F4CF00C9C8D7 /* sphere_shape_impl.h */; };
BC4342031117F4CF00C9C8D7 /* solver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D11117F4CF00C9C8D7 /* solver.h */; };
BC4342041117F4CF00C9C8D7 /* solver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341D21117F4CF00C9C8D7 /* solver.cpp */; };
BC4342051117F4CF00C9C8D7 /* solver_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D31117F4CF00C9C8D7 /* solver_impl.h */; };
BC4342061117F4CF00C9C8D7 /* shared_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D41117F4CF00C9C8D7 /* shared_ptr.h */; };
BC4342071117F4CF00C9C8D7 /* rigidBodyNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D51117F4CF00C9C8D7 /* rigidBodyNode.h */; };
BC4342081117F4CF00C9C8D7 /* rigidBodyNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341D61117F4CF00C9C8D7 /* rigidBodyNode.cpp */; };
BC4342091117F4CF00C9C8D7 /* rigidBodyArrayNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D71117F4CF00C9C8D7 /* rigidBodyArrayNode.h */; };
BC43420A1117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341D81117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp */; };
BC43420B1117F4CF00C9C8D7 /* rigid_body.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D91117F4CF00C9C8D7 /* rigid_body.h */; };
BC43420C1117F4CF00C9C8D7 /* rigid_body_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DA1117F4CF00C9C8D7 /* rigid_body_impl.h */; };
BC43420D1117F4CF00C9C8D7 /* pluginMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341DB1117F4CF00C9C8D7 /* pluginMain.cpp */; };
BC43420E1117F4CF00C9C8D7 /* plane_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DC1117F4CF00C9C8D7 /* plane_shape.h */; };
BC43420F1117F4CF00C9C8D7 /* plane_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DD1117F4CF00C9C8D7 /* plane_shape_impl.h */; };
BC4342101117F4CF00C9C8D7 /* pdbIO.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DE1117F4CF00C9C8D7 /* pdbIO.h */; };
BC4342111117F4CF00C9C8D7 /* pdbIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341DF1117F4CF00C9C8D7 /* pdbIO.cpp */; };
BC4342121117F4CF00C9C8D7 /* mesh_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E01117F4CF00C9C8D7 /* mesh_shape.h */; };
BC4342131117F4CF00C9C8D7 /* mesh_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E11117F4CF00C9C8D7 /* mesh_shape_impl.h */; };
BC4342141117F4CF00C9C8D7 /* mayaUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E21117F4CF00C9C8D7 /* mayaUtils.h */; };
BC4342151117F4CF00C9C8D7 /* mathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E31117F4CF00C9C8D7 /* mathUtils.h */; };
BC4342161117F4CF00C9C8D7 /* dSolverNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E41117F4CF00C9C8D7 /* dSolverNode.h */; };
BC4342171117F4CF00C9C8D7 /* dSolverNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341E51117F4CF00C9C8D7 /* dSolverNode.cpp */; };
BC4342181117F4CF00C9C8D7 /* dSolverCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E61117F4CF00C9C8D7 /* dSolverCmd.h */; };
BC4342191117F4CF00C9C8D7 /* dSolverCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341E71117F4CF00C9C8D7 /* dSolverCmd.cpp */; };
BC43421A1117F4CF00C9C8D7 /* dRigidBodyCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E81117F4CF00C9C8D7 /* dRigidBodyCmd.h */; };
BC43421B1117F4CF00C9C8D7 /* dRigidBodyCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341E91117F4CF00C9C8D7 /* dRigidBodyCmd.cpp */; };
BC43421C1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EA1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h */; };
BC43421D1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341EB1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp */; };
BC43421E1117F4CF00C9C8D7 /* drawUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EC1117F4CF00C9C8D7 /* drawUtils.h */; };
BC43421F1117F4CF00C9C8D7 /* drawUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341ED1117F4CF00C9C8D7 /* drawUtils.cpp */; };
BC4342201117F4CF00C9C8D7 /* convex_hull_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EE1117F4CF00C9C8D7 /* convex_hull_shape.h */; };
BC4342211117F4CF00C9C8D7 /* convex_hull_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EF1117F4CF00C9C8D7 /* convex_hull_shape_impl.h */; };
BC4342221117F4CF00C9C8D7 /* collisionShapeNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F01117F4CF00C9C8D7 /* collisionShapeNode.h */; };
BC4342231117F4CF00C9C8D7 /* collisionShapeNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341F11117F4CF00C9C8D7 /* collisionShapeNode.cpp */; };
BC4342241117F4CF00C9C8D7 /* collision_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F21117F4CF00C9C8D7 /* collision_shape.h */; };
BC4342251117F4CF00C9C8D7 /* collision_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F31117F4CF00C9C8D7 /* collision_shape_impl.h */; };
BC4342261117F4CF00C9C8D7 /* bulletExport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F41117F4CF00C9C8D7 /* bulletExport.h */; };
BC4342271117F4CF00C9C8D7 /* bulletExport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341F51117F4CF00C9C8D7 /* bulletExport.cpp */; };
BC4342281117F4CF00C9C8D7 /* bt_sphere_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F61117F4CF00C9C8D7 /* bt_sphere_shape.h */; };
BC4342291117F4CF00C9C8D7 /* bt_solver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F71117F4CF00C9C8D7 /* bt_solver.h */; };
BC43422A1117F4CF00C9C8D7 /* bt_solver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341F81117F4CF00C9C8D7 /* bt_solver.cpp */; };
BC43422B1117F4CF00C9C8D7 /* bt_rigid_body.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F91117F4CF00C9C8D7 /* bt_rigid_body.h */; };
BC43422C1117F4CF00C9C8D7 /* bt_plane_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FA1117F4CF00C9C8D7 /* bt_plane_shape.h */; };
BC43422D1117F4CF00C9C8D7 /* bt_mesh_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FB1117F4CF00C9C8D7 /* bt_mesh_shape.h */; };
BC43422E1117F4CF00C9C8D7 /* bt_convex_hull_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FC1117F4CF00C9C8D7 /* bt_convex_hull_shape.h */; };
BC43422F1117F4CF00C9C8D7 /* bt_collision_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FD1117F4CF00C9C8D7 /* bt_collision_shape.h */; };
BC4342301117F4CF00C9C8D7 /* bt_box_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FE1117F4CF00C9C8D7 /* bt_box_shape.h */; };
BC4342311117F4CF00C9C8D7 /* box_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FF1117F4CF00C9C8D7 /* box_shape.h */; };
BC4342321117F4CF00C9C8D7 /* box_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342001117F4CF00C9C8D7 /* box_shape_impl.h */; };
BC4342531117F51F00C9C8D7 /* sliderConstraintNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342371117F51F00C9C8D7 /* sliderConstraintNode.h */; };
BC4342541117F51F00C9C8D7 /* sliderConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342381117F51F00C9C8D7 /* sliderConstraintNode.cpp */; };
BC4342551117F51F00C9C8D7 /* slider_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342391117F51F00C9C8D7 /* slider_constraint_impl.h */; };
BC4342561117F51F00C9C8D7 /* sixdofConstraintNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423A1117F51F00C9C8D7 /* sixdofConstraintNode.h */; };
BC4342571117F51F00C9C8D7 /* sixdofConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43423B1117F51F00C9C8D7 /* sixdofConstraintNode.cpp */; };
BC4342581117F51F00C9C8D7 /* sixdof_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423C1117F51F00C9C8D7 /* sixdof_constraint.h */; };
BC4342591117F51F00C9C8D7 /* sixdof_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423D1117F51F00C9C8D7 /* sixdof_constraint_impl.h */; };
BC43425A1117F51F00C9C8D7 /* nailConstraintNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423E1117F51F00C9C8D7 /* nailConstraintNode.h */; };
BC43425B1117F51F00C9C8D7 /* nailConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43423F1117F51F00C9C8D7 /* nailConstraintNode.cpp */; };
BC43425C1117F51F00C9C8D7 /* nail_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342401117F51F00C9C8D7 /* nail_constraint_impl.h */; };
BC43425D1117F51F00C9C8D7 /* hingeConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342411117F51F00C9C8D7 /* hingeConstraintNode.cpp */; };
BC43425E1117F51F00C9C8D7 /* hinge_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342421117F51F00C9C8D7 /* hinge_constraint.h */; };
BC43425F1117F51F00C9C8D7 /* hinge_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342431117F51F00C9C8D7 /* hinge_constraint_impl.h */; };
BC4342601117F51F00C9C8D7 /* dSliderConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342441117F51F00C9C8D7 /* dSliderConstraintCmd.h */; };
BC4342611117F51F00C9C8D7 /* dSliderConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342451117F51F00C9C8D7 /* dSliderConstraintCmd.cpp */; };
BC4342621117F51F00C9C8D7 /* dsixdofConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342461117F51F00C9C8D7 /* dsixdofConstraintCmd.h */; };
BC4342631117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342471117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp */; };
BC4342641117F51F00C9C8D7 /* dNailConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342481117F51F00C9C8D7 /* dNailConstraintCmd.h */; };
BC4342651117F51F00C9C8D7 /* dNailConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342491117F51F00C9C8D7 /* dNailConstraintCmd.cpp */; };
BC4342661117F51F00C9C8D7 /* dHingeConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424A1117F51F00C9C8D7 /* dHingeConstraintCmd.h */; };
BC4342671117F51F00C9C8D7 /* dHingeConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43424B1117F51F00C9C8D7 /* dHingeConstraintCmd.cpp */; };
BC4342681117F51F00C9C8D7 /* constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424C1117F51F00C9C8D7 /* constraint.h */; };
BC4342691117F51F00C9C8D7 /* constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424D1117F51F00C9C8D7 /* constraint_impl.h */; };
BC43426A1117F51F00C9C8D7 /* bt_slider_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424E1117F51F00C9C8D7 /* bt_slider_constraint.h */; };
BC43426B1117F51F00C9C8D7 /* bt_sixdof_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424F1117F51F00C9C8D7 /* bt_sixdof_constraint.h */; };
BC43426C1117F51F00C9C8D7 /* bt_nail_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342501117F51F00C9C8D7 /* bt_nail_constraint.h */; };
BC43426D1117F51F00C9C8D7 /* bt_hinge_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342511117F51F00C9C8D7 /* bt_hinge_constraint.h */; };
BC43426E1117F51F00C9C8D7 /* bt_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342521117F51F00C9C8D7 /* bt_constraint.h */; };
BC43427A1117F59800C9C8D7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC4342791117F59800C9C8D7 /* OpenGL.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
BC433EB01117F3C600C9C8D7 /* btBulletCollisionCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBulletCollisionCommon.h; sourceTree = "<group>"; };
BC433EB11117F3C600C9C8D7 /* btBulletDynamicsCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBulletDynamicsCommon.h; sourceTree = "<group>"; };
BC433EB21117F3C600C9C8D7 /* Bullet-C-Api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bullet-C-Api.h"; sourceTree = "<group>"; };
BC433EB51117F3C600C9C8D7 /* btAxisSweep3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btAxisSweep3.cpp; sourceTree = "<group>"; };
BC433EB61117F3C600C9C8D7 /* btAxisSweep3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btAxisSweep3.h; sourceTree = "<group>"; };
BC433EB71117F3C600C9C8D7 /* btBroadphaseInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBroadphaseInterface.h; sourceTree = "<group>"; };
BC433EB81117F3C600C9C8D7 /* btBroadphaseProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBroadphaseProxy.cpp; sourceTree = "<group>"; };
BC433EB91117F3C600C9C8D7 /* btBroadphaseProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBroadphaseProxy.h; sourceTree = "<group>"; };
BC433EBA1117F3C600C9C8D7 /* btCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EBB1117F3C600C9C8D7 /* btCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EBC1117F3C600C9C8D7 /* btDbvt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDbvt.cpp; sourceTree = "<group>"; };
BC433EBD1117F3C600C9C8D7 /* btDbvt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDbvt.h; sourceTree = "<group>"; };
BC433EBE1117F3C600C9C8D7 /* btDbvtBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDbvtBroadphase.cpp; sourceTree = "<group>"; };
BC433EBF1117F3C600C9C8D7 /* btDbvtBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDbvtBroadphase.h; sourceTree = "<group>"; };
BC433EC01117F3C600C9C8D7 /* btDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDispatcher.cpp; sourceTree = "<group>"; };
BC433EC11117F3C600C9C8D7 /* btDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDispatcher.h; sourceTree = "<group>"; };
BC433EC21117F3C600C9C8D7 /* btMultiSapBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSapBroadphase.cpp; sourceTree = "<group>"; };
BC433EC31117F3C600C9C8D7 /* btMultiSapBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMultiSapBroadphase.h; sourceTree = "<group>"; };
BC433EC41117F3C600C9C8D7 /* btOverlappingPairCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btOverlappingPairCache.cpp; sourceTree = "<group>"; };
BC433EC51117F3C600C9C8D7 /* btOverlappingPairCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCache.h; sourceTree = "<group>"; };
BC433EC61117F3C600C9C8D7 /* btOverlappingPairCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCallback.h; sourceTree = "<group>"; };
BC433EC71117F3C600C9C8D7 /* btQuantizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btQuantizedBvh.cpp; sourceTree = "<group>"; };
BC433EC81117F3C600C9C8D7 /* btQuantizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuantizedBvh.h; sourceTree = "<group>"; };
BC433EC91117F3C600C9C8D7 /* btSimpleBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleBroadphase.cpp; sourceTree = "<group>"; };
BC433ECA1117F3C600C9C8D7 /* btSimpleBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimpleBroadphase.h; sourceTree = "<group>"; };
BC433ECB1117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
BC433ECD1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btActivatingCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433ECE1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btActivatingCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433ECF1117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBox2dBox2dCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433ED01117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBox2dBox2dCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433ED11117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433ED21117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxBoxCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433ED31117F3C600C9C8D7 /* btBoxBoxDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxDetector.cpp; sourceTree = "<group>"; };
BC433ED41117F3C600C9C8D7 /* btBoxBoxDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxBoxDetector.h; sourceTree = "<group>"; };
BC433ED51117F3C600C9C8D7 /* btCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionConfiguration.h; sourceTree = "<group>"; };
BC433ED61117F3C600C9C8D7 /* btCollisionCreateFunc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionCreateFunc.h; sourceTree = "<group>"; };
BC433ED71117F3C600C9C8D7 /* btCollisionDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionDispatcher.cpp; sourceTree = "<group>"; };
BC433ED81117F3C600C9C8D7 /* btCollisionDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionDispatcher.h; sourceTree = "<group>"; };
BC433ED91117F3C600C9C8D7 /* btCollisionObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionObject.cpp; sourceTree = "<group>"; };
BC433EDA1117F3C600C9C8D7 /* btCollisionObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionObject.h; sourceTree = "<group>"; };
BC433EDB1117F3C600C9C8D7 /* btCollisionWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionWorld.cpp; sourceTree = "<group>"; };
BC433EDC1117F3C600C9C8D7 /* btCollisionWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionWorld.h; sourceTree = "<group>"; };
BC433EDD1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EDE1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCompoundCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EDF1117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvex2dConvex2dAlgorithm.cpp; sourceTree = "<group>"; };
BC433EE01117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvex2dConvex2dAlgorithm.h; sourceTree = "<group>"; };
BC433EE11117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConcaveCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EE21117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexConcaveCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EE31117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConvexAlgorithm.cpp; sourceTree = "<group>"; };
BC433EE41117F3C600C9C8D7 /* btConvexConvexAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexConvexAlgorithm.h; sourceTree = "<group>"; };
BC433EE51117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexPlaneCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EE61117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexPlaneCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EE71117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDefaultCollisionConfiguration.cpp; sourceTree = "<group>"; };
BC433EE81117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDefaultCollisionConfiguration.h; sourceTree = "<group>"; };
BC433EE91117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EEA1117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btEmptyCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EEB1117F3C600C9C8D7 /* btGhostObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGhostObject.cpp; sourceTree = "<group>"; };
BC433EEC1117F3C600C9C8D7 /* btGhostObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGhostObject.h; sourceTree = "<group>"; };
BC433EED1117F3C600C9C8D7 /* btInternalEdgeUtility.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btInternalEdgeUtility.cpp; sourceTree = "<group>"; };
BC433EEE1117F3C600C9C8D7 /* btInternalEdgeUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btInternalEdgeUtility.h; sourceTree = "<group>"; };
BC433EEF1117F3C600C9C8D7 /* btManifoldResult.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btManifoldResult.cpp; sourceTree = "<group>"; };
BC433EF01117F3C600C9C8D7 /* btManifoldResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btManifoldResult.h; sourceTree = "<group>"; };
BC433EF11117F3C600C9C8D7 /* btSimulationIslandManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSimulationIslandManager.cpp; sourceTree = "<group>"; };
BC433EF21117F3C600C9C8D7 /* btSimulationIslandManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimulationIslandManager.h; sourceTree = "<group>"; };
BC433EF31117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereBoxCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EF41117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereBoxCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EF51117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereSphereCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EF61117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereSphereCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EF71117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereTriangleCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433EF81117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereTriangleCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433EF91117F3C600C9C8D7 /* btUnionFind.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btUnionFind.cpp; sourceTree = "<group>"; };
BC433EFA1117F3C600C9C8D7 /* btUnionFind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btUnionFind.h; sourceTree = "<group>"; };
BC433EFB1117F3C600C9C8D7 /* SphereTriangleDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SphereTriangleDetector.cpp; sourceTree = "<group>"; };
BC433EFC1117F3C600C9C8D7 /* SphereTriangleDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SphereTriangleDetector.h; sourceTree = "<group>"; };
BC433EFE1117F3C600C9C8D7 /* btBox2dShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBox2dShape.cpp; sourceTree = "<group>"; };
BC433EFF1117F3C600C9C8D7 /* btBox2dShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBox2dShape.h; sourceTree = "<group>"; };
BC433F001117F3C600C9C8D7 /* btBoxShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxShape.cpp; sourceTree = "<group>"; };
BC433F011117F3C600C9C8D7 /* btBoxShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxShape.h; sourceTree = "<group>"; };
BC433F021117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBvhTriangleMeshShape.cpp; sourceTree = "<group>"; };
BC433F031117F3C600C9C8D7 /* btBvhTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBvhTriangleMeshShape.h; sourceTree = "<group>"; };
BC433F041117F3C600C9C8D7 /* btCapsuleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCapsuleShape.cpp; sourceTree = "<group>"; };
BC433F051117F3C600C9C8D7 /* btCapsuleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCapsuleShape.h; sourceTree = "<group>"; };
BC433F061117F3C600C9C8D7 /* btCollisionMargin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionMargin.h; sourceTree = "<group>"; };
BC433F071117F3C600C9C8D7 /* btCollisionShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionShape.cpp; sourceTree = "<group>"; };
BC433F081117F3C600C9C8D7 /* btCollisionShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionShape.h; sourceTree = "<group>"; };
BC433F091117F3C600C9C8D7 /* btCompoundShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundShape.cpp; sourceTree = "<group>"; };
BC433F0A1117F3C600C9C8D7 /* btCompoundShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCompoundShape.h; sourceTree = "<group>"; };
BC433F0B1117F3C600C9C8D7 /* btConcaveShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConcaveShape.cpp; sourceTree = "<group>"; };
BC433F0C1117F3C600C9C8D7 /* btConcaveShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConcaveShape.h; sourceTree = "<group>"; };
BC433F0D1117F3C600C9C8D7 /* btConeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConeShape.cpp; sourceTree = "<group>"; };
BC433F0E1117F3C600C9C8D7 /* btConeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConeShape.h; sourceTree = "<group>"; };
BC433F0F1117F3C600C9C8D7 /* btConvex2dShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvex2dShape.cpp; sourceTree = "<group>"; };
BC433F101117F3C600C9C8D7 /* btConvex2dShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvex2dShape.h; sourceTree = "<group>"; };
BC433F111117F3C600C9C8D7 /* btConvexHullShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHullShape.cpp; sourceTree = "<group>"; };
BC433F121117F3C600C9C8D7 /* btConvexHullShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexHullShape.h; sourceTree = "<group>"; };
BC433F131117F3C600C9C8D7 /* btConvexInternalShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexInternalShape.cpp; sourceTree = "<group>"; };
BC433F141117F3C600C9C8D7 /* btConvexInternalShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexInternalShape.h; sourceTree = "<group>"; };
BC433F151117F3C600C9C8D7 /* btConvexPointCloudShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexPointCloudShape.cpp; sourceTree = "<group>"; };
BC433F161117F3C600C9C8D7 /* btConvexPointCloudShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexPointCloudShape.h; sourceTree = "<group>"; };
BC433F171117F3C600C9C8D7 /* btConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexShape.cpp; sourceTree = "<group>"; };
BC433F181117F3C600C9C8D7 /* btConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexShape.h; sourceTree = "<group>"; };
BC433F191117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexTriangleMeshShape.cpp; sourceTree = "<group>"; };
BC433F1A1117F3C600C9C8D7 /* btConvexTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexTriangleMeshShape.h; sourceTree = "<group>"; };
BC433F1B1117F3C600C9C8D7 /* btCylinderShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCylinderShape.cpp; sourceTree = "<group>"; };
BC433F1C1117F3C600C9C8D7 /* btCylinderShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCylinderShape.h; sourceTree = "<group>"; };
BC433F1D1117F3C600C9C8D7 /* btEmptyShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyShape.cpp; sourceTree = "<group>"; };
BC433F1E1117F3C600C9C8D7 /* btEmptyShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btEmptyShape.h; sourceTree = "<group>"; };
BC433F1F1117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btHeightfieldTerrainShape.cpp; sourceTree = "<group>"; };
BC433F201117F3C600C9C8D7 /* btHeightfieldTerrainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHeightfieldTerrainShape.h; sourceTree = "<group>"; };
BC433F211117F3C600C9C8D7 /* btMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMaterial.h; sourceTree = "<group>"; };
BC433F221117F3C600C9C8D7 /* btMinkowskiSumShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiSumShape.cpp; sourceTree = "<group>"; };
BC433F231117F3C600C9C8D7 /* btMinkowskiSumShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMinkowskiSumShape.h; sourceTree = "<group>"; };
BC433F241117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMultimaterialTriangleMeshShape.cpp; sourceTree = "<group>"; };
BC433F251117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMultimaterialTriangleMeshShape.h; sourceTree = "<group>"; };
BC433F261117F3C600C9C8D7 /* btMultiSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSphereShape.cpp; sourceTree = "<group>"; };
BC433F271117F3C600C9C8D7 /* btMultiSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMultiSphereShape.h; sourceTree = "<group>"; };
BC433F281117F3C600C9C8D7 /* btOptimizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btOptimizedBvh.cpp; sourceTree = "<group>"; };
BC433F291117F3C600C9C8D7 /* btOptimizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btOptimizedBvh.h; sourceTree = "<group>"; };
BC433F2A1117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btPolyhedralConvexShape.cpp; sourceTree = "<group>"; };
BC433F2B1117F3C600C9C8D7 /* btPolyhedralConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPolyhedralConvexShape.h; sourceTree = "<group>"; };
BC433F2C1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btScaledBvhTriangleMeshShape.cpp; sourceTree = "<group>"; };
BC433F2D1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btScaledBvhTriangleMeshShape.h; sourceTree = "<group>"; };
BC433F2E1117F3C600C9C8D7 /* btShapeHull.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btShapeHull.cpp; sourceTree = "<group>"; };
BC433F2F1117F3C600C9C8D7 /* btShapeHull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btShapeHull.h; sourceTree = "<group>"; };
BC433F301117F3C600C9C8D7 /* btSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereShape.cpp; sourceTree = "<group>"; };
BC433F311117F3C600C9C8D7 /* btSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereShape.h; sourceTree = "<group>"; };
BC433F321117F3C600C9C8D7 /* btStaticPlaneShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btStaticPlaneShape.cpp; sourceTree = "<group>"; };
BC433F331117F3C600C9C8D7 /* btStaticPlaneShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btStaticPlaneShape.h; sourceTree = "<group>"; };
BC433F341117F3C600C9C8D7 /* btStridingMeshInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btStridingMeshInterface.cpp; sourceTree = "<group>"; };
BC433F351117F3C600C9C8D7 /* btStridingMeshInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btStridingMeshInterface.h; sourceTree = "<group>"; };
BC433F361117F3C600C9C8D7 /* btTetrahedronShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTetrahedronShape.cpp; sourceTree = "<group>"; };
BC433F371117F3C600C9C8D7 /* btTetrahedronShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTetrahedronShape.h; sourceTree = "<group>"; };
BC433F381117F3C600C9C8D7 /* btTriangleBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleBuffer.cpp; sourceTree = "<group>"; };
BC433F391117F3C600C9C8D7 /* btTriangleBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleBuffer.h; sourceTree = "<group>"; };
BC433F3A1117F3C600C9C8D7 /* btTriangleCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleCallback.cpp; sourceTree = "<group>"; };
BC433F3B1117F3C600C9C8D7 /* btTriangleCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleCallback.h; sourceTree = "<group>"; };
BC433F3C1117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleIndexVertexArray.cpp; sourceTree = "<group>"; };
BC433F3D1117F3C600C9C8D7 /* btTriangleIndexVertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleIndexVertexArray.h; sourceTree = "<group>"; };
BC433F3E1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleIndexVertexMaterialArray.cpp; sourceTree = "<group>"; };
BC433F3F1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleIndexVertexMaterialArray.h; sourceTree = "<group>"; };
BC433F401117F3C600C9C8D7 /* btTriangleMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMesh.cpp; sourceTree = "<group>"; };
BC433F411117F3C600C9C8D7 /* btTriangleMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleMesh.h; sourceTree = "<group>"; };
BC433F421117F3C600C9C8D7 /* btTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMeshShape.cpp; sourceTree = "<group>"; };
BC433F431117F3C600C9C8D7 /* btTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleMeshShape.h; sourceTree = "<group>"; };
BC433F441117F3C600C9C8D7 /* btTriangleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleShape.h; sourceTree = "<group>"; };
BC433F451117F3C600C9C8D7 /* btUniformScalingShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btUniformScalingShape.cpp; sourceTree = "<group>"; };
BC433F461117F3C600C9C8D7 /* btUniformScalingShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btUniformScalingShape.h; sourceTree = "<group>"; };
BC433F471117F3C600C9C8D7 /* Doxyfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Doxyfile; sourceTree = "<group>"; };
BC433F491117F3C600C9C8D7 /* btBoxCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxCollision.h; sourceTree = "<group>"; };
BC433F4A1117F3C600C9C8D7 /* btClipPolygon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btClipPolygon.h; sourceTree = "<group>"; };
BC433F4B1117F3C600C9C8D7 /* btContactProcessing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContactProcessing.cpp; sourceTree = "<group>"; };
BC433F4C1117F3C600C9C8D7 /* btContactProcessing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContactProcessing.h; sourceTree = "<group>"; };
BC433F4D1117F3C600C9C8D7 /* btGenericPoolAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGenericPoolAllocator.cpp; sourceTree = "<group>"; };
BC433F4E1117F3C600C9C8D7 /* btGenericPoolAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGenericPoolAllocator.h; sourceTree = "<group>"; };
BC433F4F1117F3C600C9C8D7 /* btGeometryOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeometryOperations.h; sourceTree = "<group>"; };
BC433F501117F3C600C9C8D7 /* btGImpactBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactBvh.cpp; sourceTree = "<group>"; };
BC433F511117F3C600C9C8D7 /* btGImpactBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactBvh.h; sourceTree = "<group>"; };
BC433F521117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433F531117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433F541117F3C600C9C8D7 /* btGImpactMassUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactMassUtil.h; sourceTree = "<group>"; };
BC433F551117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactQuantizedBvh.cpp; sourceTree = "<group>"; };
BC433F561117F3C600C9C8D7 /* btGImpactQuantizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactQuantizedBvh.h; sourceTree = "<group>"; };
BC433F571117F3C600C9C8D7 /* btGImpactShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactShape.cpp; sourceTree = "<group>"; };
BC433F581117F3C600C9C8D7 /* btGImpactShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactShape.h; sourceTree = "<group>"; };
BC433F591117F3C600C9C8D7 /* btQuantization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuantization.h; sourceTree = "<group>"; };
BC433F5A1117F3C600C9C8D7 /* btTriangleShapeEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleShapeEx.cpp; sourceTree = "<group>"; };
BC433F5B1117F3C600C9C8D7 /* btTriangleShapeEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleShapeEx.h; sourceTree = "<group>"; };
BC433F5C1117F3C600C9C8D7 /* gim_array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_array.h; sourceTree = "<group>"; };
BC433F5D1117F3C600C9C8D7 /* gim_basic_geometry_operations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_basic_geometry_operations.h; sourceTree = "<group>"; };
BC433F5E1117F3C600C9C8D7 /* gim_bitset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_bitset.h; sourceTree = "<group>"; };
BC433F5F1117F3C600C9C8D7 /* gim_box_collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_box_collision.h; sourceTree = "<group>"; };
BC433F601117F3C600C9C8D7 /* gim_box_set.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_box_set.cpp; sourceTree = "<group>"; };
BC433F611117F3C600C9C8D7 /* gim_box_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_box_set.h; sourceTree = "<group>"; };
BC433F621117F3C600C9C8D7 /* gim_clip_polygon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_clip_polygon.h; sourceTree = "<group>"; };
BC433F631117F3C600C9C8D7 /* gim_contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_contact.cpp; sourceTree = "<group>"; };
BC433F641117F3C600C9C8D7 /* gim_contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_contact.h; sourceTree = "<group>"; };
BC433F651117F3C600C9C8D7 /* gim_geom_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_geom_types.h; sourceTree = "<group>"; };
BC433F661117F3C600C9C8D7 /* gim_geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_geometry.h; sourceTree = "<group>"; };
BC433F671117F3C600C9C8D7 /* gim_hash_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_hash_table.h; sourceTree = "<group>"; };
BC433F681117F3C600C9C8D7 /* gim_linear_math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_linear_math.h; sourceTree = "<group>"; };
BC433F691117F3C600C9C8D7 /* gim_math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_math.h; sourceTree = "<group>"; };
BC433F6A1117F3C600C9C8D7 /* gim_memory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_memory.cpp; sourceTree = "<group>"; };
BC433F6B1117F3C600C9C8D7 /* gim_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_memory.h; sourceTree = "<group>"; };
BC433F6C1117F3C600C9C8D7 /* gim_radixsort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_radixsort.h; sourceTree = "<group>"; };
BC433F6D1117F3C600C9C8D7 /* gim_tri_collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_tri_collision.cpp; sourceTree = "<group>"; };
BC433F6E1117F3C600C9C8D7 /* gim_tri_collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_tri_collision.h; sourceTree = "<group>"; };
BC433F701117F3C600C9C8D7 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
BC433F711117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
BC433F731117F3C600C9C8D7 /* btContinuousConvexCollision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousConvexCollision.cpp; sourceTree = "<group>"; };
BC433F741117F3C600C9C8D7 /* btContinuousConvexCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContinuousConvexCollision.h; sourceTree = "<group>"; };
BC433F751117F3C600C9C8D7 /* btConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexCast.cpp; sourceTree = "<group>"; };
BC433F761117F3C600C9C8D7 /* btConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexCast.h; sourceTree = "<group>"; };
BC433F771117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexPenetrationDepthSolver.h; sourceTree = "<group>"; };
BC433F781117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDiscreteCollisionDetectorInterface.h; sourceTree = "<group>"; };
BC433F791117F3C600C9C8D7 /* btGjkConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkConvexCast.cpp; sourceTree = "<group>"; };
BC433F7A1117F3C600C9C8D7 /* btGjkConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkConvexCast.h; sourceTree = "<group>"; };
BC433F7B1117F3C600C9C8D7 /* btGjkEpa2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpa2.cpp; sourceTree = "<group>"; };
BC433F7C1117F3C600C9C8D7 /* btGjkEpa2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkEpa2.h; sourceTree = "<group>"; };
BC433F7D1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpaPenetrationDepthSolver.cpp; sourceTree = "<group>"; };
BC433F7E1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkEpaPenetrationDepthSolver.h; sourceTree = "<group>"; };
BC433F7F1117F3C600C9C8D7 /* btGjkPairDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkPairDetector.cpp; sourceTree = "<group>"; };
BC433F801117F3C600C9C8D7 /* btGjkPairDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkPairDetector.h; sourceTree = "<group>"; };
BC433F811117F3C600C9C8D7 /* btManifoldPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btManifoldPoint.h; sourceTree = "<group>"; };
BC433F821117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiPenetrationDepthSolver.cpp; sourceTree = "<group>"; };
BC433F831117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMinkowskiPenetrationDepthSolver.h; sourceTree = "<group>"; };
BC433F841117F3C600C9C8D7 /* btPersistentManifold.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btPersistentManifold.cpp; sourceTree = "<group>"; };
BC433F851117F3C600C9C8D7 /* btPersistentManifold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPersistentManifold.h; sourceTree = "<group>"; };
BC433F861117F3C600C9C8D7 /* btPointCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPointCollector.h; sourceTree = "<group>"; };
BC433F871117F3C600C9C8D7 /* btRaycastCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastCallback.cpp; sourceTree = "<group>"; };
BC433F881117F3C600C9C8D7 /* btRaycastCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btRaycastCallback.h; sourceTree = "<group>"; };
BC433F891117F3C600C9C8D7 /* btSimplexSolverInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimplexSolverInterface.h; sourceTree = "<group>"; };
BC433F8A1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSubSimplexConvexCast.cpp; sourceTree = "<group>"; };
BC433F8B1117F3C600C9C8D7 /* btSubSimplexConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSubSimplexConvexCast.h; sourceTree = "<group>"; };
BC433F8C1117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btVoronoiSimplexSolver.cpp; sourceTree = "<group>"; };
BC433F8D1117F3C600C9C8D7 /* btVoronoiSimplexSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btVoronoiSimplexSolver.h; sourceTree = "<group>"; };
BC433F901117F3C600C9C8D7 /* btCharacterControllerInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCharacterControllerInterface.h; sourceTree = "<group>"; };
BC433F911117F3C600C9C8D7 /* btKinematicCharacterController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btKinematicCharacterController.cpp; sourceTree = "<group>"; };
BC433F921117F3C600C9C8D7 /* btKinematicCharacterController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btKinematicCharacterController.h; sourceTree = "<group>"; };
BC433F931117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
BC433F951117F3C600C9C8D7 /* btConeTwistConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConeTwistConstraint.cpp; sourceTree = "<group>"; };
BC433F961117F3C600C9C8D7 /* btConeTwistConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConeTwistConstraint.h; sourceTree = "<group>"; };
BC433F971117F3C600C9C8D7 /* btConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConstraintSolver.h; sourceTree = "<group>"; };
BC433F981117F3C600C9C8D7 /* btContactConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContactConstraint.cpp; sourceTree = "<group>"; };
BC433F991117F3C600C9C8D7 /* btContactConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContactConstraint.h; sourceTree = "<group>"; };
BC433F9A1117F3C600C9C8D7 /* btContactSolverInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContactSolverInfo.h; sourceTree = "<group>"; };
BC433F9B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGeneric6DofConstraint.cpp; sourceTree = "<group>"; };
BC433F9C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeneric6DofConstraint.h; sourceTree = "<group>"; };
BC433F9D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGeneric6DofSpringConstraint.cpp; sourceTree = "<group>"; };
BC433F9E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeneric6DofSpringConstraint.h; sourceTree = "<group>"; };
BC433F9F1117F3C600C9C8D7 /* btHinge2Constraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btHinge2Constraint.cpp; sourceTree = "<group>"; };
BC433FA01117F3C600C9C8D7 /* btHinge2Constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHinge2Constraint.h; sourceTree = "<group>"; };
BC433FA11117F3C600C9C8D7 /* btHingeConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btHingeConstraint.cpp; sourceTree = "<group>"; };
BC433FA21117F3C600C9C8D7 /* btHingeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHingeConstraint.h; sourceTree = "<group>"; };
BC433FA31117F3C600C9C8D7 /* btJacobianEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btJacobianEntry.h; sourceTree = "<group>"; };
BC433FA41117F3C600C9C8D7 /* btPoint2PointConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btPoint2PointConstraint.cpp; sourceTree = "<group>"; };
BC433FA51117F3C600C9C8D7 /* btPoint2PointConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPoint2PointConstraint.h; sourceTree = "<group>"; };
BC433FA61117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSequentialImpulseConstraintSolver.cpp; sourceTree = "<group>"; };
BC433FA71117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSequentialImpulseConstraintSolver.h; sourceTree = "<group>"; };
BC433FA81117F3C600C9C8D7 /* btSliderConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSliderConstraint.cpp; sourceTree = "<group>"; };
BC433FA91117F3C600C9C8D7 /* btSliderConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSliderConstraint.h; sourceTree = "<group>"; };
BC433FAA1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSolve2LinearConstraint.cpp; sourceTree = "<group>"; };
BC433FAB1117F3C600C9C8D7 /* btSolve2LinearConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSolve2LinearConstraint.h; sourceTree = "<group>"; };
BC433FAC1117F3C600C9C8D7 /* btSolverBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSolverBody.h; sourceTree = "<group>"; };
BC433FAD1117F3C600C9C8D7 /* btSolverConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSolverConstraint.h; sourceTree = "<group>"; };
BC433FAE1117F3C600C9C8D7 /* btTypedConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTypedConstraint.cpp; sourceTree = "<group>"; };
BC433FAF1117F3C600C9C8D7 /* btTypedConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTypedConstraint.h; sourceTree = "<group>"; };
BC433FB01117F3C600C9C8D7 /* btUniversalConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btUniversalConstraint.cpp; sourceTree = "<group>"; };
BC433FB11117F3C600C9C8D7 /* btUniversalConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btUniversalConstraint.h; sourceTree = "<group>"; };
BC433FB31117F3C600C9C8D7 /* btActionInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btActionInterface.h; sourceTree = "<group>"; };
BC433FB41117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousDynamicsWorld.cpp; sourceTree = "<group>"; };
BC433FB51117F3C600C9C8D7 /* btContinuousDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContinuousDynamicsWorld.h; sourceTree = "<group>"; };
BC433FB61117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDiscreteDynamicsWorld.cpp; sourceTree = "<group>"; };
BC433FB71117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDiscreteDynamicsWorld.h; sourceTree = "<group>"; };
BC433FB81117F3C600C9C8D7 /* btDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDynamicsWorld.h; sourceTree = "<group>"; };
BC433FB91117F3C600C9C8D7 /* btRigidBody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btRigidBody.cpp; sourceTree = "<group>"; };
BC433FBA1117F3C600C9C8D7 /* btRigidBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btRigidBody.h; sourceTree = "<group>"; };
BC433FBB1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleDynamicsWorld.cpp; sourceTree = "<group>"; };
BC433FBC1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimpleDynamicsWorld.h; sourceTree = "<group>"; };
BC433FBD1117F3C600C9C8D7 /* Bullet-C-API.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bullet-C-API.cpp"; sourceTree = "<group>"; };
BC433FBF1117F3C600C9C8D7 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
BC433FC01117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
BC433FC21117F3C600C9C8D7 /* btRaycastVehicle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastVehicle.cpp; sourceTree = "<group>"; };
BC433FC31117F3C600C9C8D7 /* btRaycastVehicle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btRaycastVehicle.h; sourceTree = "<group>"; };
BC433FC41117F3C600C9C8D7 /* btVehicleRaycaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btVehicleRaycaster.h; sourceTree = "<group>"; };
BC433FC51117F3C600C9C8D7 /* btWheelInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btWheelInfo.cpp; sourceTree = "<group>"; };
BC433FC61117F3C600C9C8D7 /* btWheelInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btWheelInfo.h; sourceTree = "<group>"; };
BC433FC81117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGpu3DGridBroadphase.cpp; sourceTree = "<group>"; };
BC433FC91117F3C600C9C8D7 /* btGpu3DGridBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpu3DGridBroadphase.h; sourceTree = "<group>"; };
BC433FCA1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpu3DGridBroadphaseSharedCode.h; sourceTree = "<group>"; };
BC433FCB1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpu3DGridBroadphaseSharedDefs.h; sourceTree = "<group>"; };
BC433FCC1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpu3DGridBroadphaseSharedTypes.h; sourceTree = "<group>"; };
BC433FCD1117F3C600C9C8D7 /* btGpuDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpuDefines.h; sourceTree = "<group>"; };
BC433FCE1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpuUtilsSharedCode.h; sourceTree = "<group>"; };
BC433FCF1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGpuUtilsSharedDefs.h; sourceTree = "<group>"; };
BC433FD01117F3C600C9C8D7 /* btThreadSupportInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btThreadSupportInterface.cpp; sourceTree = "<group>"; };
BC433FD11117F3C600C9C8D7 /* btThreadSupportInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btThreadSupportInterface.h; sourceTree = "<group>"; };
BC433FD21117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
BC433FD31117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
BC433FD41117F3C600C9C8D7 /* Makefile.original */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.original; sourceTree = "<group>"; };
BC433FD61117F3C600C9C8D7 /* MiniCLTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MiniCLTask.cpp; sourceTree = "<group>"; };
BC433FD71117F3C600C9C8D7 /* MiniCLTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MiniCLTask.h; sourceTree = "<group>"; };
BC433FD81117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MiniCLTaskScheduler.cpp; sourceTree = "<group>"; };
BC433FD91117F3C600C9C8D7 /* MiniCLTaskScheduler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MiniCLTaskScheduler.h; sourceTree = "<group>"; };
BC433FDB1117F3C600C9C8D7 /* PlatformDefinitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformDefinitions.h; sourceTree = "<group>"; };
BC433FDC1117F3C600C9C8D7 /* PosixThreadSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PosixThreadSupport.cpp; sourceTree = "<group>"; };
BC433FDD1117F3C600C9C8D7 /* PosixThreadSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PosixThreadSupport.h; sourceTree = "<group>"; };
BC433FDE1117F3C600C9C8D7 /* PpuAddressSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PpuAddressSpace.h; sourceTree = "<group>"; };
BC433FDF1117F3C600C9C8D7 /* SequentialThreadSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SequentialThreadSupport.cpp; sourceTree = "<group>"; };
BC433FE01117F3C600C9C8D7 /* SequentialThreadSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SequentialThreadSupport.h; sourceTree = "<group>"; };
BC433FE11117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuCollisionObjectWrapper.cpp; sourceTree = "<group>"; };
BC433FE21117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuCollisionObjectWrapper.h; sourceTree = "<group>"; };
BC433FE31117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuCollisionTaskProcess.cpp; sourceTree = "<group>"; };
BC433FE41117F3C600C9C8D7 /* SpuCollisionTaskProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuCollisionTaskProcess.h; sourceTree = "<group>"; };
BC433FE51117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuContactManifoldCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC433FE61117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuContactManifoldCollisionAlgorithm.h; sourceTree = "<group>"; };
BC433FE71117F3C600C9C8D7 /* SpuDoubleBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuDoubleBuffer.h; sourceTree = "<group>"; };
BC433FE81117F3C600C9C8D7 /* SpuFakeDma.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuFakeDma.cpp; sourceTree = "<group>"; };
BC433FE91117F3C600C9C8D7 /* SpuFakeDma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuFakeDma.h; sourceTree = "<group>"; };
BC433FEA1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuGatheringCollisionDispatcher.cpp; sourceTree = "<group>"; };
BC433FEB1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuGatheringCollisionDispatcher.h; sourceTree = "<group>"; };
BC433FEC1117F3C600C9C8D7 /* SpuLibspe2Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuLibspe2Support.cpp; sourceTree = "<group>"; };
BC433FED1117F3C600C9C8D7 /* SpuLibspe2Support.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuLibspe2Support.h; sourceTree = "<group>"; };
BC433FEF1117F3C600C9C8D7 /* Box.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box.h; sourceTree = "<group>"; };
BC433FF01117F3C600C9C8D7 /* boxBoxDistance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boxBoxDistance.cpp; sourceTree = "<group>"; };
BC433FF11117F3C600C9C8D7 /* boxBoxDistance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = boxBoxDistance.h; sourceTree = "<group>"; };
BC433FF21117F3C600C9C8D7 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = "<group>"; };
BC433FF31117F3C600C9C8D7 /* SpuCollisionShapes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuCollisionShapes.cpp; sourceTree = "<group>"; };
BC433FF41117F3C600C9C8D7 /* SpuCollisionShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuCollisionShapes.h; sourceTree = "<group>"; };
BC433FF51117F3C600C9C8D7 /* SpuContactResult.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuContactResult.cpp; sourceTree = "<group>"; };
BC433FF61117F3C600C9C8D7 /* SpuContactResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuContactResult.h; sourceTree = "<group>"; };
BC433FF71117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuConvexPenetrationDepthSolver.h; sourceTree = "<group>"; };
BC433FF81117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuGatheringCollisionTask.cpp; sourceTree = "<group>"; };
BC433FF91117F3C600C9C8D7 /* SpuGatheringCollisionTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuGatheringCollisionTask.h; sourceTree = "<group>"; };
BC433FFA1117F3C600C9C8D7 /* SpuLocalSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuLocalSupport.h; sourceTree = "<group>"; };
BC433FFB1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuMinkowskiPenetrationDepthSolver.cpp; sourceTree = "<group>"; };
BC433FFC1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuMinkowskiPenetrationDepthSolver.h; sourceTree = "<group>"; };
BC433FFD1117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuPreferredPenetrationDirections.h; sourceTree = "<group>"; };
BC433FFF1117F3C600C9C8D7 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = "<group>"; };
BC4340001117F3C600C9C8D7 /* SpuSampleTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuSampleTask.cpp; sourceTree = "<group>"; };
BC4340011117F3C600C9C8D7 /* SpuSampleTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuSampleTask.h; sourceTree = "<group>"; };
BC4340021117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpuSampleTaskProcess.cpp; sourceTree = "<group>"; };
BC4340031117F3C600C9C8D7 /* SpuSampleTaskProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpuSampleTaskProcess.h; sourceTree = "<group>"; };
BC4340071117F3C600C9C8D7 /* boolInVec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = boolInVec.h; sourceTree = "<group>"; };
BC4340081117F3C600C9C8D7 /* floatInVec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = floatInVec.h; sourceTree = "<group>"; };
BC4340091117F3C600C9C8D7 /* mat_aos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mat_aos.h; sourceTree = "<group>"; };
BC43400A1117F3C600C9C8D7 /* quat_aos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quat_aos.h; sourceTree = "<group>"; };
BC43400B1117F3C600C9C8D7 /* vec_aos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vec_aos.h; sourceTree = "<group>"; };
BC43400C1117F3C600C9C8D7 /* vectormath_aos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vectormath_aos.h; sourceTree = "<group>"; };
BC43400D1117F3C600C9C8D7 /* vectormath2bullet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vectormath2bullet.h; sourceTree = "<group>"; };
BC43400E1117F3C600C9C8D7 /* Win32ThreadSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Win32ThreadSupport.cpp; sourceTree = "<group>"; };
BC43400F1117F3C600C9C8D7 /* Win32ThreadSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Win32ThreadSupport.h; sourceTree = "<group>"; };
BC4340111117F3C600C9C8D7 /* btSoftBody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftBody.cpp; sourceTree = "<group>"; };
BC4340121117F3C600C9C8D7 /* btSoftBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftBody.h; sourceTree = "<group>"; };
BC4340131117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftBodyConcaveCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC4340141117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftBodyConcaveCollisionAlgorithm.h; sourceTree = "<group>"; };
BC4340151117F3C600C9C8D7 /* btSoftBodyHelpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftBodyHelpers.cpp; sourceTree = "<group>"; };
BC4340161117F3C600C9C8D7 /* btSoftBodyHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftBodyHelpers.h; sourceTree = "<group>"; };
BC4340171117F3C600C9C8D7 /* btSoftBodyInternals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftBodyInternals.h; sourceTree = "<group>"; };
BC4340181117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftBodyRigidBodyCollisionConfiguration.cpp; sourceTree = "<group>"; };
BC4340191117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftBodyRigidBodyCollisionConfiguration.h; sourceTree = "<group>"; };
BC43401A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftRigidCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC43401B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftRigidCollisionAlgorithm.h; sourceTree = "<group>"; };
BC43401C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftRigidDynamicsWorld.cpp; sourceTree = "<group>"; };
BC43401D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftRigidDynamicsWorld.h; sourceTree = "<group>"; };
BC43401E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSoftSoftCollisionAlgorithm.cpp; sourceTree = "<group>"; };
BC43401F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSoftSoftCollisionAlgorithm.h; sourceTree = "<group>"; };
BC4340201117F3C600C9C8D7 /* btSparseSDF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSparseSDF.h; sourceTree = "<group>"; };
BC4340211117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
BC4340221117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
BC4340231117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
BC4340251117F3C600C9C8D7 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
BC4340261117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
BC4340281117F3C600C9C8D7 /* btAabbUtil2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btAabbUtil2.h; sourceTree = "<group>"; };
BC4340291117F3C600C9C8D7 /* btAlignedAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btAlignedAllocator.cpp; sourceTree = "<group>"; };
BC43402A1117F3C600C9C8D7 /* btAlignedAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btAlignedAllocator.h; sourceTree = "<group>"; };
BC43402B1117F3C600C9C8D7 /* btAlignedObjectArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btAlignedObjectArray.h; sourceTree = "<group>"; };
BC43402C1117F3C600C9C8D7 /* btConvexHull.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHull.cpp; sourceTree = "<group>"; };
BC43402D1117F3C600C9C8D7 /* btConvexHull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexHull.h; sourceTree = "<group>"; };
BC43402E1117F3C600C9C8D7 /* btDefaultMotionState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDefaultMotionState.h; sourceTree = "<group>"; };
BC43402F1117F3C600C9C8D7 /* btGeometryUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGeometryUtil.cpp; sourceTree = "<group>"; };
BC4340301117F3C600C9C8D7 /* btGeometryUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeometryUtil.h; sourceTree = "<group>"; };
BC4340311117F3C600C9C8D7 /* btHashMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHashMap.h; sourceTree = "<group>"; };
BC4340321117F3C600C9C8D7 /* btIDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btIDebugDraw.h; sourceTree = "<group>"; };
BC4340331117F3C600C9C8D7 /* btList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btList.h; sourceTree = "<group>"; };
BC4340341117F3C600C9C8D7 /* btMatrix3x3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMatrix3x3.h; sourceTree = "<group>"; };
BC4340351117F3C600C9C8D7 /* btMinMax.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMinMax.h; sourceTree = "<group>"; };
BC4340361117F3C600C9C8D7 /* btMotionState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMotionState.h; sourceTree = "<group>"; };
BC4340371117F3C600C9C8D7 /* btPoolAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPoolAllocator.h; sourceTree = "<group>"; };
BC4340381117F3C600C9C8D7 /* btQuadWord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuadWord.h; sourceTree = "<group>"; };
BC4340391117F3C600C9C8D7 /* btQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuaternion.h; sourceTree = "<group>"; };
BC43403A1117F3C600C9C8D7 /* btQuickprof.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btQuickprof.cpp; sourceTree = "<group>"; };
BC43403B1117F3C600C9C8D7 /* btQuickprof.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuickprof.h; sourceTree = "<group>"; };
BC43403C1117F3C600C9C8D7 /* btRandom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btRandom.h; sourceTree = "<group>"; };
BC43403D1117F3C600C9C8D7 /* btScalar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btScalar.h; sourceTree = "<group>"; };
BC43403E1117F3C600C9C8D7 /* btSerializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSerializer.cpp; sourceTree = "<group>"; };
BC43403F1117F3C600C9C8D7 /* btSerializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSerializer.h; sourceTree = "<group>"; };
BC4340401117F3C600C9C8D7 /* btStackAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btStackAlloc.h; sourceTree = "<group>"; };
BC4340411117F3C600C9C8D7 /* btTransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTransform.h; sourceTree = "<group>"; };
BC4340421117F3C600C9C8D7 /* btTransformUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTransformUtil.h; sourceTree = "<group>"; };
BC4340431117F3C600C9C8D7 /* btVector3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btVector3.h; sourceTree = "<group>"; };
BC4340441117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
BC4340461117F3C600C9C8D7 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
BC4340471117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
BC4340481117F3C600C9C8D7 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
BC43404A1117F3C600C9C8D7 /* cl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cl.h; sourceTree = "<group>"; };
BC43404B1117F3C600C9C8D7 /* cl_gl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cl_gl.h; sourceTree = "<group>"; };
BC43404C1117F3C600C9C8D7 /* cl_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cl_platform.h; sourceTree = "<group>"; };
BC4341CF1117F4CF00C9C8D7 /* sphere_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sphere_shape.h; sourceTree = "<group>"; };
BC4341D01117F4CF00C9C8D7 /* sphere_shape_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sphere_shape_impl.h; sourceTree = "<group>"; };
BC4341D11117F4CF00C9C8D7 /* solver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = solver.h; sourceTree = "<group>"; };
BC4341D21117F4CF00C9C8D7 /* solver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = solver.cpp; sourceTree = "<group>"; };
BC4341D31117F4CF00C9C8D7 /* solver_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = solver_impl.h; sourceTree = "<group>"; };
BC4341D41117F4CF00C9C8D7 /* shared_ptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = shared_ptr.h; sourceTree = "<group>"; };
BC4341D51117F4CF00C9C8D7 /* rigidBodyNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rigidBodyNode.h; sourceTree = "<group>"; };
BC4341D61117F4CF00C9C8D7 /* rigidBodyNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rigidBodyNode.cpp; sourceTree = "<group>"; };
BC4341D71117F4CF00C9C8D7 /* rigidBodyArrayNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rigidBodyArrayNode.h; sourceTree = "<group>"; };
BC4341D81117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rigidBodyArrayNode.cpp; sourceTree = "<group>"; };
BC4341D91117F4CF00C9C8D7 /* rigid_body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rigid_body.h; sourceTree = "<group>"; };
BC4341DA1117F4CF00C9C8D7 /* rigid_body_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rigid_body_impl.h; sourceTree = "<group>"; };
BC4341DB1117F4CF00C9C8D7 /* pluginMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pluginMain.cpp; sourceTree = "<group>"; };
BC4341DC1117F4CF00C9C8D7 /* plane_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plane_shape.h; sourceTree = "<group>"; };
BC4341DD1117F4CF00C9C8D7 /* plane_shape_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plane_shape_impl.h; sourceTree = "<group>"; };
BC4341DE1117F4CF00C9C8D7 /* pdbIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdbIO.h; sourceTree = "<group>"; };
BC4341DF1117F4CF00C9C8D7 /* pdbIO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdbIO.cpp; sourceTree = "<group>"; };
BC4341E01117F4CF00C9C8D7 /* mesh_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mesh_shape.h; sourceTree = "<group>"; };
BC4341E11117F4CF00C9C8D7 /* mesh_shape_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mesh_shape_impl.h; sourceTree = "<group>"; };
BC4341E21117F4CF00C9C8D7 /* mayaUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mayaUtils.h; sourceTree = "<group>"; };
BC4341E31117F4CF00C9C8D7 /* mathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mathUtils.h; sourceTree = "<group>"; };
BC4341E41117F4CF00C9C8D7 /* dSolverNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dSolverNode.h; sourceTree = "<group>"; };
BC4341E51117F4CF00C9C8D7 /* dSolverNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dSolverNode.cpp; sourceTree = "<group>"; };
BC4341E61117F4CF00C9C8D7 /* dSolverCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dSolverCmd.h; sourceTree = "<group>"; };
BC4341E71117F4CF00C9C8D7 /* dSolverCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dSolverCmd.cpp; sourceTree = "<group>"; };
BC4341E81117F4CF00C9C8D7 /* dRigidBodyCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dRigidBodyCmd.h; sourceTree = "<group>"; };
BC4341E91117F4CF00C9C8D7 /* dRigidBodyCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dRigidBodyCmd.cpp; sourceTree = "<group>"; };
BC4341EA1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dRigidBodyArrayCmd.h; sourceTree = "<group>"; };
BC4341EB1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dRigidBodyArrayCmd.cpp; sourceTree = "<group>"; };
BC4341EC1117F4CF00C9C8D7 /* drawUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = drawUtils.h; sourceTree = "<group>"; };
BC4341ED1117F4CF00C9C8D7 /* drawUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = drawUtils.cpp; sourceTree = "<group>"; };
BC4341EE1117F4CF00C9C8D7 /* convex_hull_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = convex_hull_shape.h; sourceTree = "<group>"; };
BC4341EF1117F4CF00C9C8D7 /* convex_hull_shape_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = convex_hull_shape_impl.h; sourceTree = "<group>"; };
BC4341F01117F4CF00C9C8D7 /* collisionShapeNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = collisionShapeNode.h; sourceTree = "<group>"; };
BC4341F11117F4CF00C9C8D7 /* collisionShapeNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = collisionShapeNode.cpp; sourceTree = "<group>"; };
BC4341F21117F4CF00C9C8D7 /* collision_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = collision_shape.h; sourceTree = "<group>"; };
BC4341F31117F4CF00C9C8D7 /* collision_shape_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = collision_shape_impl.h; sourceTree = "<group>"; };
BC4341F41117F4CF00C9C8D7 /* bulletExport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bulletExport.h; sourceTree = "<group>"; };
BC4341F51117F4CF00C9C8D7 /* bulletExport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bulletExport.cpp; sourceTree = "<group>"; };
BC4341F61117F4CF00C9C8D7 /* bt_sphere_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_sphere_shape.h; sourceTree = "<group>"; };
BC4341F71117F4CF00C9C8D7 /* bt_solver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_solver.h; sourceTree = "<group>"; };
BC4341F81117F4CF00C9C8D7 /* bt_solver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bt_solver.cpp; sourceTree = "<group>"; };
BC4341F91117F4CF00C9C8D7 /* bt_rigid_body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_rigid_body.h; sourceTree = "<group>"; };
BC4341FA1117F4CF00C9C8D7 /* bt_plane_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_plane_shape.h; sourceTree = "<group>"; };
BC4341FB1117F4CF00C9C8D7 /* bt_mesh_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_mesh_shape.h; sourceTree = "<group>"; };
BC4341FC1117F4CF00C9C8D7 /* bt_convex_hull_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_convex_hull_shape.h; sourceTree = "<group>"; };
BC4341FD1117F4CF00C9C8D7 /* bt_collision_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_collision_shape.h; sourceTree = "<group>"; };
BC4341FE1117F4CF00C9C8D7 /* bt_box_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bt_box_shape.h; sourceTree = "<group>"; };
BC4341FF1117F4CF00C9C8D7 /* box_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = box_shape.h; sourceTree = "<group>"; };
BC4342001117F4CF00C9C8D7 /* box_shape_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = box_shape_impl.h; sourceTree = "<group>"; };
BC4342371117F51F00C9C8D7 /* sliderConstraintNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sliderConstraintNode.h; path = constraint/sliderConstraintNode.h; sourceTree = "<group>"; };
BC4342381117F51F00C9C8D7 /* sliderConstraintNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sliderConstraintNode.cpp; path = constraint/sliderConstraintNode.cpp; sourceTree = "<group>"; };
BC4342391117F51F00C9C8D7 /* slider_constraint_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = slider_constraint_impl.h; path = constraint/slider_constraint_impl.h; sourceTree = "<group>"; };
BC43423A1117F51F00C9C8D7 /* sixdofConstraintNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sixdofConstraintNode.h; path = constraint/sixdofConstraintNode.h; sourceTree = "<group>"; };
BC43423B1117F51F00C9C8D7 /* sixdofConstraintNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sixdofConstraintNode.cpp; path = constraint/sixdofConstraintNode.cpp; sourceTree = "<group>"; };
BC43423C1117F51F00C9C8D7 /* sixdof_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sixdof_constraint.h; path = constraint/sixdof_constraint.h; sourceTree = "<group>"; };
BC43423D1117F51F00C9C8D7 /* sixdof_constraint_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sixdof_constraint_impl.h; path = constraint/sixdof_constraint_impl.h; sourceTree = "<group>"; };
BC43423E1117F51F00C9C8D7 /* nailConstraintNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nailConstraintNode.h; path = constraint/nailConstraintNode.h; sourceTree = "<group>"; };
BC43423F1117F51F00C9C8D7 /* nailConstraintNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nailConstraintNode.cpp; path = constraint/nailConstraintNode.cpp; sourceTree = "<group>"; };
BC4342401117F51F00C9C8D7 /* nail_constraint_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nail_constraint_impl.h; path = constraint/nail_constraint_impl.h; sourceTree = "<group>"; };
BC4342411117F51F00C9C8D7 /* hingeConstraintNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hingeConstraintNode.cpp; path = constraint/hingeConstraintNode.cpp; sourceTree = "<group>"; };
BC4342421117F51F00C9C8D7 /* hinge_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hinge_constraint.h; path = constraint/hinge_constraint.h; sourceTree = "<group>"; };
BC4342431117F51F00C9C8D7 /* hinge_constraint_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hinge_constraint_impl.h; path = constraint/hinge_constraint_impl.h; sourceTree = "<group>"; };
BC4342441117F51F00C9C8D7 /* dSliderConstraintCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dSliderConstraintCmd.h; path = constraint/dSliderConstraintCmd.h; sourceTree = "<group>"; };
BC4342451117F51F00C9C8D7 /* dSliderConstraintCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dSliderConstraintCmd.cpp; path = constraint/dSliderConstraintCmd.cpp; sourceTree = "<group>"; };
BC4342461117F51F00C9C8D7 /* dsixdofConstraintCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dsixdofConstraintCmd.h; path = constraint/dsixdofConstraintCmd.h; sourceTree = "<group>"; };
BC4342471117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dsixdofConstraintCmd.cpp; path = constraint/dsixdofConstraintCmd.cpp; sourceTree = "<group>"; };
BC4342481117F51F00C9C8D7 /* dNailConstraintCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dNailConstraintCmd.h; path = constraint/dNailConstraintCmd.h; sourceTree = "<group>"; };
BC4342491117F51F00C9C8D7 /* dNailConstraintCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dNailConstraintCmd.cpp; path = constraint/dNailConstraintCmd.cpp; sourceTree = "<group>"; };
BC43424A1117F51F00C9C8D7 /* dHingeConstraintCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dHingeConstraintCmd.h; path = constraint/dHingeConstraintCmd.h; sourceTree = "<group>"; };
BC43424B1117F51F00C9C8D7 /* dHingeConstraintCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dHingeConstraintCmd.cpp; path = constraint/dHingeConstraintCmd.cpp; sourceTree = "<group>"; };
BC43424C1117F51F00C9C8D7 /* constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = constraint.h; path = constraint/constraint.h; sourceTree = "<group>"; };
BC43424D1117F51F00C9C8D7 /* constraint_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = constraint_impl.h; path = constraint/constraint_impl.h; sourceTree = "<group>"; };
BC43424E1117F51F00C9C8D7 /* bt_slider_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bt_slider_constraint.h; path = constraint/bt_slider_constraint.h; sourceTree = "<group>"; };
BC43424F1117F51F00C9C8D7 /* bt_sixdof_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bt_sixdof_constraint.h; path = constraint/bt_sixdof_constraint.h; sourceTree = "<group>"; };
BC4342501117F51F00C9C8D7 /* bt_nail_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bt_nail_constraint.h; path = constraint/bt_nail_constraint.h; sourceTree = "<group>"; };
BC4342511117F51F00C9C8D7 /* bt_hinge_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bt_hinge_constraint.h; path = constraint/bt_hinge_constraint.h; sourceTree = "<group>"; };
BC4342521117F51F00C9C8D7 /* bt_constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bt_constraint.h; path = constraint/bt_constraint.h; sourceTree = "<group>"; };
BC4342791117F59800C9C8D7 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
D2AAC0630554660B00DB518D /* BulletMayaPlugin.bundle */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = BulletMayaPlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D289988505E68E00004EDB86 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BC43427A1117F59800C9C8D7 /* OpenGL.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
08FB7794FE84155DC02AAC07 /* BulletMayaPlugin */ = {
isa = PBXGroup;
children = (
BC433EAF1117F3C600C9C8D7 /* BulletSource */,
08FB7795FE84155DC02AAC07 /* Source */,
8A7F063208688F460064D097 /* Mel */,
8A7F063308688F580064D097 /* Resources */,
1AB674ADFE9D54B511CA2CBB /* Products */,
BC4342791117F59800C9C8D7 /* OpenGL.framework */,
);
name = BulletMayaPlugin;
sourceTree = "<group>";
};
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
BC4342371117F51F00C9C8D7 /* sliderConstraintNode.h */,
BC4342381117F51F00C9C8D7 /* sliderConstraintNode.cpp */,
BC4342391117F51F00C9C8D7 /* slider_constraint_impl.h */,
BC43423A1117F51F00C9C8D7 /* sixdofConstraintNode.h */,
BC43423B1117F51F00C9C8D7 /* sixdofConstraintNode.cpp */,
BC43423C1117F51F00C9C8D7 /* sixdof_constraint.h */,
BC43423D1117F51F00C9C8D7 /* sixdof_constraint_impl.h */,
BC43423E1117F51F00C9C8D7 /* nailConstraintNode.h */,
BC43423F1117F51F00C9C8D7 /* nailConstraintNode.cpp */,
BC4342401117F51F00C9C8D7 /* nail_constraint_impl.h */,
BC4342411117F51F00C9C8D7 /* hingeConstraintNode.cpp */,
BC4342421117F51F00C9C8D7 /* hinge_constraint.h */,
BC4342431117F51F00C9C8D7 /* hinge_constraint_impl.h */,
BC4342441117F51F00C9C8D7 /* dSliderConstraintCmd.h */,
BC4342451117F51F00C9C8D7 /* dSliderConstraintCmd.cpp */,
BC4342461117F51F00C9C8D7 /* dsixdofConstraintCmd.h */,
BC4342471117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp */,
BC4342481117F51F00C9C8D7 /* dNailConstraintCmd.h */,
BC4342491117F51F00C9C8D7 /* dNailConstraintCmd.cpp */,
BC43424A1117F51F00C9C8D7 /* dHingeConstraintCmd.h */,
BC43424B1117F51F00C9C8D7 /* dHingeConstraintCmd.cpp */,
BC43424C1117F51F00C9C8D7 /* constraint.h */,
BC43424D1117F51F00C9C8D7 /* constraint_impl.h */,
BC43424E1117F51F00C9C8D7 /* bt_slider_constraint.h */,
BC43424F1117F51F00C9C8D7 /* bt_sixdof_constraint.h */,
BC4342501117F51F00C9C8D7 /* bt_nail_constraint.h */,
BC4342511117F51F00C9C8D7 /* bt_hinge_constraint.h */,
BC4342521117F51F00C9C8D7 /* bt_constraint.h */,
BC4341CF1117F4CF00C9C8D7 /* sphere_shape.h */,
BC4341D01117F4CF00C9C8D7 /* sphere_shape_impl.h */,
BC4341D11117F4CF00C9C8D7 /* solver.h */,
BC4341D21117F4CF00C9C8D7 /* solver.cpp */,
BC4341D31117F4CF00C9C8D7 /* solver_impl.h */,
BC4341D41117F4CF00C9C8D7 /* shared_ptr.h */,
BC4341D51117F4CF00C9C8D7 /* rigidBodyNode.h */,
BC4341D61117F4CF00C9C8D7 /* rigidBodyNode.cpp */,
BC4341D71117F4CF00C9C8D7 /* rigidBodyArrayNode.h */,
BC4341D81117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp */,
BC4341D91117F4CF00C9C8D7 /* rigid_body.h */,
BC4341DA1117F4CF00C9C8D7 /* rigid_body_impl.h */,
BC4341DB1117F4CF00C9C8D7 /* pluginMain.cpp */,
BC4341DC1117F4CF00C9C8D7 /* plane_shape.h */,
BC4341DD1117F4CF00C9C8D7 /* plane_shape_impl.h */,
BC4341DE1117F4CF00C9C8D7 /* pdbIO.h */,
BC4341DF1117F4CF00C9C8D7 /* pdbIO.cpp */,
BC4341E01117F4CF00C9C8D7 /* mesh_shape.h */,
BC4341E11117F4CF00C9C8D7 /* mesh_shape_impl.h */,
BC4341E21117F4CF00C9C8D7 /* mayaUtils.h */,
BC4341E31117F4CF00C9C8D7 /* mathUtils.h */,
BC4341E41117F4CF00C9C8D7 /* dSolverNode.h */,
BC4341E51117F4CF00C9C8D7 /* dSolverNode.cpp */,
BC4341E61117F4CF00C9C8D7 /* dSolverCmd.h */,
BC4341E71117F4CF00C9C8D7 /* dSolverCmd.cpp */,
BC4341E81117F4CF00C9C8D7 /* dRigidBodyCmd.h */,
BC4341E91117F4CF00C9C8D7 /* dRigidBodyCmd.cpp */,
BC4341EA1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h */,
BC4341EB1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp */,
BC4341EC1117F4CF00C9C8D7 /* drawUtils.h */,
BC4341ED1117F4CF00C9C8D7 /* drawUtils.cpp */,
BC4341EE1117F4CF00C9C8D7 /* convex_hull_shape.h */,
BC4341EF1117F4CF00C9C8D7 /* convex_hull_shape_impl.h */,
BC4341F01117F4CF00C9C8D7 /* collisionShapeNode.h */,
BC4341F11117F4CF00C9C8D7 /* collisionShapeNode.cpp */,
BC4341F21117F4CF00C9C8D7 /* collision_shape.h */,
BC4341F31117F4CF00C9C8D7 /* collision_shape_impl.h */,
BC4341F41117F4CF00C9C8D7 /* bulletExport.h */,
BC4341F51117F4CF00C9C8D7 /* bulletExport.cpp */,
BC4341F61117F4CF00C9C8D7 /* bt_sphere_shape.h */,
BC4341F71117F4CF00C9C8D7 /* bt_solver.h */,
BC4341F81117F4CF00C9C8D7 /* bt_solver.cpp */,
BC4341F91117F4CF00C9C8D7 /* bt_rigid_body.h */,
BC4341FA1117F4CF00C9C8D7 /* bt_plane_shape.h */,
BC4341FB1117F4CF00C9C8D7 /* bt_mesh_shape.h */,
BC4341FC1117F4CF00C9C8D7 /* bt_convex_hull_shape.h */,
BC4341FD1117F4CF00C9C8D7 /* bt_collision_shape.h */,
BC4341FE1117F4CF00C9C8D7 /* bt_box_shape.h */,
BC4341FF1117F4CF00C9C8D7 /* box_shape.h */,
BC4342001117F4CF00C9C8D7 /* box_shape_impl.h */,
);
name = Source;
sourceTree = "<group>";
};
1AB674ADFE9D54B511CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
D2AAC0630554660B00DB518D /* BulletMayaPlugin.bundle */,
);
name = Products;
sourceTree = "<group>";
};
8A7F063208688F460064D097 /* Mel */ = {
isa = PBXGroup;
children = (
);
name = Mel;
sourceTree = "<group>";
};
8A7F063308688F580064D097 /* Resources */ = {
isa = PBXGroup;
children = (
);
name = Resources;
sourceTree = "<group>";
};
BC433EAF1117F3C600C9C8D7 /* BulletSource */ = {
isa = PBXGroup;
children = (
BC433EB01117F3C600C9C8D7 /* btBulletCollisionCommon.h */,
BC433EB11117F3C600C9C8D7 /* btBulletDynamicsCommon.h */,
BC433EB21117F3C600C9C8D7 /* Bullet-C-Api.h */,
BC433EB31117F3C600C9C8D7 /* BulletCollision */,
BC433F8E1117F3C600C9C8D7 /* BulletDynamics */,
BC433FC71117F3C600C9C8D7 /* BulletMultiThreaded */,
BC4340101117F3C600C9C8D7 /* BulletSoftBody */,
BC4340231117F3C600C9C8D7 /* CMakeLists.txt */,
BC4340241117F3C600C9C8D7 /* ibmsdk */,
BC4340261117F3C600C9C8D7 /* Jamfile */,
BC4340271117F3C600C9C8D7 /* LinearMath */,
BC4340481117F3C600C9C8D7 /* Makefile.am */,
BC4340491117F3C600C9C8D7 /* MiniCL */,
);
name = BulletSource;
path = ../../src;
sourceTree = SOURCE_ROOT;
};
BC433EB31117F3C600C9C8D7 /* BulletCollision */ = {
isa = PBXGroup;
children = (
BC433EB41117F3C600C9C8D7 /* BroadphaseCollision */,
BC433ECB1117F3C600C9C8D7 /* CMakeLists.txt */,
BC433ECC1117F3C600C9C8D7 /* CollisionDispatch */,
BC433EFD1117F3C600C9C8D7 /* CollisionShapes */,
BC433F471117F3C600C9C8D7 /* Doxyfile */,
BC433F481117F3C600C9C8D7 /* Gimpact */,
BC433F6F1117F3C600C9C8D7 /* ibmsdk */,
BC433F711117F3C600C9C8D7 /* Jamfile */,
BC433F721117F3C600C9C8D7 /* NarrowPhaseCollision */,
);
path = BulletCollision;
sourceTree = "<group>";
};
BC433EB41117F3C600C9C8D7 /* BroadphaseCollision */ = {
isa = PBXGroup;
children = (
BC433EB51117F3C600C9C8D7 /* btAxisSweep3.cpp */,
BC433EB61117F3C600C9C8D7 /* btAxisSweep3.h */,
BC433EB71117F3C600C9C8D7 /* btBroadphaseInterface.h */,
BC433EB81117F3C600C9C8D7 /* btBroadphaseProxy.cpp */,
BC433EB91117F3C600C9C8D7 /* btBroadphaseProxy.h */,
BC433EBA1117F3C600C9C8D7 /* btCollisionAlgorithm.cpp */,
BC433EBB1117F3C600C9C8D7 /* btCollisionAlgorithm.h */,
BC433EBC1117F3C600C9C8D7 /* btDbvt.cpp */,
BC433EBD1117F3C600C9C8D7 /* btDbvt.h */,
BC433EBE1117F3C600C9C8D7 /* btDbvtBroadphase.cpp */,
BC433EBF1117F3C600C9C8D7 /* btDbvtBroadphase.h */,
BC433EC01117F3C600C9C8D7 /* btDispatcher.cpp */,
BC433EC11117F3C600C9C8D7 /* btDispatcher.h */,
BC433EC21117F3C600C9C8D7 /* btMultiSapBroadphase.cpp */,
BC433EC31117F3C600C9C8D7 /* btMultiSapBroadphase.h */,
BC433EC41117F3C600C9C8D7 /* btOverlappingPairCache.cpp */,
BC433EC51117F3C600C9C8D7 /* btOverlappingPairCache.h */,
BC433EC61117F3C600C9C8D7 /* btOverlappingPairCallback.h */,
BC433EC71117F3C600C9C8D7 /* btQuantizedBvh.cpp */,
BC433EC81117F3C600C9C8D7 /* btQuantizedBvh.h */,
BC433EC91117F3C600C9C8D7 /* btSimpleBroadphase.cpp */,
BC433ECA1117F3C600C9C8D7 /* btSimpleBroadphase.h */,
);
path = BroadphaseCollision;
sourceTree = "<group>";
};
BC433ECC1117F3C600C9C8D7 /* CollisionDispatch */ = {
isa = PBXGroup;
children = (
BC433ECD1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp */,
BC433ECE1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h */,
BC433ECF1117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp */,
BC433ED01117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h */,
BC433ED11117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp */,
BC433ED21117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h */,
BC433ED31117F3C600C9C8D7 /* btBoxBoxDetector.cpp */,
BC433ED41117F3C600C9C8D7 /* btBoxBoxDetector.h */,
BC433ED51117F3C600C9C8D7 /* btCollisionConfiguration.h */,
BC433ED61117F3C600C9C8D7 /* btCollisionCreateFunc.h */,
BC433ED71117F3C600C9C8D7 /* btCollisionDispatcher.cpp */,
BC433ED81117F3C600C9C8D7 /* btCollisionDispatcher.h */,
BC433ED91117F3C600C9C8D7 /* btCollisionObject.cpp */,
BC433EDA1117F3C600C9C8D7 /* btCollisionObject.h */,
BC433EDB1117F3C600C9C8D7 /* btCollisionWorld.cpp */,
BC433EDC1117F3C600C9C8D7 /* btCollisionWorld.h */,
BC433EDD1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp */,
BC433EDE1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h */,
BC433EDF1117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp */,
BC433EE01117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h */,
BC433EE11117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp */,
BC433EE21117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h */,
BC433EE31117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp */,
BC433EE41117F3C600C9C8D7 /* btConvexConvexAlgorithm.h */,
BC433EE51117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp */,
BC433EE61117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h */,
BC433EE71117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp */,
BC433EE81117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h */,
BC433EE91117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp */,
BC433EEA1117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h */,
BC433EEB1117F3C600C9C8D7 /* btGhostObject.cpp */,
BC433EEC1117F3C600C9C8D7 /* btGhostObject.h */,
BC433EED1117F3C600C9C8D7 /* btInternalEdgeUtility.cpp */,
BC433EEE1117F3C600C9C8D7 /* btInternalEdgeUtility.h */,
BC433EEF1117F3C600C9C8D7 /* btManifoldResult.cpp */,
BC433EF01117F3C600C9C8D7 /* btManifoldResult.h */,
BC433EF11117F3C600C9C8D7 /* btSimulationIslandManager.cpp */,
BC433EF21117F3C600C9C8D7 /* btSimulationIslandManager.h */,
BC433EF31117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp */,
BC433EF41117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h */,
BC433EF51117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp */,
BC433EF61117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h */,
BC433EF71117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp */,
BC433EF81117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h */,
BC433EF91117F3C600C9C8D7 /* btUnionFind.cpp */,
BC433EFA1117F3C600C9C8D7 /* btUnionFind.h */,
BC433EFB1117F3C600C9C8D7 /* SphereTriangleDetector.cpp */,
BC433EFC1117F3C600C9C8D7 /* SphereTriangleDetector.h */,
);
path = CollisionDispatch;
sourceTree = "<group>";
};
BC433EFD1117F3C600C9C8D7 /* CollisionShapes */ = {
isa = PBXGroup;
children = (
BC433EFE1117F3C600C9C8D7 /* btBox2dShape.cpp */,
BC433EFF1117F3C600C9C8D7 /* btBox2dShape.h */,
BC433F001117F3C600C9C8D7 /* btBoxShape.cpp */,
BC433F011117F3C600C9C8D7 /* btBoxShape.h */,
BC433F021117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp */,
BC433F031117F3C600C9C8D7 /* btBvhTriangleMeshShape.h */,
BC433F041117F3C600C9C8D7 /* btCapsuleShape.cpp */,
BC433F051117F3C600C9C8D7 /* btCapsuleShape.h */,
BC433F061117F3C600C9C8D7 /* btCollisionMargin.h */,
BC433F071117F3C600C9C8D7 /* btCollisionShape.cpp */,
BC433F081117F3C600C9C8D7 /* btCollisionShape.h */,
BC433F091117F3C600C9C8D7 /* btCompoundShape.cpp */,
BC433F0A1117F3C600C9C8D7 /* btCompoundShape.h */,
BC433F0B1117F3C600C9C8D7 /* btConcaveShape.cpp */,
BC433F0C1117F3C600C9C8D7 /* btConcaveShape.h */,
BC433F0D1117F3C600C9C8D7 /* btConeShape.cpp */,
BC433F0E1117F3C600C9C8D7 /* btConeShape.h */,
BC433F0F1117F3C600C9C8D7 /* btConvex2dShape.cpp */,
BC433F101117F3C600C9C8D7 /* btConvex2dShape.h */,
BC433F111117F3C600C9C8D7 /* btConvexHullShape.cpp */,
BC433F121117F3C600C9C8D7 /* btConvexHullShape.h */,
BC433F131117F3C600C9C8D7 /* btConvexInternalShape.cpp */,
BC433F141117F3C600C9C8D7 /* btConvexInternalShape.h */,
BC433F151117F3C600C9C8D7 /* btConvexPointCloudShape.cpp */,
BC433F161117F3C600C9C8D7 /* btConvexPointCloudShape.h */,
BC433F171117F3C600C9C8D7 /* btConvexShape.cpp */,
BC433F181117F3C600C9C8D7 /* btConvexShape.h */,
BC433F191117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp */,
BC433F1A1117F3C600C9C8D7 /* btConvexTriangleMeshShape.h */,
BC433F1B1117F3C600C9C8D7 /* btCylinderShape.cpp */,
BC433F1C1117F3C600C9C8D7 /* btCylinderShape.h */,
BC433F1D1117F3C600C9C8D7 /* btEmptyShape.cpp */,
BC433F1E1117F3C600C9C8D7 /* btEmptyShape.h */,
BC433F1F1117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp */,
BC433F201117F3C600C9C8D7 /* btHeightfieldTerrainShape.h */,
BC433F211117F3C600C9C8D7 /* btMaterial.h */,
BC433F221117F3C600C9C8D7 /* btMinkowskiSumShape.cpp */,
BC433F231117F3C600C9C8D7 /* btMinkowskiSumShape.h */,
BC433F241117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp */,
BC433F251117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h */,
BC433F261117F3C600C9C8D7 /* btMultiSphereShape.cpp */,
BC433F271117F3C600C9C8D7 /* btMultiSphereShape.h */,
BC433F281117F3C600C9C8D7 /* btOptimizedBvh.cpp */,
BC433F291117F3C600C9C8D7 /* btOptimizedBvh.h */,
BC433F2A1117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp */,
BC433F2B1117F3C600C9C8D7 /* btPolyhedralConvexShape.h */,
BC433F2C1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp */,
BC433F2D1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h */,
BC433F2E1117F3C600C9C8D7 /* btShapeHull.cpp */,
BC433F2F1117F3C600C9C8D7 /* btShapeHull.h */,
BC433F301117F3C600C9C8D7 /* btSphereShape.cpp */,
BC433F311117F3C600C9C8D7 /* btSphereShape.h */,
BC433F321117F3C600C9C8D7 /* btStaticPlaneShape.cpp */,
BC433F331117F3C600C9C8D7 /* btStaticPlaneShape.h */,
BC433F341117F3C600C9C8D7 /* btStridingMeshInterface.cpp */,
BC433F351117F3C600C9C8D7 /* btStridingMeshInterface.h */,
BC433F361117F3C600C9C8D7 /* btTetrahedronShape.cpp */,
BC433F371117F3C600C9C8D7 /* btTetrahedronShape.h */,
BC433F381117F3C600C9C8D7 /* btTriangleBuffer.cpp */,
BC433F391117F3C600C9C8D7 /* btTriangleBuffer.h */,
BC433F3A1117F3C600C9C8D7 /* btTriangleCallback.cpp */,
BC433F3B1117F3C600C9C8D7 /* btTriangleCallback.h */,
BC433F3C1117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp */,
BC433F3D1117F3C600C9C8D7 /* btTriangleIndexVertexArray.h */,
BC433F3E1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp */,
BC433F3F1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h */,
BC433F401117F3C600C9C8D7 /* btTriangleMesh.cpp */,
BC433F411117F3C600C9C8D7 /* btTriangleMesh.h */,
BC433F421117F3C600C9C8D7 /* btTriangleMeshShape.cpp */,
BC433F431117F3C600C9C8D7 /* btTriangleMeshShape.h */,
BC433F441117F3C600C9C8D7 /* btTriangleShape.h */,
BC433F451117F3C600C9C8D7 /* btUniformScalingShape.cpp */,
BC433F461117F3C600C9C8D7 /* btUniformScalingShape.h */,
);
path = CollisionShapes;
sourceTree = "<group>";
};
BC433F481117F3C600C9C8D7 /* Gimpact */ = {
isa = PBXGroup;
children = (
BC433F491117F3C600C9C8D7 /* btBoxCollision.h */,
BC433F4A1117F3C600C9C8D7 /* btClipPolygon.h */,
BC433F4B1117F3C600C9C8D7 /* btContactProcessing.cpp */,
BC433F4C1117F3C600C9C8D7 /* btContactProcessing.h */,
BC433F4D1117F3C600C9C8D7 /* btGenericPoolAllocator.cpp */,
BC433F4E1117F3C600C9C8D7 /* btGenericPoolAllocator.h */,
BC433F4F1117F3C600C9C8D7 /* btGeometryOperations.h */,
BC433F501117F3C600C9C8D7 /* btGImpactBvh.cpp */,
BC433F511117F3C600C9C8D7 /* btGImpactBvh.h */,
BC433F521117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp */,
BC433F531117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h */,
BC433F541117F3C600C9C8D7 /* btGImpactMassUtil.h */,
BC433F551117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp */,
BC433F561117F3C600C9C8D7 /* btGImpactQuantizedBvh.h */,
BC433F571117F3C600C9C8D7 /* btGImpactShape.cpp */,
BC433F581117F3C600C9C8D7 /* btGImpactShape.h */,
BC433F591117F3C600C9C8D7 /* btQuantization.h */,
BC433F5A1117F3C600C9C8D7 /* btTriangleShapeEx.cpp */,
BC433F5B1117F3C600C9C8D7 /* btTriangleShapeEx.h */,
BC433F5C1117F3C600C9C8D7 /* gim_array.h */,
BC433F5D1117F3C600C9C8D7 /* gim_basic_geometry_operations.h */,
BC433F5E1117F3C600C9C8D7 /* gim_bitset.h */,
BC433F5F1117F3C600C9C8D7 /* gim_box_collision.h */,
BC433F601117F3C600C9C8D7 /* gim_box_set.cpp */,
BC433F611117F3C600C9C8D7 /* gim_box_set.h */,
BC433F621117F3C600C9C8D7 /* gim_clip_polygon.h */,
BC433F631117F3C600C9C8D7 /* gim_contact.cpp */,
BC433F641117F3C600C9C8D7 /* gim_contact.h */,
BC433F651117F3C600C9C8D7 /* gim_geom_types.h */,
BC433F661117F3C600C9C8D7 /* gim_geometry.h */,
BC433F671117F3C600C9C8D7 /* gim_hash_table.h */,
BC433F681117F3C600C9C8D7 /* gim_linear_math.h */,
BC433F691117F3C600C9C8D7 /* gim_math.h */,
BC433F6A1117F3C600C9C8D7 /* gim_memory.cpp */,
BC433F6B1117F3C600C9C8D7 /* gim_memory.h */,
BC433F6C1117F3C600C9C8D7 /* gim_radixsort.h */,
BC433F6D1117F3C600C9C8D7 /* gim_tri_collision.cpp */,
BC433F6E1117F3C600C9C8D7 /* gim_tri_collision.h */,
);
path = Gimpact;
sourceTree = "<group>";
};
BC433F6F1117F3C600C9C8D7 /* ibmsdk */ = {
isa = PBXGroup;
children = (
BC433F701117F3C600C9C8D7 /* Makefile */,
);
path = ibmsdk;
sourceTree = "<group>";
};
BC433F721117F3C600C9C8D7 /* NarrowPhaseCollision */ = {
isa = PBXGroup;
children = (
BC433F731117F3C600C9C8D7 /* btContinuousConvexCollision.cpp */,
BC433F741117F3C600C9C8D7 /* btContinuousConvexCollision.h */,
BC433F751117F3C600C9C8D7 /* btConvexCast.cpp */,
BC433F761117F3C600C9C8D7 /* btConvexCast.h */,
BC433F771117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h */,
BC433F781117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h */,
BC433F791117F3C600C9C8D7 /* btGjkConvexCast.cpp */,
BC433F7A1117F3C600C9C8D7 /* btGjkConvexCast.h */,
BC433F7B1117F3C600C9C8D7 /* btGjkEpa2.cpp */,
BC433F7C1117F3C600C9C8D7 /* btGjkEpa2.h */,
BC433F7D1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp */,
BC433F7E1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h */,
BC433F7F1117F3C600C9C8D7 /* btGjkPairDetector.cpp */,
BC433F801117F3C600C9C8D7 /* btGjkPairDetector.h */,
BC433F811117F3C600C9C8D7 /* btManifoldPoint.h */,
BC433F821117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp */,
BC433F831117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h */,
BC433F841117F3C600C9C8D7 /* btPersistentManifold.cpp */,
BC433F851117F3C600C9C8D7 /* btPersistentManifold.h */,
BC433F861117F3C600C9C8D7 /* btPointCollector.h */,
BC433F871117F3C600C9C8D7 /* btRaycastCallback.cpp */,
BC433F881117F3C600C9C8D7 /* btRaycastCallback.h */,
BC433F891117F3C600C9C8D7 /* btSimplexSolverInterface.h */,
BC433F8A1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp */,
BC433F8B1117F3C600C9C8D7 /* btSubSimplexConvexCast.h */,
BC433F8C1117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp */,
BC433F8D1117F3C600C9C8D7 /* btVoronoiSimplexSolver.h */,
);
path = NarrowPhaseCollision;
sourceTree = "<group>";
};
BC433F8E1117F3C600C9C8D7 /* BulletDynamics */ = {
isa = PBXGroup;
children = (
BC433F8F1117F3C600C9C8D7 /* Character */,
BC433F931117F3C600C9C8D7 /* CMakeLists.txt */,
BC433F941117F3C600C9C8D7 /* ConstraintSolver */,
BC433FB21117F3C600C9C8D7 /* Dynamics */,
BC433FBE1117F3C600C9C8D7 /* ibmsdk */,
BC433FC01117F3C600C9C8D7 /* Jamfile */,
BC433FC11117F3C600C9C8D7 /* Vehicle */,
);
path = BulletDynamics;
sourceTree = "<group>";
};
BC433F8F1117F3C600C9C8D7 /* Character */ = {
isa = PBXGroup;
children = (
BC433F901117F3C600C9C8D7 /* btCharacterControllerInterface.h */,
BC433F911117F3C600C9C8D7 /* btKinematicCharacterController.cpp */,
BC433F921117F3C600C9C8D7 /* btKinematicCharacterController.h */,
);
path = Character;
sourceTree = "<group>";
};
BC433F941117F3C600C9C8D7 /* ConstraintSolver */ = {
isa = PBXGroup;
children = (
BC433F951117F3C600C9C8D7 /* btConeTwistConstraint.cpp */,
BC433F961117F3C600C9C8D7 /* btConeTwistConstraint.h */,
BC433F971117F3C600C9C8D7 /* btConstraintSolver.h */,
BC433F981117F3C600C9C8D7 /* btContactConstraint.cpp */,
BC433F991117F3C600C9C8D7 /* btContactConstraint.h */,
BC433F9A1117F3C600C9C8D7 /* btContactSolverInfo.h */,
BC433F9B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp */,
BC433F9C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h */,
BC433F9D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp */,
BC433F9E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h */,
BC433F9F1117F3C600C9C8D7 /* btHinge2Constraint.cpp */,
BC433FA01117F3C600C9C8D7 /* btHinge2Constraint.h */,
BC433FA11117F3C600C9C8D7 /* btHingeConstraint.cpp */,
BC433FA21117F3C600C9C8D7 /* btHingeConstraint.h */,
BC433FA31117F3C600C9C8D7 /* btJacobianEntry.h */,
BC433FA41117F3C600C9C8D7 /* btPoint2PointConstraint.cpp */,
BC433FA51117F3C600C9C8D7 /* btPoint2PointConstraint.h */,
BC433FA61117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp */,
BC433FA71117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h */,
BC433FA81117F3C600C9C8D7 /* btSliderConstraint.cpp */,
BC433FA91117F3C600C9C8D7 /* btSliderConstraint.h */,
BC433FAA1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp */,
BC433FAB1117F3C600C9C8D7 /* btSolve2LinearConstraint.h */,
BC433FAC1117F3C600C9C8D7 /* btSolverBody.h */,
BC433FAD1117F3C600C9C8D7 /* btSolverConstraint.h */,
BC433FAE1117F3C600C9C8D7 /* btTypedConstraint.cpp */,
BC433FAF1117F3C600C9C8D7 /* btTypedConstraint.h */,
BC433FB01117F3C600C9C8D7 /* btUniversalConstraint.cpp */,
BC433FB11117F3C600C9C8D7 /* btUniversalConstraint.h */,
);
path = ConstraintSolver;
sourceTree = "<group>";
};
BC433FB21117F3C600C9C8D7 /* Dynamics */ = {
isa = PBXGroup;
children = (
BC433FB31117F3C600C9C8D7 /* btActionInterface.h */,
BC433FB41117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp */,
BC433FB51117F3C600C9C8D7 /* btContinuousDynamicsWorld.h */,
BC433FB61117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp */,
BC433FB71117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h */,
BC433FB81117F3C600C9C8D7 /* btDynamicsWorld.h */,
BC433FB91117F3C600C9C8D7 /* btRigidBody.cpp */,
BC433FBA1117F3C600C9C8D7 /* btRigidBody.h */,
BC433FBB1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp */,
BC433FBC1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h */,
BC433FBD1117F3C600C9C8D7 /* Bullet-C-API.cpp */,
);
path = Dynamics;
sourceTree = "<group>";
};
BC433FBE1117F3C600C9C8D7 /* ibmsdk */ = {
isa = PBXGroup;
children = (
BC433FBF1117F3C600C9C8D7 /* Makefile */,
);
path = ibmsdk;
sourceTree = "<group>";
};
BC433FC11117F3C600C9C8D7 /* Vehicle */ = {
isa = PBXGroup;
children = (
BC433FC21117F3C600C9C8D7 /* btRaycastVehicle.cpp */,
BC433FC31117F3C600C9C8D7 /* btRaycastVehicle.h */,
BC433FC41117F3C600C9C8D7 /* btVehicleRaycaster.h */,
BC433FC51117F3C600C9C8D7 /* btWheelInfo.cpp */,
BC433FC61117F3C600C9C8D7 /* btWheelInfo.h */,
);
path = Vehicle;
sourceTree = "<group>";
};
BC433FC71117F3C600C9C8D7 /* BulletMultiThreaded */ = {
isa = PBXGroup;
children = (
BC433FC81117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp */,
BC433FC91117F3C600C9C8D7 /* btGpu3DGridBroadphase.h */,
BC433FCA1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h */,
BC433FCB1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h */,
BC433FCC1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h */,
BC433FCD1117F3C600C9C8D7 /* btGpuDefines.h */,
BC433FCE1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h */,
BC433FCF1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h */,
BC433FD01117F3C600C9C8D7 /* btThreadSupportInterface.cpp */,
BC433FD11117F3C600C9C8D7 /* btThreadSupportInterface.h */,
BC433FD21117F3C600C9C8D7 /* CMakeLists.txt */,
BC433FD31117F3C600C9C8D7 /* Jamfile */,
BC433FD41117F3C600C9C8D7 /* Makefile.original */,
BC433FD51117F3C600C9C8D7 /* MiniCLTask */,
BC433FD81117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp */,
BC433FD91117F3C600C9C8D7 /* MiniCLTaskScheduler.h */,
BC433FDA1117F3C600C9C8D7 /* out */,
BC433FDB1117F3C600C9C8D7 /* PlatformDefinitions.h */,
BC433FDC1117F3C600C9C8D7 /* PosixThreadSupport.cpp */,
BC433FDD1117F3C600C9C8D7 /* PosixThreadSupport.h */,
BC433FDE1117F3C600C9C8D7 /* PpuAddressSpace.h */,
BC433FDF1117F3C600C9C8D7 /* SequentialThreadSupport.cpp */,
BC433FE01117F3C600C9C8D7 /* SequentialThreadSupport.h */,
BC433FE11117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp */,
BC433FE21117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h */,
BC433FE31117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp */,
BC433FE41117F3C600C9C8D7 /* SpuCollisionTaskProcess.h */,
BC433FE51117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp */,
BC433FE61117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h */,
BC433FE71117F3C600C9C8D7 /* SpuDoubleBuffer.h */,
BC433FE81117F3C600C9C8D7 /* SpuFakeDma.cpp */,
BC433FE91117F3C600C9C8D7 /* SpuFakeDma.h */,
BC433FEA1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp */,
BC433FEB1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h */,
BC433FEC1117F3C600C9C8D7 /* SpuLibspe2Support.cpp */,
BC433FED1117F3C600C9C8D7 /* SpuLibspe2Support.h */,
BC433FEE1117F3C600C9C8D7 /* SpuNarrowPhaseCollisionTask */,
BC433FFE1117F3C600C9C8D7 /* SpuSampleTask */,
BC4340021117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp */,
BC4340031117F3C600C9C8D7 /* SpuSampleTaskProcess.h */,
BC4340041117F3C600C9C8D7 /* vectormath */,
BC43400D1117F3C600C9C8D7 /* vectormath2bullet.h */,
BC43400E1117F3C600C9C8D7 /* Win32ThreadSupport.cpp */,
BC43400F1117F3C600C9C8D7 /* Win32ThreadSupport.h */,
);
path = BulletMultiThreaded;
sourceTree = "<group>";
};
BC433FD51117F3C600C9C8D7 /* MiniCLTask */ = {
isa = PBXGroup;
children = (
BC433FD61117F3C600C9C8D7 /* MiniCLTask.cpp */,
BC433FD71117F3C600C9C8D7 /* MiniCLTask.h */,
);
path = MiniCLTask;
sourceTree = "<group>";
};
BC433FDA1117F3C600C9C8D7 /* out */ = {
isa = PBXGroup;
children = (
);
path = out;
sourceTree = "<group>";
};
BC433FEE1117F3C600C9C8D7 /* SpuNarrowPhaseCollisionTask */ = {
isa = PBXGroup;
children = (
BC433FEF1117F3C600C9C8D7 /* Box.h */,
BC433FF01117F3C600C9C8D7 /* boxBoxDistance.cpp */,
BC433FF11117F3C600C9C8D7 /* boxBoxDistance.h */,
BC433FF21117F3C600C9C8D7 /* readme.txt */,
BC433FF31117F3C600C9C8D7 /* SpuCollisionShapes.cpp */,
BC433FF41117F3C600C9C8D7 /* SpuCollisionShapes.h */,
BC433FF51117F3C600C9C8D7 /* SpuContactResult.cpp */,
BC433FF61117F3C600C9C8D7 /* SpuContactResult.h */,
BC433FF71117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h */,
BC433FF81117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp */,
BC433FF91117F3C600C9C8D7 /* SpuGatheringCollisionTask.h */,
BC433FFA1117F3C600C9C8D7 /* SpuLocalSupport.h */,
BC433FFB1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp */,
BC433FFC1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h */,
BC433FFD1117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h */,
);
path = SpuNarrowPhaseCollisionTask;
sourceTree = "<group>";
};
BC433FFE1117F3C600C9C8D7 /* SpuSampleTask */ = {
isa = PBXGroup;
children = (
BC433FFF1117F3C600C9C8D7 /* readme.txt */,
BC4340001117F3C600C9C8D7 /* SpuSampleTask.cpp */,
BC4340011117F3C600C9C8D7 /* SpuSampleTask.h */,
);
path = SpuSampleTask;
sourceTree = "<group>";
};
BC4340041117F3C600C9C8D7 /* vectormath */ = {
isa = PBXGroup;
children = (
BC4340051117F3C600C9C8D7 /* scalar */,
);
path = vectormath;
sourceTree = "<group>";
};
BC4340051117F3C600C9C8D7 /* scalar */ = {
isa = PBXGroup;
children = (
BC4340061117F3C600C9C8D7 /* cpp */,
);
path = scalar;
sourceTree = "<group>";
};
BC4340061117F3C600C9C8D7 /* cpp */ = {
isa = PBXGroup;
children = (
BC4340071117F3C600C9C8D7 /* boolInVec.h */,
BC4340081117F3C600C9C8D7 /* floatInVec.h */,
BC4340091117F3C600C9C8D7 /* mat_aos.h */,
BC43400A1117F3C600C9C8D7 /* quat_aos.h */,
BC43400B1117F3C600C9C8D7 /* vec_aos.h */,
BC43400C1117F3C600C9C8D7 /* vectormath_aos.h */,
);
path = cpp;
sourceTree = "<group>";
};
BC4340101117F3C600C9C8D7 /* BulletSoftBody */ = {
isa = PBXGroup;
children = (
BC4340111117F3C600C9C8D7 /* btSoftBody.cpp */,
BC4340121117F3C600C9C8D7 /* btSoftBody.h */,
BC4340131117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp */,
BC4340141117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h */,
BC4340151117F3C600C9C8D7 /* btSoftBodyHelpers.cpp */,
BC4340161117F3C600C9C8D7 /* btSoftBodyHelpers.h */,
BC4340171117F3C600C9C8D7 /* btSoftBodyInternals.h */,
BC4340181117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp */,
BC4340191117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h */,
BC43401A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp */,
BC43401B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h */,
BC43401C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp */,
BC43401D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h */,
BC43401E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp */,
BC43401F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h */,
BC4340201117F3C600C9C8D7 /* btSparseSDF.h */,
BC4340211117F3C600C9C8D7 /* CMakeLists.txt */,
BC4340221117F3C600C9C8D7 /* Jamfile */,
);
path = BulletSoftBody;
sourceTree = "<group>";
};
BC4340241117F3C600C9C8D7 /* ibmsdk */ = {
isa = PBXGroup;
children = (
BC4340251117F3C600C9C8D7 /* Makefile */,
);
path = ibmsdk;
sourceTree = "<group>";
};
BC4340271117F3C600C9C8D7 /* LinearMath */ = {
isa = PBXGroup;
children = (
BC4340281117F3C600C9C8D7 /* btAabbUtil2.h */,
BC4340291117F3C600C9C8D7 /* btAlignedAllocator.cpp */,
BC43402A1117F3C600C9C8D7 /* btAlignedAllocator.h */,
BC43402B1117F3C600C9C8D7 /* btAlignedObjectArray.h */,
BC43402C1117F3C600C9C8D7 /* btConvexHull.cpp */,
BC43402D1117F3C600C9C8D7 /* btConvexHull.h */,
BC43402E1117F3C600C9C8D7 /* btDefaultMotionState.h */,
BC43402F1117F3C600C9C8D7 /* btGeometryUtil.cpp */,
BC4340301117F3C600C9C8D7 /* btGeometryUtil.h */,
BC4340311117F3C600C9C8D7 /* btHashMap.h */,
BC4340321117F3C600C9C8D7 /* btIDebugDraw.h */,
BC4340331117F3C600C9C8D7 /* btList.h */,
BC4340341117F3C600C9C8D7 /* btMatrix3x3.h */,
BC4340351117F3C600C9C8D7 /* btMinMax.h */,
BC4340361117F3C600C9C8D7 /* btMotionState.h */,
BC4340371117F3C600C9C8D7 /* btPoolAllocator.h */,
BC4340381117F3C600C9C8D7 /* btQuadWord.h */,
BC4340391117F3C600C9C8D7 /* btQuaternion.h */,
BC43403A1117F3C600C9C8D7 /* btQuickprof.cpp */,
BC43403B1117F3C600C9C8D7 /* btQuickprof.h */,
BC43403C1117F3C600C9C8D7 /* btRandom.h */,
BC43403D1117F3C600C9C8D7 /* btScalar.h */,
BC43403E1117F3C600C9C8D7 /* btSerializer.cpp */,
BC43403F1117F3C600C9C8D7 /* btSerializer.h */,
BC4340401117F3C600C9C8D7 /* btStackAlloc.h */,
BC4340411117F3C600C9C8D7 /* btTransform.h */,
BC4340421117F3C600C9C8D7 /* btTransformUtil.h */,
BC4340431117F3C600C9C8D7 /* btVector3.h */,
BC4340441117F3C600C9C8D7 /* CMakeLists.txt */,
BC4340451117F3C600C9C8D7 /* ibmsdk */,
BC4340471117F3C600C9C8D7 /* Jamfile */,
);
path = LinearMath;
sourceTree = "<group>";
};
BC4340451117F3C600C9C8D7 /* ibmsdk */ = {
isa = PBXGroup;
children = (
BC4340461117F3C600C9C8D7 /* Makefile */,
);
path = ibmsdk;
sourceTree = "<group>";
};
BC4340491117F3C600C9C8D7 /* MiniCL */ = {
isa = PBXGroup;
children = (
BC43404A1117F3C600C9C8D7 /* cl.h */,
BC43404B1117F3C600C9C8D7 /* cl_gl.h */,
BC43404C1117F3C600C9C8D7 /* cl_platform.h */,
);
path = MiniCL;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
D2AAC0600554660B00DB518D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
BC43404D1117F3C600C9C8D7 /* btBulletCollisionCommon.h in Headers */,
BC43404E1117F3C600C9C8D7 /* btBulletDynamicsCommon.h in Headers */,
BC43404F1117F3C600C9C8D7 /* Bullet-C-Api.h in Headers */,
BC4340511117F3C600C9C8D7 /* btAxisSweep3.h in Headers */,
BC4340521117F3C600C9C8D7 /* btBroadphaseInterface.h in Headers */,
BC4340541117F3C600C9C8D7 /* btBroadphaseProxy.h in Headers */,
BC4340561117F3C600C9C8D7 /* btCollisionAlgorithm.h in Headers */,
BC4340581117F3C600C9C8D7 /* btDbvt.h in Headers */,
BC43405A1117F3C600C9C8D7 /* btDbvtBroadphase.h in Headers */,
BC43405C1117F3C600C9C8D7 /* btDispatcher.h in Headers */,
BC43405E1117F3C600C9C8D7 /* btMultiSapBroadphase.h in Headers */,
BC4340601117F3C600C9C8D7 /* btOverlappingPairCache.h in Headers */,
BC4340611117F3C600C9C8D7 /* btOverlappingPairCallback.h in Headers */,
BC4340631117F3C600C9C8D7 /* btQuantizedBvh.h in Headers */,
BC4340651117F3C600C9C8D7 /* btSimpleBroadphase.h in Headers */,
BC4340671117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h in Headers */,
BC4340691117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h in Headers */,
BC43406B1117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h in Headers */,
BC43406D1117F3C600C9C8D7 /* btBoxBoxDetector.h in Headers */,
BC43406E1117F3C600C9C8D7 /* btCollisionConfiguration.h in Headers */,
BC43406F1117F3C600C9C8D7 /* btCollisionCreateFunc.h in Headers */,
BC4340711117F3C600C9C8D7 /* btCollisionDispatcher.h in Headers */,
BC4340731117F3C600C9C8D7 /* btCollisionObject.h in Headers */,
BC4340751117F3C600C9C8D7 /* btCollisionWorld.h in Headers */,
BC4340771117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h in Headers */,
BC4340791117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h in Headers */,
BC43407B1117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h in Headers */,
BC43407D1117F3C600C9C8D7 /* btConvexConvexAlgorithm.h in Headers */,
BC43407F1117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h in Headers */,
BC4340811117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h in Headers */,
BC4340831117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h in Headers */,
BC4340851117F3C600C9C8D7 /* btGhostObject.h in Headers */,
BC4340871117F3C600C9C8D7 /* btInternalEdgeUtility.h in Headers */,
BC4340891117F3C600C9C8D7 /* btManifoldResult.h in Headers */,
BC43408B1117F3C600C9C8D7 /* btSimulationIslandManager.h in Headers */,
BC43408D1117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h in Headers */,
BC43408F1117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h in Headers */,
BC4340911117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h in Headers */,
BC4340931117F3C600C9C8D7 /* btUnionFind.h in Headers */,
BC4340951117F3C600C9C8D7 /* SphereTriangleDetector.h in Headers */,
BC4340971117F3C600C9C8D7 /* btBox2dShape.h in Headers */,
BC4340991117F3C600C9C8D7 /* btBoxShape.h in Headers */,
BC43409B1117F3C600C9C8D7 /* btBvhTriangleMeshShape.h in Headers */,
BC43409D1117F3C600C9C8D7 /* btCapsuleShape.h in Headers */,
BC43409E1117F3C600C9C8D7 /* btCollisionMargin.h in Headers */,
BC4340A01117F3C600C9C8D7 /* btCollisionShape.h in Headers */,
BC4340A21117F3C600C9C8D7 /* btCompoundShape.h in Headers */,
BC4340A41117F3C600C9C8D7 /* btConcaveShape.h in Headers */,
BC4340A61117F3C600C9C8D7 /* btConeShape.h in Headers */,
BC4340A81117F3C600C9C8D7 /* btConvex2dShape.h in Headers */,
BC4340AA1117F3C600C9C8D7 /* btConvexHullShape.h in Headers */,
BC4340AC1117F3C600C9C8D7 /* btConvexInternalShape.h in Headers */,
BC4340AE1117F3C600C9C8D7 /* btConvexPointCloudShape.h in Headers */,
BC4340B01117F3C600C9C8D7 /* btConvexShape.h in Headers */,
BC4340B21117F3C600C9C8D7 /* btConvexTriangleMeshShape.h in Headers */,
BC4340B41117F3C600C9C8D7 /* btCylinderShape.h in Headers */,
BC4340B61117F3C600C9C8D7 /* btEmptyShape.h in Headers */,
BC4340B81117F3C600C9C8D7 /* btHeightfieldTerrainShape.h in Headers */,
BC4340B91117F3C600C9C8D7 /* btMaterial.h in Headers */,
BC4340BB1117F3C600C9C8D7 /* btMinkowskiSumShape.h in Headers */,
BC4340BD1117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h in Headers */,
BC4340BF1117F3C600C9C8D7 /* btMultiSphereShape.h in Headers */,
BC4340C11117F3C600C9C8D7 /* btOptimizedBvh.h in Headers */,
BC4340C31117F3C600C9C8D7 /* btPolyhedralConvexShape.h in Headers */,
BC4340C51117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h in Headers */,
BC4340C71117F3C600C9C8D7 /* btShapeHull.h in Headers */,
BC4340C91117F3C600C9C8D7 /* btSphereShape.h in Headers */,
BC4340CB1117F3C600C9C8D7 /* btStaticPlaneShape.h in Headers */,
BC4340CD1117F3C600C9C8D7 /* btStridingMeshInterface.h in Headers */,
BC4340CF1117F3C600C9C8D7 /* btTetrahedronShape.h in Headers */,
BC4340D11117F3C600C9C8D7 /* btTriangleBuffer.h in Headers */,
BC4340D31117F3C600C9C8D7 /* btTriangleCallback.h in Headers */,
BC4340D51117F3C600C9C8D7 /* btTriangleIndexVertexArray.h in Headers */,
BC4340D71117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h in Headers */,
BC4340D91117F3C600C9C8D7 /* btTriangleMesh.h in Headers */,
BC4340DB1117F3C600C9C8D7 /* btTriangleMeshShape.h in Headers */,
BC4340DC1117F3C600C9C8D7 /* btTriangleShape.h in Headers */,
BC4340DE1117F3C600C9C8D7 /* btUniformScalingShape.h in Headers */,
BC4340DF1117F3C600C9C8D7 /* btBoxCollision.h in Headers */,
BC4340E01117F3C600C9C8D7 /* btClipPolygon.h in Headers */,
BC4340E21117F3C600C9C8D7 /* btContactProcessing.h in Headers */,
BC4340E41117F3C600C9C8D7 /* btGenericPoolAllocator.h in Headers */,
BC4340E51117F3C600C9C8D7 /* btGeometryOperations.h in Headers */,
BC4340E71117F3C600C9C8D7 /* btGImpactBvh.h in Headers */,
BC4340E91117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h in Headers */,
BC4340EA1117F3C600C9C8D7 /* btGImpactMassUtil.h in Headers */,
BC4340EC1117F3C600C9C8D7 /* btGImpactQuantizedBvh.h in Headers */,
BC4340EE1117F3C600C9C8D7 /* btGImpactShape.h in Headers */,
BC4340EF1117F3C600C9C8D7 /* btQuantization.h in Headers */,
BC4340F11117F3C600C9C8D7 /* btTriangleShapeEx.h in Headers */,
BC4340F21117F3C600C9C8D7 /* gim_array.h in Headers */,
BC4340F31117F3C600C9C8D7 /* gim_basic_geometry_operations.h in Headers */,
BC4340F41117F3C600C9C8D7 /* gim_bitset.h in Headers */,
BC4340F51117F3C600C9C8D7 /* gim_box_collision.h in Headers */,
BC4340F71117F3C600C9C8D7 /* gim_box_set.h in Headers */,
BC4340F81117F3C600C9C8D7 /* gim_clip_polygon.h in Headers */,
BC4340FA1117F3C600C9C8D7 /* gim_contact.h in Headers */,
BC4340FB1117F3C600C9C8D7 /* gim_geom_types.h in Headers */,
BC4340FC1117F3C600C9C8D7 /* gim_geometry.h in Headers */,
BC4340FD1117F3C600C9C8D7 /* gim_hash_table.h in Headers */,
BC4340FE1117F3C600C9C8D7 /* gim_linear_math.h in Headers */,
BC4340FF1117F3C600C9C8D7 /* gim_math.h in Headers */,
BC4341011117F3C600C9C8D7 /* gim_memory.h in Headers */,
BC4341021117F3C600C9C8D7 /* gim_radixsort.h in Headers */,
BC4341041117F3C600C9C8D7 /* gim_tri_collision.h in Headers */,
BC4341081117F3C600C9C8D7 /* btContinuousConvexCollision.h in Headers */,
BC43410A1117F3C600C9C8D7 /* btConvexCast.h in Headers */,
BC43410B1117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h in Headers */,
BC43410C1117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h in Headers */,
BC43410E1117F3C600C9C8D7 /* btGjkConvexCast.h in Headers */,
BC4341101117F3C600C9C8D7 /* btGjkEpa2.h in Headers */,
BC4341121117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h in Headers */,
BC4341141117F3C600C9C8D7 /* btGjkPairDetector.h in Headers */,
BC4341151117F3C600C9C8D7 /* btManifoldPoint.h in Headers */,
BC4341171117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h in Headers */,
BC4341191117F3C600C9C8D7 /* btPersistentManifold.h in Headers */,
BC43411A1117F3C600C9C8D7 /* btPointCollector.h in Headers */,
BC43411C1117F3C600C9C8D7 /* btRaycastCallback.h in Headers */,
BC43411D1117F3C600C9C8D7 /* btSimplexSolverInterface.h in Headers */,
BC43411F1117F3C600C9C8D7 /* btSubSimplexConvexCast.h in Headers */,
BC4341211117F3C600C9C8D7 /* btVoronoiSimplexSolver.h in Headers */,
BC4341221117F3C600C9C8D7 /* btCharacterControllerInterface.h in Headers */,
BC4341241117F3C600C9C8D7 /* btKinematicCharacterController.h in Headers */,
BC4341261117F3C600C9C8D7 /* btConeTwistConstraint.h in Headers */,
BC4341271117F3C600C9C8D7 /* btConstraintSolver.h in Headers */,
BC4341291117F3C600C9C8D7 /* btContactConstraint.h in Headers */,
BC43412A1117F3C600C9C8D7 /* btContactSolverInfo.h in Headers */,
BC43412C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h in Headers */,
BC43412E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h in Headers */,
BC4341301117F3C600C9C8D7 /* btHinge2Constraint.h in Headers */,
BC4341321117F3C600C9C8D7 /* btHingeConstraint.h in Headers */,
BC4341331117F3C600C9C8D7 /* btJacobianEntry.h in Headers */,
BC4341351117F3C600C9C8D7 /* btPoint2PointConstraint.h in Headers */,
BC4341371117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h in Headers */,
BC4341391117F3C600C9C8D7 /* btSliderConstraint.h in Headers */,
BC43413B1117F3C600C9C8D7 /* btSolve2LinearConstraint.h in Headers */,
BC43413C1117F3C600C9C8D7 /* btSolverBody.h in Headers */,
BC43413D1117F3C600C9C8D7 /* btSolverConstraint.h in Headers */,
BC43413F1117F3C600C9C8D7 /* btTypedConstraint.h in Headers */,
BC4341411117F3C600C9C8D7 /* btUniversalConstraint.h in Headers */,
BC4341421117F3C600C9C8D7 /* btActionInterface.h in Headers */,
BC4341441117F3C600C9C8D7 /* btContinuousDynamicsWorld.h in Headers */,
BC4341461117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h in Headers */,
BC4341471117F3C600C9C8D7 /* btDynamicsWorld.h in Headers */,
BC4341491117F3C600C9C8D7 /* btRigidBody.h in Headers */,
BC43414B1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h in Headers */,
BC4341501117F3C600C9C8D7 /* btRaycastVehicle.h in Headers */,
BC4341511117F3C600C9C8D7 /* btVehicleRaycaster.h in Headers */,
BC4341531117F3C600C9C8D7 /* btWheelInfo.h in Headers */,
BC4341551117F3C600C9C8D7 /* btGpu3DGridBroadphase.h in Headers */,
BC4341561117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h in Headers */,
BC4341571117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h in Headers */,
BC4341581117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h in Headers */,
BC4341591117F3C600C9C8D7 /* btGpuDefines.h in Headers */,
BC43415A1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h in Headers */,
BC43415B1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h in Headers */,
BC43415D1117F3C600C9C8D7 /* btThreadSupportInterface.h in Headers */,
BC4341601117F3C600C9C8D7 /* MiniCLTask.h in Headers */,
BC4341621117F3C600C9C8D7 /* MiniCLTaskScheduler.h in Headers */,
BC4341631117F3C600C9C8D7 /* PlatformDefinitions.h in Headers */,
BC4341651117F3C600C9C8D7 /* PosixThreadSupport.h in Headers */,
BC4341661117F3C600C9C8D7 /* PpuAddressSpace.h in Headers */,
BC4341681117F3C600C9C8D7 /* SequentialThreadSupport.h in Headers */,
BC43416A1117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h in Headers */,
BC43416C1117F3C600C9C8D7 /* SpuCollisionTaskProcess.h in Headers */,
BC43416E1117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h in Headers */,
BC43416F1117F3C600C9C8D7 /* SpuDoubleBuffer.h in Headers */,
BC4341711117F3C600C9C8D7 /* SpuFakeDma.h in Headers */,
BC4341731117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h in Headers */,
BC4341751117F3C600C9C8D7 /* SpuLibspe2Support.h in Headers */,
BC4341761117F3C600C9C8D7 /* Box.h in Headers */,
BC4341781117F3C600C9C8D7 /* boxBoxDistance.h in Headers */,
BC43417A1117F3C600C9C8D7 /* SpuCollisionShapes.h in Headers */,
BC43417C1117F3C600C9C8D7 /* SpuContactResult.h in Headers */,
BC43417D1117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h in Headers */,
BC43417F1117F3C600C9C8D7 /* SpuGatheringCollisionTask.h in Headers */,
BC4341801117F3C600C9C8D7 /* SpuLocalSupport.h in Headers */,
BC4341821117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h in Headers */,
BC4341831117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h in Headers */,
BC4341851117F3C600C9C8D7 /* SpuSampleTask.h in Headers */,
BC4341871117F3C600C9C8D7 /* SpuSampleTaskProcess.h in Headers */,
BC4341881117F3C600C9C8D7 /* boolInVec.h in Headers */,
BC4341891117F3C600C9C8D7 /* floatInVec.h in Headers */,
BC43418A1117F3C600C9C8D7 /* mat_aos.h in Headers */,
BC43418B1117F3C600C9C8D7 /* quat_aos.h in Headers */,
BC43418C1117F3C600C9C8D7 /* vec_aos.h in Headers */,
BC43418D1117F3C600C9C8D7 /* vectormath_aos.h in Headers */,
BC43418E1117F3C600C9C8D7 /* vectormath2bullet.h in Headers */,
BC4341901117F3C600C9C8D7 /* Win32ThreadSupport.h in Headers */,
BC4341921117F3C600C9C8D7 /* btSoftBody.h in Headers */,
BC4341941117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h in Headers */,
BC4341961117F3C600C9C8D7 /* btSoftBodyHelpers.h in Headers */,
BC4341971117F3C600C9C8D7 /* btSoftBodyInternals.h in Headers */,
BC4341991117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h in Headers */,
BC43419B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h in Headers */,
BC43419D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h in Headers */,
BC43419F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h in Headers */,
BC4341A01117F3C600C9C8D7 /* btSparseSDF.h in Headers */,
BC4341A41117F3C600C9C8D7 /* btAabbUtil2.h in Headers */,
BC4341A61117F3C600C9C8D7 /* btAlignedAllocator.h in Headers */,
BC4341A71117F3C600C9C8D7 /* btAlignedObjectArray.h in Headers */,
BC4341A91117F3C600C9C8D7 /* btConvexHull.h in Headers */,
BC4341AA1117F3C600C9C8D7 /* btDefaultMotionState.h in Headers */,
BC4341AC1117F3C600C9C8D7 /* btGeometryUtil.h in Headers */,
BC4341AD1117F3C600C9C8D7 /* btHashMap.h in Headers */,
BC4341AE1117F3C600C9C8D7 /* btIDebugDraw.h in Headers */,
BC4341AF1117F3C600C9C8D7 /* btList.h in Headers */,
BC4341B01117F3C600C9C8D7 /* btMatrix3x3.h in Headers */,
BC4341B11117F3C600C9C8D7 /* btMinMax.h in Headers */,
BC4341B21117F3C600C9C8D7 /* btMotionState.h in Headers */,
BC4341B31117F3C600C9C8D7 /* btPoolAllocator.h in Headers */,
BC4341B41117F3C600C9C8D7 /* btQuadWord.h in Headers */,
BC4341B51117F3C600C9C8D7 /* btQuaternion.h in Headers */,
BC4341B71117F3C600C9C8D7 /* btQuickprof.h in Headers */,
BC4341B81117F3C600C9C8D7 /* btRandom.h in Headers */,
BC4341B91117F3C600C9C8D7 /* btScalar.h in Headers */,
BC4341BB1117F3C600C9C8D7 /* btSerializer.h in Headers */,
BC4341BC1117F3C600C9C8D7 /* btStackAlloc.h in Headers */,
BC4341BD1117F3C600C9C8D7 /* btTransform.h in Headers */,
BC4341BE1117F3C600C9C8D7 /* btTransformUtil.h in Headers */,
BC4341BF1117F3C600C9C8D7 /* btVector3.h in Headers */,
BC4341C21117F3C600C9C8D7 /* cl.h in Headers */,
BC4341C31117F3C600C9C8D7 /* cl_gl.h in Headers */,
BC4341C41117F3C600C9C8D7 /* cl_platform.h in Headers */,
BC4342011117F4CF00C9C8D7 /* sphere_shape.h in Headers */,
BC4342021117F4CF00C9C8D7 /* sphere_shape_impl.h in Headers */,
BC4342031117F4CF00C9C8D7 /* solver.h in Headers */,
BC4342051117F4CF00C9C8D7 /* solver_impl.h in Headers */,
BC4342061117F4CF00C9C8D7 /* shared_ptr.h in Headers */,
BC4342071117F4CF00C9C8D7 /* rigidBodyNode.h in Headers */,
BC4342091117F4CF00C9C8D7 /* rigidBodyArrayNode.h in Headers */,
BC43420B1117F4CF00C9C8D7 /* rigid_body.h in Headers */,
BC43420C1117F4CF00C9C8D7 /* rigid_body_impl.h in Headers */,
BC43420E1117F4CF00C9C8D7 /* plane_shape.h in Headers */,
BC43420F1117F4CF00C9C8D7 /* plane_shape_impl.h in Headers */,
BC4342101117F4CF00C9C8D7 /* pdbIO.h in Headers */,
BC4342121117F4CF00C9C8D7 /* mesh_shape.h in Headers */,
BC4342131117F4CF00C9C8D7 /* mesh_shape_impl.h in Headers */,
BC4342141117F4CF00C9C8D7 /* mayaUtils.h in Headers */,
BC4342151117F4CF00C9C8D7 /* mathUtils.h in Headers */,
BC4342161117F4CF00C9C8D7 /* dSolverNode.h in Headers */,
BC4342181117F4CF00C9C8D7 /* dSolverCmd.h in Headers */,
BC43421A1117F4CF00C9C8D7 /* dRigidBodyCmd.h in Headers */,
BC43421C1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h in Headers */,
BC43421E1117F4CF00C9C8D7 /* drawUtils.h in Headers */,
BC4342201117F4CF00C9C8D7 /* convex_hull_shape.h in Headers */,
BC4342211117F4CF00C9C8D7 /* convex_hull_shape_impl.h in Headers */,
BC4342221117F4CF00C9C8D7 /* collisionShapeNode.h in Headers */,
BC4342241117F4CF00C9C8D7 /* collision_shape.h in Headers */,
BC4342251117F4CF00C9C8D7 /* collision_shape_impl.h in Headers */,
BC4342261117F4CF00C9C8D7 /* bulletExport.h in Headers */,
BC4342281117F4CF00C9C8D7 /* bt_sphere_shape.h in Headers */,
BC4342291117F4CF00C9C8D7 /* bt_solver.h in Headers */,
BC43422B1117F4CF00C9C8D7 /* bt_rigid_body.h in Headers */,
BC43422C1117F4CF00C9C8D7 /* bt_plane_shape.h in Headers */,
BC43422D1117F4CF00C9C8D7 /* bt_mesh_shape.h in Headers */,
BC43422E1117F4CF00C9C8D7 /* bt_convex_hull_shape.h in Headers */,
BC43422F1117F4CF00C9C8D7 /* bt_collision_shape.h in Headers */,
BC4342301117F4CF00C9C8D7 /* bt_box_shape.h in Headers */,
BC4342311117F4CF00C9C8D7 /* box_shape.h in Headers */,
BC4342321117F4CF00C9C8D7 /* box_shape_impl.h in Headers */,
BC4342531117F51F00C9C8D7 /* sliderConstraintNode.h in Headers */,
BC4342551117F51F00C9C8D7 /* slider_constraint_impl.h in Headers */,
BC4342561117F51F00C9C8D7 /* sixdofConstraintNode.h in Headers */,
BC4342581117F51F00C9C8D7 /* sixdof_constraint.h in Headers */,
BC4342591117F51F00C9C8D7 /* sixdof_constraint_impl.h in Headers */,
BC43425A1117F51F00C9C8D7 /* nailConstraintNode.h in Headers */,
BC43425C1117F51F00C9C8D7 /* nail_constraint_impl.h in Headers */,
BC43425E1117F51F00C9C8D7 /* hinge_constraint.h in Headers */,
BC43425F1117F51F00C9C8D7 /* hinge_constraint_impl.h in Headers */,
BC4342601117F51F00C9C8D7 /* dSliderConstraintCmd.h in Headers */,
BC4342621117F51F00C9C8D7 /* dsixdofConstraintCmd.h in Headers */,
BC4342641117F51F00C9C8D7 /* dNailConstraintCmd.h in Headers */,
BC4342661117F51F00C9C8D7 /* dHingeConstraintCmd.h in Headers */,
BC4342681117F51F00C9C8D7 /* constraint.h in Headers */,
BC4342691117F51F00C9C8D7 /* constraint_impl.h in Headers */,
BC43426A1117F51F00C9C8D7 /* bt_slider_constraint.h in Headers */,
BC43426B1117F51F00C9C8D7 /* bt_sixdof_constraint.h in Headers */,
BC43426C1117F51F00C9C8D7 /* bt_nail_constraint.h in Headers */,
BC43426D1117F51F00C9C8D7 /* bt_hinge_constraint.h in Headers */,
BC43426E1117F51F00C9C8D7 /* bt_constraint.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
D2AAC0620554660B00DB518D /* BulletMayaPlugin */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8A7F05ED086863A70064D097 /* Build configuration list for PBXNativeTarget "BulletMayaPlugin" */;
buildPhases = (
D2AAC0600554660B00DB518D /* Headers */,
D2AAC0610554660B00DB518D /* Sources */,
D289988505E68E00004EDB86 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = BulletMayaPlugin;
productName = BulletMayaPluginn;
productReference = D2AAC0630554660B00DB518D /* BulletMayaPlugin.bundle */;
productType = "com.apple.product-type.library.dynamic";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 8A7F05F1086863A70064D097 /* Build configuration list for PBXProject "BulletMayaPlugin" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* BulletMayaPlugin */;
projectDirPath = "";
projectRoot = "";
targets = (
D2AAC0620554660B00DB518D /* BulletMayaPlugin */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
D2AAC0610554660B00DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BC4340501117F3C600C9C8D7 /* btAxisSweep3.cpp in Sources */,
BC4340531117F3C600C9C8D7 /* btBroadphaseProxy.cpp in Sources */,
BC4340551117F3C600C9C8D7 /* btCollisionAlgorithm.cpp in Sources */,
BC4340571117F3C600C9C8D7 /* btDbvt.cpp in Sources */,
BC4340591117F3C600C9C8D7 /* btDbvtBroadphase.cpp in Sources */,
BC43405B1117F3C600C9C8D7 /* btDispatcher.cpp in Sources */,
BC43405D1117F3C600C9C8D7 /* btMultiSapBroadphase.cpp in Sources */,
BC43405F1117F3C600C9C8D7 /* btOverlappingPairCache.cpp in Sources */,
BC4340621117F3C600C9C8D7 /* btQuantizedBvh.cpp in Sources */,
BC4340641117F3C600C9C8D7 /* btSimpleBroadphase.cpp in Sources */,
BC4340661117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp in Sources */,
BC4340681117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp in Sources */,
BC43406A1117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp in Sources */,
BC43406C1117F3C600C9C8D7 /* btBoxBoxDetector.cpp in Sources */,
BC4340701117F3C600C9C8D7 /* btCollisionDispatcher.cpp in Sources */,
BC4340721117F3C600C9C8D7 /* btCollisionObject.cpp in Sources */,
BC4340741117F3C600C9C8D7 /* btCollisionWorld.cpp in Sources */,
BC4340761117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp in Sources */,
BC4340781117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp in Sources */,
BC43407A1117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */,
BC43407C1117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp in Sources */,
BC43407E1117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */,
BC4340801117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp in Sources */,
BC4340821117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp in Sources */,
BC4340841117F3C600C9C8D7 /* btGhostObject.cpp in Sources */,
BC4340861117F3C600C9C8D7 /* btInternalEdgeUtility.cpp in Sources */,
BC4340881117F3C600C9C8D7 /* btManifoldResult.cpp in Sources */,
BC43408A1117F3C600C9C8D7 /* btSimulationIslandManager.cpp in Sources */,
BC43408C1117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp in Sources */,
BC43408E1117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp in Sources */,
BC4340901117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */,
BC4340921117F3C600C9C8D7 /* btUnionFind.cpp in Sources */,
BC4340941117F3C600C9C8D7 /* SphereTriangleDetector.cpp in Sources */,
BC4340961117F3C600C9C8D7 /* btBox2dShape.cpp in Sources */,
BC4340981117F3C600C9C8D7 /* btBoxShape.cpp in Sources */,
BC43409A1117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp in Sources */,
BC43409C1117F3C600C9C8D7 /* btCapsuleShape.cpp in Sources */,
BC43409F1117F3C600C9C8D7 /* btCollisionShape.cpp in Sources */,
BC4340A11117F3C600C9C8D7 /* btCompoundShape.cpp in Sources */,
BC4340A31117F3C600C9C8D7 /* btConcaveShape.cpp in Sources */,
BC4340A51117F3C600C9C8D7 /* btConeShape.cpp in Sources */,
BC4340A71117F3C600C9C8D7 /* btConvex2dShape.cpp in Sources */,
BC4340A91117F3C600C9C8D7 /* btConvexHullShape.cpp in Sources */,
BC4340AB1117F3C600C9C8D7 /* btConvexInternalShape.cpp in Sources */,
BC4340AD1117F3C600C9C8D7 /* btConvexPointCloudShape.cpp in Sources */,
BC4340AF1117F3C600C9C8D7 /* btConvexShape.cpp in Sources */,
BC4340B11117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp in Sources */,
BC4340B31117F3C600C9C8D7 /* btCylinderShape.cpp in Sources */,
BC4340B51117F3C600C9C8D7 /* btEmptyShape.cpp in Sources */,
BC4340B71117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp in Sources */,
BC4340BA1117F3C600C9C8D7 /* btMinkowskiSumShape.cpp in Sources */,
BC4340BC1117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp in Sources */,
BC4340BE1117F3C600C9C8D7 /* btMultiSphereShape.cpp in Sources */,
BC4340C01117F3C600C9C8D7 /* btOptimizedBvh.cpp in Sources */,
BC4340C21117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp in Sources */,
BC4340C41117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp in Sources */,
BC4340C61117F3C600C9C8D7 /* btShapeHull.cpp in Sources */,
BC4340C81117F3C600C9C8D7 /* btSphereShape.cpp in Sources */,
BC4340CA1117F3C600C9C8D7 /* btStaticPlaneShape.cpp in Sources */,
BC4340CC1117F3C600C9C8D7 /* btStridingMeshInterface.cpp in Sources */,
BC4340CE1117F3C600C9C8D7 /* btTetrahedronShape.cpp in Sources */,
BC4340D01117F3C600C9C8D7 /* btTriangleBuffer.cpp in Sources */,
BC4340D21117F3C600C9C8D7 /* btTriangleCallback.cpp in Sources */,
BC4340D41117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp in Sources */,
BC4340D61117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp in Sources */,
BC4340D81117F3C600C9C8D7 /* btTriangleMesh.cpp in Sources */,
BC4340DA1117F3C600C9C8D7 /* btTriangleMeshShape.cpp in Sources */,
BC4340DD1117F3C600C9C8D7 /* btUniformScalingShape.cpp in Sources */,
BC4340E11117F3C600C9C8D7 /* btContactProcessing.cpp in Sources */,
BC4340E31117F3C600C9C8D7 /* btGenericPoolAllocator.cpp in Sources */,
BC4340E61117F3C600C9C8D7 /* btGImpactBvh.cpp in Sources */,
BC4340E81117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp in Sources */,
BC4340EB1117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp in Sources */,
BC4340ED1117F3C600C9C8D7 /* btGImpactShape.cpp in Sources */,
BC4340F01117F3C600C9C8D7 /* btTriangleShapeEx.cpp in Sources */,
BC4340F61117F3C600C9C8D7 /* gim_box_set.cpp in Sources */,
BC4340F91117F3C600C9C8D7 /* gim_contact.cpp in Sources */,
BC4341001117F3C600C9C8D7 /* gim_memory.cpp in Sources */,
BC4341031117F3C600C9C8D7 /* gim_tri_collision.cpp in Sources */,
BC4341051117F3C600C9C8D7 /* Makefile in Sources */,
BC4341061117F3C600C9C8D7 /* Jamfile in Sources */,
BC4341071117F3C600C9C8D7 /* btContinuousConvexCollision.cpp in Sources */,
BC4341091117F3C600C9C8D7 /* btConvexCast.cpp in Sources */,
BC43410D1117F3C600C9C8D7 /* btGjkConvexCast.cpp in Sources */,
BC43410F1117F3C600C9C8D7 /* btGjkEpa2.cpp in Sources */,
BC4341111117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */,
BC4341131117F3C600C9C8D7 /* btGjkPairDetector.cpp in Sources */,
BC4341161117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */,
BC4341181117F3C600C9C8D7 /* btPersistentManifold.cpp in Sources */,
BC43411B1117F3C600C9C8D7 /* btRaycastCallback.cpp in Sources */,
BC43411E1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp in Sources */,
BC4341201117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp in Sources */,
BC4341231117F3C600C9C8D7 /* btKinematicCharacterController.cpp in Sources */,
BC4341251117F3C600C9C8D7 /* btConeTwistConstraint.cpp in Sources */,
BC4341281117F3C600C9C8D7 /* btContactConstraint.cpp in Sources */,
BC43412B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp in Sources */,
BC43412D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp in Sources */,
BC43412F1117F3C600C9C8D7 /* btHinge2Constraint.cpp in Sources */,
BC4341311117F3C600C9C8D7 /* btHingeConstraint.cpp in Sources */,
BC4341341117F3C600C9C8D7 /* btPoint2PointConstraint.cpp in Sources */,
BC4341361117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp in Sources */,
BC4341381117F3C600C9C8D7 /* btSliderConstraint.cpp in Sources */,
BC43413A1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp in Sources */,
BC43413E1117F3C600C9C8D7 /* btTypedConstraint.cpp in Sources */,
BC4341401117F3C600C9C8D7 /* btUniversalConstraint.cpp in Sources */,
BC4341431117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp in Sources */,
BC4341451117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp in Sources */,
BC4341481117F3C600C9C8D7 /* btRigidBody.cpp in Sources */,
BC43414A1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp in Sources */,
BC43414C1117F3C600C9C8D7 /* Bullet-C-API.cpp in Sources */,
BC43414D1117F3C600C9C8D7 /* Makefile in Sources */,
BC43414E1117F3C600C9C8D7 /* Jamfile in Sources */,
BC43414F1117F3C600C9C8D7 /* btRaycastVehicle.cpp in Sources */,
BC4341521117F3C600C9C8D7 /* btWheelInfo.cpp in Sources */,
BC4341541117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp in Sources */,
BC43415C1117F3C600C9C8D7 /* btThreadSupportInterface.cpp in Sources */,
BC43415E1117F3C600C9C8D7 /* Jamfile in Sources */,
BC43415F1117F3C600C9C8D7 /* MiniCLTask.cpp in Sources */,
BC4341611117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp in Sources */,
BC4341641117F3C600C9C8D7 /* PosixThreadSupport.cpp in Sources */,
BC4341671117F3C600C9C8D7 /* SequentialThreadSupport.cpp in Sources */,
BC4341691117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp in Sources */,
BC43416B1117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp in Sources */,
BC43416D1117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp in Sources */,
BC4341701117F3C600C9C8D7 /* SpuFakeDma.cpp in Sources */,
BC4341721117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp in Sources */,
BC4341741117F3C600C9C8D7 /* SpuLibspe2Support.cpp in Sources */,
BC4341771117F3C600C9C8D7 /* boxBoxDistance.cpp in Sources */,
BC4341791117F3C600C9C8D7 /* SpuCollisionShapes.cpp in Sources */,
BC43417B1117F3C600C9C8D7 /* SpuContactResult.cpp in Sources */,
BC43417E1117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp in Sources */,
BC4341811117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp in Sources */,
BC4341841117F3C600C9C8D7 /* SpuSampleTask.cpp in Sources */,
BC4341861117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp in Sources */,
BC43418F1117F3C600C9C8D7 /* Win32ThreadSupport.cpp in Sources */,
BC4341911117F3C600C9C8D7 /* btSoftBody.cpp in Sources */,
BC4341931117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp in Sources */,
BC4341951117F3C600C9C8D7 /* btSoftBodyHelpers.cpp in Sources */,
BC4341981117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp in Sources */,
BC43419A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp in Sources */,
BC43419C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp in Sources */,
BC43419E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp in Sources */,
BC4341A11117F3C600C9C8D7 /* Jamfile in Sources */,
BC4341A21117F3C600C9C8D7 /* Makefile in Sources */,
BC4341A31117F3C600C9C8D7 /* Jamfile in Sources */,
BC4341A51117F3C600C9C8D7 /* btAlignedAllocator.cpp in Sources */,
BC4341A81117F3C600C9C8D7 /* btConvexHull.cpp in Sources */,
BC4341AB1117F3C600C9C8D7 /* btGeometryUtil.cpp in Sources */,
BC4341B61117F3C600C9C8D7 /* btQuickprof.cpp in Sources */,
BC4341BA1117F3C600C9C8D7 /* btSerializer.cpp in Sources */,
BC4341C01117F3C600C9C8D7 /* Makefile in Sources */,
BC4341C11117F3C600C9C8D7 /* Jamfile in Sources */,
BC4342041117F4CF00C9C8D7 /* solver.cpp in Sources */,
BC4342081117F4CF00C9C8D7 /* rigidBodyNode.cpp in Sources */,
BC43420A1117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp in Sources */,
BC43420D1117F4CF00C9C8D7 /* pluginMain.cpp in Sources */,
BC4342111117F4CF00C9C8D7 /* pdbIO.cpp in Sources */,
BC4342171117F4CF00C9C8D7 /* dSolverNode.cpp in Sources */,
BC4342191117F4CF00C9C8D7 /* dSolverCmd.cpp in Sources */,
BC43421B1117F4CF00C9C8D7 /* dRigidBodyCmd.cpp in Sources */,
BC43421D1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp in Sources */,
BC43421F1117F4CF00C9C8D7 /* drawUtils.cpp in Sources */,
BC4342231117F4CF00C9C8D7 /* collisionShapeNode.cpp in Sources */,
BC4342271117F4CF00C9C8D7 /* bulletExport.cpp in Sources */,
BC43422A1117F4CF00C9C8D7 /* bt_solver.cpp in Sources */,
BC4342541117F51F00C9C8D7 /* sliderConstraintNode.cpp in Sources */,
BC4342571117F51F00C9C8D7 /* sixdofConstraintNode.cpp in Sources */,
BC43425B1117F51F00C9C8D7 /* nailConstraintNode.cpp in Sources */,
BC43425D1117F51F00C9C8D7 /* hingeConstraintNode.cpp in Sources */,
BC4342611117F51F00C9C8D7 /* dSliderConstraintCmd.cpp in Sources */,
BC4342631117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp in Sources */,
BC4342651117F51F00C9C8D7 /* dNailConstraintCmd.cpp in Sources */,
BC4342671117F51F00C9C8D7 /* dHingeConstraintCmd.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
8A7F05EE086863A70064D097 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = "";
EXECUTABLE_EXTENSION = bundle;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_MASTER_OBJECT_FILE = NO;
INSTALL_PATH = /usr/local/lib;
LIBRARY_STYLE = BUNDLE;
MACH_O_TYPE = mh_bundle;
PREBINDING = NO;
PRODUCT_NAME = BulletMayaPlugin;
ZERO_LINK = YES;
};
name = Debug;
};
8A7F05EF086863A70064D097 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = "";
EXECUTABLE_EXTENSION = bundle;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_MASTER_OBJECT_FILE = NO;
INSTALL_PATH = /usr/local/lib;
LIBRARY_STYLE = BUNDLE;
MACH_O_TYPE = mh_bundle;
PREBINDING = NO;
PRODUCT_NAME = BulletMayaPlugin;
ZERO_LINK = NO;
};
name = Release;
};
8A7F05F0086863A70064D097 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = "";
EXECUTABLE_EXTENSION = bundle;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_MASTER_OBJECT_FILE = NO;
INSTALL_PATH = /usr/local/lib;
LIBRARY_STYLE = BUNDLE;
MACH_O_TYPE = mh_bundle;
PREBINDING = NO;
PRODUCT_NAME = BulletMayaPlugin;
};
name = Default;
};
8A7F05F2086863A70064D097 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(MAYA_DIRECTORY)/devkit/include/maya/OpenMayaMac.h";
GCC_PREPROCESSOR_DEFINITIONS = (
MAC_PLUGIN,
_BOOL,
REQUIRE_IOSTREAM,
);
HEADER_SEARCH_PATHS = "$(MAYA_DIRECTORY)/devkit/include/";
LIBRARY_SEARCH_PATHS = "$(MAYA_DIRECTORY)/Maya.app/Contents/MacOS";
LIBRARY_STYLE = BUNDLE;
MAYA_DIRECTORY = /Applications/Autodesk/maya2010;
OTHER_LDFLAGS = (
"-lOpenMaya",
"-lFoundation",
"-Wl,-executable_path,$(MAYA_DIRECTORY)/Maya.app/Contents/MacOS",
"-lOpenMayaUI",
"-lOpenMayaFX",
"-lOpenMaya",
"-lFoundation",
);
USER_HEADER_SEARCH_PATHS = ". ../../src";
};
name = Debug;
};
8A7F05F3086863A70064D097 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(MAYA_DIRECTORY)/devkit/include/maya/OpenMayaMac.h";
GCC_PREPROCESSOR_DEFINITIONS = (
MAC_PLUGIN,
_BOOL,
REQUIRE_IOSTREAM,
);
HEADER_SEARCH_PATHS = "$(MAYA_DIRECTORY)/devkit/include/";
LIBRARY_SEARCH_PATHS = "$(MAYA_DIRECTORY)/Maya.app/Contents/MacOS";
LIBRARY_STYLE = BUNDLE;
MAYA_DIRECTORY = /Applications/Autodesk/maya2010;
OTHER_LDFLAGS = (
"-lOpenMaya",
"-lFoundation",
"-Wl,-executable_path,$(MAYA_DIRECTORY)/Maya.app/Contents/MacOS",
"-lOpenMayaUI",
"-lOpenMayaFX",
"-lOpenMaya",
"-lFoundation",
);
USER_HEADER_SEARCH_PATHS = ". ../../src";
};
name = Release;
};
8A7F05F4086863A70064D097 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(MAYA_DIRECTORY)/devkit/include/maya/OpenMayaMac.h";
GCC_PREPROCESSOR_DEFINITIONS = (
MAC_PLUGIN,
_BOOL,
REQUIRE_IOSTREAM,
);
HEADER_SEARCH_PATHS = "$(MAYA_DIRECTORY)/devkit/include/";
LIBRARY_SEARCH_PATHS = "$(MAYA_DIRECTORY)/Maya.app/Contents/MacOS";
MAYA_DIRECTORY = /Applications/Autodesk/maya2010;
OTHER_LDFLAGS = (
"-lOpenMaya",
"-lFoundation",
"-Wl,-executable_path,$(MAYA_DIRECTORY)/Maya.app/Contents/MacOS",
"-lOpenMayaUI",
"-lOpenMayaFX",
"-lOpenMaya",
"-lFoundation",
);
USER_HEADER_SEARCH_PATHS = ". ../../src";
};
name = Default;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
8A7F05ED086863A70064D097 /* Build configuration list for PBXNativeTarget "BulletMayaPlugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8A7F05EE086863A70064D097 /* Debug */,
8A7F05EF086863A70064D097 /* Release */,
8A7F05F0086863A70064D097 /* Default */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
8A7F05F1086863A70064D097 /* Build configuration list for PBXProject "BulletMayaPlugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8A7F05F2086863A70064D097 /* Debug */,
8A7F05F3086863A70064D097 /* Release */,
8A7F05F4086863A70064D097 /* Default */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
/* End XCConfigurationList section */
};
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}