$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-04 06:32:40
Kirill,
> Wow, that was fast. I've just adopted M4 and here M5 comes.
> Great!
Thanks. I'm trying to maintain 2 week release cycle for now. Works very great.
It's much easier to track progress and it also forces me to prefer one
finished feature to three started.
> I am not sure if I would be able to test the preview before holydays,
> however I have a quick comment. I glanced over the docs and found
> following problem: in main targets section example
>
> exe a : a_gcc.cpp : <toolset> ;
> exe a : a.cpp ;
>
> should probably read
>
> exe a : a_gcc.cpp : <toolset>gcc ;
> exe a : a.cpp ;
Yep, you're right. Corrected.
Thanks,
Volodya