Boost logo

Boost-Build :

From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2005-06-17 08:04:04


David Abrahams writes:
> Dang. I'll try HTML-ifying and Cc you so you can't miss it:
>
> bjam "-sBUILD=<dmc><*><runtime-link><static"

Doesn't have any effect. "-sBUILD=<runtime-link><static"
does, but naturally affects all the toolsets.

> It was meant to be more like:
>
> {
> local v = BUILD ;
> if ! $(BUILD)
> {
> v = DEFAULT_BUILD ;
> }
> if ! <dmc><*><runtime-link>static in $($(v))
> {
> $(v) += <dmc><*><runtime-link>static

Did you miss a semi-colon? If I add one, the bjam eats it but stops
building anything (just says "... found N targets..." and quits).

> }
> }

-- 
Aleksey Gurtovoy
MetaCommunications Engineering
 

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