$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Carlo Wood (carlo_at_[hidden])
Date: 2002-09-12 08:40:02
On Wed, Sep 11, 2002 at 11:00:19PM -0500, Rene Rivera wrote:
> >What is wrong with this?
> >
> >~/c++/boost/libs/demangler/test>cat Jamfile
> >SubDir TOP libs demangler test ;
> >
> >Main myprog : test.cpp ;
>
> That's Perforce-Jam syntax, not Boost.Build syntax...
>
> ----
> subproject libs/demangler/test ;
>
> exe myprog : test.cpp ;
> ----
???
~/c++/boost/libs/demangler/test>jam
warning: unknown rule subproject
warning: unknown rule exe
...found 7 targets...
-- Carlo Wood <carlo_at_[hidden]>