Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2011, 4:15:19 AM (13 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/LinearMath/CMakeLists.txt

    r8393 r8558  
    11ADD_SOURCE_FILES(BULLET_FILES
    22
    3 COMPILATION_BEGIN BulletLinearMathCompilation.cpp
     3BUILD_UNIT BulletLinearMathBuildUnit.cpp
    44        btAlignedAllocator.cpp
    55        btConvexHull.cpp
    6     btConvexHullComputer.cpp
     6        btConvexHullComputer.cpp
    77        btGeometryUtil.cpp
    88        btQuickprof.cpp
    99        btSerializer.cpp
    10 COMPILATION_END
     10END_BUILD_UNIT
    1111
    1212        # Headers
     
    1515        btAlignedObjectArray.h
    1616        btConvexHull.h
    17     btConvexHullComputer.h
     17        btConvexHullComputer.h
    1818        btDefaultMotionState.h
    1919        btGeometryUtil.h
Note: See TracChangeset for help on using the changeset viewer.