$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2005-11-08 02:32:05
> > I have a problem with the CVS version and searched libs. Using the
> > following example Jamroot:
> >
> > lib kernel32 ;
>
> Unfortunately, this declares an empty target. This should read
>
> lib kernel32 : : <name>kernel32.lib ;
The syntaxes are equivalent according to the docs - the above is
just provided as a shorthand for below. Anyhow, it used to work, but
it doesn't with the CVS version. Note that using qt via /qt//QtCore
doesn't work too - the qt lib is not passed on to the response file.
-- Bojan Resnik