Make math_info static link for Borland (fixes unresolved externals from Borland/STLport bug).

[SVN r32401]
This commit is contained in:
John Maddock
2006-01-24 17:29:56 +00:00
parent 2e5048e150
commit 7fdcdabd3e

View File

@ -13,7 +13,7 @@ subproject libs/config/test ;
import testing ./options ;
run config_info.cpp <template>config_options ;
run math_info.cpp <template>config_options ;
run math_info.cpp <template>config_options : : : <borland><*><runtime-link>static ;
run config_test.cpp <template>config_options ;
run limits_test.cpp <template>config_test_options ;
run abi/abi_test.cpp abi/main.cpp <template>config_options ;
@ -326,3 +326,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" :
[ compile-fail no_wchar_t_fail.cpp <template>config_options ] ;