Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2011, 5:07:42 AM (13 years ago)
Author:
rgrieder
Message:

Updated Bullet from v2.77 to v2.78.
(I'm not going to make a branch for that since the update from 2.74 to 2.77 hasn't been tested that much either).

You will HAVE to do a complete RECOMPILE! I tested with MSVC and MinGW and they both threw linker errors at me.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/external/bullet/BulletCollision/CMakeLists.txt

    r8351 r8393  
    5050        CollisionShapes/btConvexInternalShape.cpp
    5151        CollisionShapes/btConvexPointCloudShape.cpp
     52        CollisionShapes/btConvexPolyhedron.cpp
    5253        CollisionShapes/btConvexShape.cpp
    5354        CollisionShapes/btConvex2dShape.cpp
     
    8889
    8990COMPILATION_END
     91
     92    # Raises compiler errors when compiled inside the compilation
     93        NarrowPhaseCollision/btPolyhedralContactClipping.cpp
    9094
    9195        # Headers
     
    140144        CollisionShapes/btConvexInternalShape.h
    141145        CollisionShapes/btConvexPointCloudShape.h
     146        CollisionShapes/btConvexPolyhedron.h
    142147        CollisionShapes/btConvexShape.h
    143148        CollisionShapes/btConvex2dShape.h
     
    184189        NarrowPhaseCollision/btSubSimplexConvexCast.h
    185190        NarrowPhaseCollision/btVoronoiSimplexSolver.h
     191        NarrowPhaseCollision/btPolyhedralContactClipping.h
    186192)
Note: See TracChangeset for help on using the changeset viewer.