Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 10:02:58 PM (15 years ago)
Author:
rgrieder
Message:
  • Corrected version info
  • Bugfix: GCC 3 warning workaround was active for other compilers than GCC
  • Bugfix: Tolua bind files for debug and release configurations had the same path in MSVC. Using separate paths now to avoid reompiling when changing the configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/BuildConfigGCC.cmake

    r2638 r2640  
    3636INCLUDE(CompareVersionStrings)
    3737COMPARE_VERSION_STRINGS("${GCC_VERSION}" "4.0.0" _compare_result)
    38 IF(NOT _compare_result LESS 0)
    39   SET(GCC_SYSTEM_HEADER_SUPPORT TRUE)
     38IF(_compare_result LESS 0)
     39  SET(GCC_NO_SYSTEM_HEADER_SUPPORT)
    4040ENDIF()
    4141
Note: See TracChangeset for help on using the changeset viewer.