$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-06-01 14:00:09
> I think this confusion would be fixed if I could invoke bjam from
> project/vc current folder and pass it Jamroot location explicitly. Is
> this possible?
>
> Andrey
Yes, I use it this way also. I invoke bjam using:
%BOOST_ROOT%\bjam --v2 -d0 ..
(note the two dots at the end - they are the relative path from the
vcproj to Jamfile.v2)
-- Bojan Resnik