Adjust static_asio lib options in Jamfile

This commit is contained in:
Vinnie Falco
2018-12-19 18:35:20 -08:00
parent 9ccd8a754a
commit 002861bbc8
2 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ Version 200
* Refactor ostream
* Refactor static_buffer
* HTTP tidying
* Adjust static_asio lib options in Jamfile
API Changes:

View File

@@ -80,7 +80,14 @@ lib static_asio
cxx11_template_aliases
cxx11_variadic_templates
]
<define>BOOST_ASIO_NO_DEPRECATED=1
<define>BOOST_ASIO_DISABLE_BOOST_ARRAY=1
<define>BOOST_ASIO_DISABLE_BOOST_BIND=1
<define>BOOST_ASIO_DISABLE_BOOST_DATE_TIME=1
<define>BOOST_ASIO_DISABLE_BOOST_REGEX=1
<define>BOOST_ASIO_SEPARATE_COMPILATION
<define>BOOST_COROUTINES_NO_DEPRECATION_WARNING=1
<os>NT:<define>_WIN32_WINNT=0x0601
<link>static
;