From ce659fb9193c7cc145b8ff956e0ddf54fb380ca0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 22 Oct 2007 08:43:52 +0000 Subject: [PATCH] Skip some "impossible" vc8 targets. [SVN r40278] --- test/link/test/Jamfile.v2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/link/test/Jamfile.v2 b/test/link/test/Jamfile.v2 index 00bc07bc..c52c15cd 100644 --- a/test/link/test/Jamfile.v2 +++ b/test/link/test/Jamfile.v2 @@ -68,10 +68,10 @@ autolink-lib link_test : ../link_test.cpp explicit link_test ; run ../main.cpp link_test - : : : static static single debug : link_test_static_single_debug ; + : : : msvc-8.0:no static static single debug : link_test_static_single_debug ; run ../main.cpp link_test - : : : static static single release : link_test_static_single_release ; + : : : msvc-8.0:no static static single release : link_test_static_single_release ; run ../main.cpp link_test : : : static static multi debug : link_test_static_multi_debug ; @@ -107,3 +107,4 @@ run ../main.cpp link_test +