links against boost-system
This commit is contained in:
parent
ed3cf2bb54
commit
5703d607af
2
Jamfile
2
Jamfile
|
@ -93,6 +93,7 @@ rule linking ( properties * )
|
||||||
result += <library>boost_filesystem
|
result += <library>boost_filesystem
|
||||||
<library>boost_thread
|
<library>boost_thread
|
||||||
<library>boost_iostreams
|
<library>boost_iostreams
|
||||||
|
<library>boost_system
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -110,6 +111,7 @@ rule linking ( properties * )
|
||||||
result += <library>/boost/thread//boost_thread
|
result += <library>/boost/thread//boost_thread
|
||||||
<library>/boost/filesystem//boost_filesystem
|
<library>/boost/filesystem//boost_filesystem
|
||||||
<library>/boost/iostreams//boost_iostreams
|
<library>/boost/iostreams//boost_iostreams
|
||||||
|
<library>/boost/system//boost_system
|
||||||
<include>$(BOOST_ROOT)
|
<include>$(BOOST_ROOT)
|
||||||
<define>BOOST_ALL_NO_LIB
|
<define>BOOST_ALL_NO_LIB
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue