$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2006-01-31 13:26:49
Daniel Einspanjer wrote:
> in the docs, it seems to me that bjam is supposed to be able to find
> msvc installations that follow standard installation paths.
CVS HEAD version definitely does it. I'm not sure about Milestone 10.
> In my boost-build root, I have a user-config.jam that declares "using
> msvc ;".
Try using msvc : 8.0 : "<full path to cl.exe>" ;
> That just seems a bit strange to me. Is there any further documentation
> on how bjam is supposed to behave with determining toolset locations?
http://www.boost.org/doc/html/bbv2/advanced.html#bbv2.advanced.configuration
Best regards/Venlig hilsen,
Alexey Pakhunov.