$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: klapshin (klapshin_at_[hidden])
Date: 2003-07-03 11:49:01
Wow, that was fast. I've just adopted M4 and here M5 comes.
Great!
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 ;
--Kirill