2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00

force msvc-6.5_stlport4 also only using static libs.

[SVN r37002]
This commit is contained in:
Roland Schwarz
2007-02-19 12:08:24 +00:00
parent 2e75ced270
commit 6b5bc4d188

View File

@@ -68,9 +68,13 @@ lib boost_prg_exec_monitor : $(PRG_EXEC_MON_SOURCES).cpp ;
lib boost_test_exec_monitor : $(TEST_EXEC_MON_SOURCES).cpp : <link>static ;
lib boost_unit_test_framework : $(UTF_SOURCES).cpp : <toolset>msvc-6.5:<link>static ;
lib boost_unit_test_framework
: $(UTF_SOURCES).cpp
: <toolset>msvc-6.5:<link>static
<toolset-msvc:version>6.5_stlport4:<link>static
;
alias minimal : : : :
<toolset>msvc:<asynch-exceptions>on
;
;