|
Boost-Build : |
From: Motonari Ito (motonari_at_[hidden])
Date: 2004-10-08 18:31:24
I'm sorry - I think my point is not clear enough.
What I want to know is how to get a value of $(mode). If I could get it,
the following Jamfile would work for me.
>Something like:
>------
>if $(mode) = debug {
> project : build-dir path/to/debug_output ;
>} else {
> project : build-dir path/to/release_output ;
>}
>------
Thank you.
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