Boost logo

Boost-Build :

Subject: Re: [Boost-build] Install target and projects
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-02-15 11:27:40


AMDG

Andreas wrote:
> Now, there's a next question. I have a Jamfile:
>
> project doastools
> ;
>
> exe aspmath : aspmath.cpp
> /boost/program_options//boost_program_options
> ;
>
> install tools
> : doastools
> : <variant>release:<location>../../bin/release
> <variant>debug:<location>../../bin/debug
> ;
>
> Obviously, I'm missing something pretty basic about projects and how
> to use them ... Any ideas?

Project names have a leading /. Try

install tools
    : /doastools
    : ...
;

In Christ,
Steven Watanabe


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