Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2008, 1:01:57 PM (15 years ago)
Author:
rgrieder
Message:

Fixed static linker problem with bullet and gcc: We have to specify the libraries in reverse dependency order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/CMakeLists.txt

    r2119 r2141  
    146146  tinyxml_orxonox
    147147  tolualib_orxonox
     148#LibBulletSoftBody
     149  LibBulletDynamics
     150  LibBulletCollision
    148151  LibLinearMath
    149   LibBulletCollision
    150   LibBulletDynamics
    151   LibBulletSoftBody
    152   ogrebullet_collisions_orxonox
    153   ogrebullet_dynamics_orxonox
     152#ogrebullet_collisions_orxonox
     153#ogrebullet_dynamics_orxonox
    154154  util
    155155  core
Note: See TracChangeset for help on using the changeset viewer.