$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Melnikov (andy.melnikov_at_[hidden])
Date: 2006-08-09 19:49:10
With "using msvc : 8.0 ;" in user-config.jam I get
boost_date_time-vc80-1_35.lib, but with "using msvc ;" I get an
incorrect boost_date_time-vc-1_35.lib file name. The 80 suffix
disappears and breaks the autolinking feature of Boost.
Also, if I use "using msvc ;", I cannot specify msvc-8.0 on the
command line, but just msvc alone does work.
-- Andrei