# 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 ; import-search /boost/context ; import boost-context-features ; project : common-requirements $(boost_dependencies) : requirements /boost/context//boost_context linux,gcc,on:-fsplit-stack linux,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 BOOST_COROUTINES_NO_LIB=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:/boost/context//boost_context ;