From af7fc46c5a02be9ef3ce264fce49cc4535f5351a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 30 Jul 2005 15:52:51 +0000 Subject: [PATCH] Account for VC8 not having single threaded runtimes. [SVN r30321] --- v1/boost-base.jam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v1/boost-base.jam b/v1/boost-base.jam index ef6efc9a4..7d846002a 100644 --- a/v1/boost-base.jam +++ b/v1/boost-base.jam @@ -2929,6 +2929,11 @@ rule toolset::requirements ( toolset variant : subvariant-path properties * ) case vc-8* : requirements += on ; } } + # vc8 doesn't have any single threaded runtime + switch $(toolset) + { + case vc-8* : requirements += multi ; + } } case intel-win32* : {