Orbital nuking of C4819 (code-page warning)

develop
Warmist 2012-04-15 01:20:59 +03:00
parent 451f07ecb4
commit e686b1c8e2
1 changed files with 3 additions and 0 deletions

@ -14,6 +14,9 @@ endif(CMAKE_CONFIGURATION_TYPES)
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(dfhack)
# disable C4819 code-page warning
add_definitions( "/wd4819" )
# set up folder structures for IDE solutions
# MSVC Express won't load solutions that use this. It also doesn't include MFC supported
# Check for MFC!