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.

Location:
code/branches/unity_build/src/external/bullet
Files:
3 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
  • code/branches/unity_build/src/external/bullet/BulletDynamics/CMakeLists.txt

    r8351 r8558  
    11ADD_SOURCE_FILES(BULLET_FILES
    22
    3 COMPILATION_BEGIN BulletDynamicsCompilation.cpp
     3BUILD_UNIT BulletDynamicsBuildUnit.cpp
    44
    55        Character/btKinematicCharacterController.cpp
     
    2626        Vehicle/btWheelInfo.cpp
    2727
    28 COMPILATION_END
     28END_BUILD_UNIT
    2929
    3030        # Headers
  • 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.