Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5750


Ignore:
Timestamp:
Sep 20, 2009, 12:06:22 PM (15 years ago)
Author:
rgrieder
Message:

Fixed case issues and fixed non-PCH build in DynLib.cc on Linux

Location:
code/trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/external/bullet/BulletPrecompiledHeaders.h

    r5749 r5750  
    4040///////////////////////////////////////////
    4141
    42 #include <bullet/bulletcollision/collisionshapes/btConvexInternalShape.h> // 37
    43 #include <bullet/bulletcollision/collisiondispatch/btCollisionObject.h> // 33
     42#include <bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h> // 37
     43#include <bullet/BulletCollision/CollisionDispatch/btCollisionObject.h> // 33
    4444
    4545
  • code/trunk/src/libraries/core/DynLib.cc

    r5738 r5750  
    4242#endif
    4343
     44#ifdef ORXONOX_PLATFORM_LINUX
     45#  include <dlfcn.h>
     46#endif
     47
    4448#ifdef ORXONOX_PLATFORM_APPLE
    45  include "macPlugins.h"
     49include <macPlugins.h>
    4650#endif
    4751
  • code/trunk/src/modules/overlays/OverlaysPrecompiledHeaders.h

    r5749 r5750  
    4444#include <tinyxml/ticpp.h> // 14
    4545//#include <OgreOverlayelement.h> // 7, 7.2MB
    46 #include <bullet/linearmath/btMotionState.h> // 6
     46#include <bullet/LinearMath/btMotionState.h> // 6
    4747//#include <OgrePanelOverlayelement.h> // 5
    4848
Note: See TracChangeset for help on using the changeset viewer.