Changeset 2640 for code/branches/buildsystem2/src/core
- Timestamp:
- Feb 8, 2009, 10:02:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/core/CMakeLists.txt
r2638 r2640 68 68 GENERATE_TOLUA_BINDINGS(Core CORE_FILES INPUTFILES LuaBind.h CommandExecutor.h) 69 69 70 IF( NOT GCC_SYSTEM_HEADER_SUPPORT)70 IF(GCC_NO_SYSTEM_HEADER_SUPPORT) 71 71 # Get around displaying a few hundred lines of warning code 72 72 SET_SOURCE_FILES_PROPERTIES(ArgumentCompletionFunctions.cc PROPERTIES COMPILE_FLAGS "-w")
Note: See TracChangeset
for help on using the changeset viewer.