merged Jamfile fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-06-12 16:38:15 +00:00
parent 1db4fae595
commit ca7d1c343b
1 changed files with 2 additions and 2 deletions

View File

@ -594,8 +594,8 @@ lib torrent
# on windows, when linking statically against asio
# but producing a DLL, everything inside the DLL needs
# to declare the symbol as being exported
<link>shared,<boost-link>static:<define>BOOST_ASIO_SOURCE
<link>shared,<boost-link>static:<define>BOOST_SYSTEM_SOURCE
<link>shared:<define>BOOST_ASIO_SOURCE
<link>shared:<define>BOOST_SYSTEM_SOURCE
<link>shared,<boost-link>static:<define>BOOST_ALL_DYN_LINK
<link>shared:<define>BOOST_ALL_DYN_LINK