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/util/SignalHandler.h

    r2596 r2639  
    4545}
    4646
    47 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_LINUX
     47#ifdef ORXONOX_PLATFORM_LINUX
    4848#include <signal.h>
    4949
     
    9797}
    9898
    99 #else /* ORXONOX_PLATFORM == ORXONOX_PLATFORM_LINUX */
     99#else /* ORXONOX_PLATFORM_LINUX */
    100100
    101101namespace orxonox
     
    114114}
    115115
    116 #endif /* ORXONOX_PLATFORM == ORXONOX_PLATFORM_LINUX */
     116#endif /* ORXONOX_PLATFORM_LINUX */
    117117
    118118#endif /* _SignalHandler_H__ */
Note: See TracChangeset for help on using the changeset viewer.