Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 10:02:58 PM (16 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/src/orxonox/CMakeLists.txt

    r2638 r2640  
    4040INCLUDE_DIRECTORIES(pch/nopch)
    4141
    42 IF(NOT GCC_SYSTEM_HEADER_SUPPORT)
     42IF(GCC_NO_SYSTEM_HEADER_SUPPORT)
    4343  # Get around displaying a few hundred lines of warning code
    4444  SET_SOURCE_FILES_PROPERTIES(gamestates/GSGraphics.cc PROPERTIES COMPILE_FLAGS "-w")
Note: See TracChangeset for help on using the changeset viewer.