~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to extern/bullet2/src/BulletDynamics/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
ADD_LIBRARY(LibBulletDynamics
6
6
 
7
7
        ConstraintSolver/btContactConstraint.cpp
 
8
        ConstraintSolver/btContactConstraint.h
 
9
        ConstraintSolver/btConeTwistConstraint.cpp
 
10
        ConstraintSolver/btConeTwistConstraint.h
8
11
        ConstraintSolver/btGeneric6DofConstraint.cpp
 
12
        ConstraintSolver/btGeneric6DofConstraint.h
9
13
        ConstraintSolver/btHingeConstraint.cpp
 
14
        ConstraintSolver/btHingeConstraint.h
10
15
        ConstraintSolver/btPoint2PointConstraint.cpp
 
16
        ConstraintSolver/btPoint2PointConstraint.h
11
17
        ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
 
18
        ConstraintSolver/btSequentialImpulseConstraintSolver.h
 
19
        ConstraintSolver/btSliderConstraint.cpp
 
20
        ConstraintSolver/btSliderConstraint.h
12
21
        ConstraintSolver/btSolve2LinearConstraint.cpp
 
22
        ConstraintSolver/btSolve2LinearConstraint.h
13
23
        ConstraintSolver/btTypedConstraint.cpp
 
24
        ConstraintSolver/btTypedConstraint.h
 
25
        Dynamics/Bullet-C-API.cpp
14
26
        Dynamics/btDiscreteDynamicsWorld.cpp
 
27
        Dynamics/btDiscreteDynamicsWorld.h
15
28
        Dynamics/btSimpleDynamicsWorld.cpp
16
 
        Dynamics/Bullet-C-API.cpp
 
29
        Dynamics/btSimpleDynamicsWorld.h
17
30
        Dynamics/btRigidBody.cpp
 
31
        Dynamics/btRigidBody.h
18
32
        Vehicle/btRaycastVehicle.cpp
 
33
        Vehicle/btRaycastVehicle.h
19
34
        Vehicle/btWheelInfo.cpp
 
35
        Vehicle/btWheelInfo.h
20
36
)