Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 12:10:57 AM (15 years ago)
Author:
rgrieder
Message:

Cleanup in OrxonoxConfig.h.in. Made use of various CMake features like CheckInclude or CheckCompiles to determine some options and macros in the config header file.

Also removed util/Integers.h and placed the code directory in OrxonoxConfig.h.in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/orxonox/pch/havepch/OrxonoxStableHeaders.h

    r2567 r2639  
    5757
    5858//Get around Windows hackery (windows.h is included by Ogre.h)
    59 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32
     59#ifdef ORXONOX_PLATFORM_WINDOWS
    6060#  ifdef max
    6161#    undef max
     
    100100//#endif /* ifdef NDEBUG */
    101101
    102 #endif /* ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC && !defined(ORXONOX_DISABLE_PCH) */
     102#endif /* defined(ORXONOX_ENABLE_PCH) */
    103103
    104104#endif /* _OrxonoxStableHeaders_H__ */
Note: See TracChangeset for help on using the changeset viewer.