Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2011, 4:15:19 AM (14 years ago)
Author:
rgrieder
Message:

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

File:
1 edited

Legend:

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

    r8393 r8558  
    11ADD_SOURCE_FILES(BULLET_FILES
    22
    3 COMPILATION_BEGIN BulletCollisionCompilation.cpp
     3BUILD_UNIT BulletCollisionBuildUnit.cpp
    44
    55        BroadphaseCollision/btAxisSweep3.cpp
     
    8888        NarrowPhaseCollision/btVoronoiSimplexSolver.cpp
    8989
    90 COMPILATION_END
     90END_BUILD_UNIT
    9191
    92     # Raises compiler errors when compiled inside the compilation
     92    # Raises compiler errors when compiled inside the build unit
    9393        NarrowPhaseCollision/btPolyhedralContactClipping.cpp
    9494
Note: See TracChangeset for help on using the changeset viewer.