mirror of
https://github.com/boostorg/coroutine.git
synced 2026-01-30 07:42:52 +00:00
renamic coroutine<> -> asymmetric_coroutine<>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user