Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/external/bullet/BulletDynamics/CMakeLists.txt @ 9318

Last change on this file since 9318 was 8729, checked in by rgrieder, 13 years ago

Merged unity_build branch back to trunk.

Features:

  • Implemented fully automatic build units to speed up compilation if requested
  • Added DOUT macro for quick debug output
  • Activated text colouring in the POSIX IOConsole
  • DeclareToluaInterface is not necessary anymore

Improvements:

  • Output levels now change appropriately when switch back and forth from dev mode
  • Log level for the file output is now also correct during startup
  • Removed some header file dependencies in core and tools to speed up compilation

no more file for command line options

  • Improved util::tribool by adapting some concepts from boost::tribool

Regressions:

  • It is not possible anymore to specify command line arguments in an extra file because we've got config values for that purpose.
  • Property svn:eol-style set to native
File size: 1.9 KB
RevLine 
[2710]1ADD_SOURCE_FILES(BULLET_FILES
[5929]2
[8351]3        Character/btKinematicCharacterController.cpp
4
5        ConstraintSolver/btConeTwistConstraint.cpp
[1963]6        ConstraintSolver/btContactConstraint.cpp
7        ConstraintSolver/btGeneric6DofConstraint.cpp
[8351]8        ConstraintSolver/btGeneric6DofSpringConstraint.cpp
9        ConstraintSolver/btHinge2Constraint.cpp
[1963]10        ConstraintSolver/btHingeConstraint.cpp
11        ConstraintSolver/btPoint2PointConstraint.cpp
12        ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
13        ConstraintSolver/btSliderConstraint.cpp
14        ConstraintSolver/btSolve2LinearConstraint.cpp
15        ConstraintSolver/btTypedConstraint.cpp
[8351]16        ConstraintSolver/btUniversalConstraint.cpp
[2710]17
[8351]18        Dynamics/btContinuousDynamicsWorld.cpp
[1963]19        Dynamics/btDiscreteDynamicsWorld.cpp
[8351]20        Dynamics/btRigidBody.cpp
[1963]21        Dynamics/btSimpleDynamicsWorld.cpp
[8351]22        Dynamics/Bullet-C-API.cpp
[1963]23        Vehicle/btRaycastVehicle.cpp
24        Vehicle/btWheelInfo.cpp
[2710]25
26        # Headers
[8351]27        ConstraintSolver/btConeTwistConstraint.h
[2710]28        ConstraintSolver/btConstraintSolver.h
29        ConstraintSolver/btContactConstraint.h
30        ConstraintSolver/btContactSolverInfo.h
31        ConstraintSolver/btGeneric6DofConstraint.h
[8351]32        ConstraintSolver/btGeneric6DofSpringConstraint.h
33        ConstraintSolver/btHinge2Constraint.h
[2710]34        ConstraintSolver/btHingeConstraint.h
35        ConstraintSolver/btJacobianEntry.h
36        ConstraintSolver/btPoint2PointConstraint.h
37        ConstraintSolver/btSequentialImpulseConstraintSolver.h
38        ConstraintSolver/btSliderConstraint.h
39        ConstraintSolver/btSolve2LinearConstraint.h
40        ConstraintSolver/btSolverBody.h
41        ConstraintSolver/btSolverConstraint.h
42        ConstraintSolver/btTypedConstraint.h
[8351]43        ConstraintSolver/btUniversalConstraint.h
[2882]44        Dynamics/btActionInterface.h
[2710]45        Dynamics/btContinuousDynamicsWorld.h
46        Dynamics/btDiscreteDynamicsWorld.h
47        Dynamics/btDynamicsWorld.h
48        Dynamics/btSimpleDynamicsWorld.h
49        Dynamics/btRigidBody.h
50
51        Vehicle/btRaycastVehicle.h
52        Vehicle/btVehicleRaycaster.h
53        Vehicle/btWheelInfo.h
54
55        Character/btCharacterControllerInterface.h
56        Character/btKinematicCharacterController.h
[1963]57)
Note: See TracBrowser for help on using the repository browser.