# Copyright Oliver Kowalke 2014. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) import feature ; import modules ; import toolset ; project boost/coroutine2 : requirements /boost/context//boost_context gcc,on:-fsplit-stack gcc,on:-DBOOST_USE_SEGMENTED_STACKS clang,on:-fsplit-stack clang,on:-DBOOST_USE_SEGMENTED_STACKS shared:BOOST_COROUTINES2_DYN_LINK=1 BOOST_COROUTINES2_SOURCE multi : usage-requirements shared:BOOST_COROUTINES2_DYN_LINK=1 speed:BOOST_DISABLE_ASSERTS release:BOOST_DISABLE_ASSERTS : source-location ../src ; lib boost_coroutine2 : : shared:../../context/build//boost_context ; boost-install boost_coroutine2 ;