$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-07-08 05:54:02
David Abrahams wrote:
> > same. As for their creating: you can have
> >
> > exe a.exe : a.cpp : <toolset>gcc ;
> > exe a.cpp : b.cpp ;
>
> ^^^^^
> ???
Sorry, I meant
exe a.exe : a.cpp : <toolset>gcc ;
exe a.exe : b.cpp ;
- Volodya