$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jamie Davis (jad_at_[hidden])
Date: 2005-04-11 16:45:09
Vladimir Prus wrote:
>On Monday 11 April 2005 18:14, Jan Rehders wrote:
>
>
>If you want to just take all command lines that Boost.Build generates and
>generate project file from them, then toolset looks a sensible approach.
>But... why don't you just run
>
> bjam -n -a msvc
>
>and postprocess the result? It has all the commands and targets and flags.
>
>- Volodya
>
>
>
>
Actually, I am working on a program to do exactly that. I use the output
from bjam -n -a and also the output from the -d+12 option to determine
what vcproj's to make, what files to include and what options to set in
the IDE (which is the hard part).
I can follow this mail up in a day or two with more detail if you there
is interest - I have always intended to share the results anyway.
Jamie.