links against boost-system

This commit is contained in:
Arvid Norberg 2008-05-15 16:58:32 +00:00
parent ed3cf2bb54
commit 5703d607af
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ rule linking ( properties * )
result += <library>boost_filesystem
<library>boost_thread
<library>boost_iostreams
<library>boost_system
;
}
@ -110,6 +111,7 @@ rule linking ( properties * )
result += <library>/boost/thread//boost_thread
<library>/boost/filesystem//boost_filesystem
<library>/boost/iostreams//boost_iostreams
<library>/boost/system//boost_system
<include>$(BOOST_ROOT)
<define>BOOST_ALL_NO_LIB
;