From 6b5bc4d18821d00a2832bb0a574649fc61725005 Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Mon, 19 Feb 2007 12:08:24 +0000 Subject: [PATCH] force msvc-6.5_stlport4 also only using static libs. [SVN r37002] --- build/Jamfile.v2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 07eb7679..20f98c91 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -68,9 +68,13 @@ lib boost_prg_exec_monitor : $(PRG_EXEC_MON_SOURCES).cpp ; lib boost_test_exec_monitor : $(TEST_EXEC_MON_SOURCES).cpp : static ; -lib boost_unit_test_framework : $(UTF_SOURCES).cpp : msvc-6.5:static ; +lib boost_unit_test_framework + : $(UTF_SOURCES).cpp + : msvc-6.5:static + 6.5_stlport4:static + ; alias minimal : : : : msvc:on - ; \ No newline at end of file + ;