$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Wieger Wesselink (wieger_at_[hidden])
Date: 2004-05-09 08:43:25
Hi,
when trying to configure the free command line compiler from Microsoft
(http://msdn.microsoft.com/visualc/vctoolkit2003/), I noticed that
the file vcvars32.bat was not located in the bin directory as is
assumed by Boost.Build v2. So I needed to copy the file there.
Perhaps this should be documented somewhere? In user-config.jam I
have set the following:
using msvc : 7.1 : "C:\\Program Files\\Microsoft Visual C++ Toolkit
2003" ;
Regards,
Wieger