From 0b0eaed049ae03bbaa80c79d4eae15b831ff4c43 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 1 Jan 2015 10:13:49 -0800 Subject: [PATCH] Also disable unused boost stuff on Windows --- build/standard-settings.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/standard-settings.props b/build/standard-settings.props index cd2812d24..0d364afd3 100644 --- a/build/standard-settings.props +++ b/build/standard-settings.props @@ -19,6 +19,8 @@ BOOST_ALL_NO_LIB; BOOST_HAS_ICU; + BOOST_SYSTEM_NO_DEPRECATED; + BOOST_MULTI_INDEX_DISABLE_SERIALIZATION; U_STATIC_IMPLEMENTATION; WIN32; _WINDOWS;