added defines for msvc to disable bogus warnings

This commit is contained in:
Arvid Norberg 2006-11-02 12:44:33 +00:00
parent 84aa3cf421
commit 5e4be184a3
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ project torrent
# these compiler settings just makes the compiler standard conforming
<toolset>msvc:<cxxflags>/Zc:wchar_t
<toolset>msvc:<cxxflags>/Zc:forScope
# disable bogus deprecation warnings on msvc8
<toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
<toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
# this should be defined when libtorrent is built as
# a dll. It will make sure the functions and classes
# are exported (GCC 4 and msvc)