Set BOOST_ALL_NO_LIB for _dll tests

[SVN r32884]
This commit is contained in:
Vladimir Prus 2006-02-13 09:04:49 +00:00
parent 596f8aa46f
commit 48ee128928

View File

@ -13,7 +13,8 @@ rule po-test ( source )
{
return
[ run $(source) ]
[ run $(source) : : : <link>shared : $(source:B)_dll ]
[ run $(source) : : : <link>shared <define>BOOST_ALL_DYN_LINK=1
: $(source:B)_dll ]
;
}