Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2009, 4:24:59 PM (15 years ago)
Author:
rgrieder
Message:
  • Libraries get built to lib/ instead of bin/. CMake 2.6.0 finally treats DLLs as runtime target, so we can do this.
  • Bugfix in media directory finding
  • Bugfix in OrxonoxConfig.h.in
  • Looking for stdint.h instead of cstdint to have uint32_t, etc. on tardis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/CMakeLists.txt

    r2640 r2650  
    6464# Check ciso646 include (operators in words)
    6565INCLUDE(CheckIncludeFileCXX)
    66 CHECK_INCLUDE_FILE_CXX(cstdint HAVE_CSTDINT)
    67 CHECK_INCLUDE_FILE_CXX(cstddef HAVE_CSTDDEF)
    68 CHECK_INCLUDE_FILE_CXX(ciso646 HAVE_CISO646)
     66CHECK_INCLUDE_FILE_CXX(iso646.h HAVE_ISO646_H)
    6967
    7068SET(GENERATED_FILE_COMMENT
Note: See TracChangeset for help on using the changeset viewer.