Boost logo

Boost-Build :

From: Paul Schmidt (prs_at_[hidden])
Date: 2003-07-30 14:20:12


--- In jamboost_at_[hidden], Rene Rivera <grafik666_at_r...> wrote:
> Paul, I got your files. But I have not been able to reproduce your
problem
> (using latest CVS here). My first question is, where is your
boost-build.jam
> file? As it wasn't in the archive you sent me.
>
This is in my c:\bjam directory:

BOOST_ROOT = $(.boost-build-file:D) ;
if --v2 in $(ARGV)
{
if $(JAM_VERSION:J="") < 030103
{
ECHO "error: Boost.Jam 3.1.3 or later required" ;
EXIT ;
}
else
{
JAMFILE = [Jj]amfile.v2 ;
boost-build tools/build/new ;
}
}
else
{
boost-build tools/build ;
}

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk