$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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.