Browse Source

math_info doesn't link with Borland unless built against the static runtime.

[SVN r39755]
John Maddock 18 years ago
parent
commit
0e29d3589b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      status/Jamfile.v2

+ 3 - 1
status/Jamfile.v2

@@ -108,7 +108,7 @@ build-project ../libs/xpressive/test ;         # test-suite xpressive
                 <threading>multi #!!!<no-warn>config_test.cpp
           ]
            [ run libs/config/test/config_info.cpp : : : <test-info>always_show_run_output ]
-           [ run libs/config/test/math_info.cpp : : : <test-info>always_show_run_output ]
+           [ run libs/config/test/math_info.cpp : : : <test-info>always_show_run_output <toolset>borland:<runtime-link>static <toolset>borland:<link>static ]
            [ run libs/config/test/abi/abi_test.cpp libs/config/test/abi/main.cpp ]
            [ run libs/config/test/limits_test.cpp test_exec_monitor ]
            [ run libs/config/test/link/main.cpp ../libs/config/test/link//link_test
@@ -182,3 +182,5 @@ build-project ../libs/xpressive/test ;         # test-suite xpressive
 
 
 
+
+

粤ICP备19079148号