renamic coroutine<> -> asymmetric_coroutine<>

This commit is contained in:
Oliver Kowalke
2014-02-01 11:24:38 +01:00
parent b3b1d2bc70
commit ad206b293d
29 changed files with 63 additions and 48 deletions

View File

@@ -14,24 +14,9 @@ import modules ;
import os ;
import toolset ;
if [ os.name ] = SOLARIS
{
lib socket ;
lib nsl ;
}
else if [ os.name ] = NT
{
lib ws2_32 ;
lib mswsock ;
}
else if [ os.name ] = HPUX
{
lib ipv6 ;
}
project boost/coroutine/example
: requirements
<library>../../build//boost_coroutine
<library>../../../build//boost_coroutine
<library>/boost/program_options//boost_program_options
<library>/boost/thread//boost_thread
<toolset>gcc-4.7,<segmented-stacks>on:<cxxflags>-fsplit-stack