Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 12:10:57 AM (16 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/gamestates/GSRoot.cc

    r2171 r2639  
    4444#include "Settings.h"
    4545
    46 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32
     46#ifdef ORXONOX_PLATFORM_WINDOWS
    4747#  ifndef WIN32_LEAN_AND_MEAN
    4848#    define WIN32_LEAN_AND_MEAN
     
    165165    void GSRoot::setThreadAffinity(unsigned int limitToCPU)
    166166    {
    167 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32
     167#ifdef ORXONOX_PLATFORM_WINDOWS
    168168        // Get the current process core mask
    169169            DWORD procMask;
Note: See TracChangeset for help on using the changeset viewer.