Boost logo

Boost-Build :

Subject: Re: [Boost-build] Alias problem
From: Sherwood Hu (sherwood_at_[hidden])
Date: 2009-04-03 12:43:13


Konstantin,

Thanks. It worked. But how to add two defines at the same time? I tried

<define>_UNIT_TEST<define>_ENABLE_LOGGING

and neither enters the compile.



-----Original Message-----
From: boost-build-bounces_at_[hidden] [mailto:boost-build-bounces_at_[hidden]] On Behalf Of Konstantin Litvinenko
Sent: Friday, April 03, 2009 9:41 AM
To: boost-build_at_[hidden]
Subject: Re: [Boost-build] Alias problem

Sherwood Hu пишет:
>
> alias mylib : ../build : <define>_UNIT_TEST ;
>

Should be:

alias mylib : ../build/<define>_UNIT_TEST ;

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-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