Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-07-20 10:49:13


I'm still having problems using BBv1 with standalone projects.
Aleksey?

cd c:/tmp/
myjam foo
Cannot extract library name from path /.

 --=-=-= Content-Type: text/x-jam
Content-Disposition: inline; filename=boost-build.jam
Content-Description: boost-build.jam

# Set the BOOST environment variable on your command-line or in the
# environment to point at the root of your regular Boost installation.
# Defaults to finding the boost installation in the same directory as
# the directory containing this file.
BOOST ?= $(.boost-build-file:D)/../boost ;
BOOST_ROOT = $(BOOST) ;
#JAMFILE = Jamfile.v2 ;
boost-build $(BOOST)/tools/build/v1 ;
 --=-=-= Content-Type: text/x-jam
Content-Disposition: inline; filename=Jamrules
Content-Description: Jamrules

# set up this directory to be identified as $(FLUID) in every subproject
BOOST ?= ../boost ;
project boost : $(BOOST) ;
 --=-=-= Content-Type: text/x-jam
Content-Disposition: inline; filename=Jamfile
Content-Description: Jamfile

project-root ;

import testing ;

compile foo
: foo.cpp
: <sysinclude>@boost ;
 --=-=-=

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com
 --=-=-=-- 

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