# Copyright Oliver Kowalke 2009. # 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/coroutine : requirements /boost/context//boost_context /boost/system//boost_system /boost/thread//boost_thread gcc,on:-fsplit-stack gcc,on:-DBOOST_USE_SEGMENTED_STACKS clang,on:-fsplit-stack clang,on:-DBOOST_USE_SEGMENTED_STACKS shared:BOOST_COROUTINES_DYN_LINK=1 BOOST_COROUTINES_SOURCE : usage-requirements shared:BOOST_COROUTINES_DYN_LINK=1 : source-location ../src ; alias stack_traits_sources : windows/stack_traits.cpp : windows ; alias stack_traits_sources : posix/stack_traits.cpp ; explicit stack_traits_sources ; lib boost_coroutine : detail/coroutine_context.cpp exceptions.cpp stack_traits_sources : shared:../../context/build//boost_context shared:../../system/build//boost_system shared:../../thread/build//boost_thread ; boost-install boost_coroutine ;