|
Boost-Build : |
From: Motonari Ito (motonari_at_[hidden])
Date: 2004-10-08 18:18:49
Hello,
Is there a way to change the build-dir based on the current debug/
release mode?
Something like:
------
if $(mode) = debug {
project : build-dir path/to/debug_output ;
} else {
project : build-dir path/to/release_output ;
}
------
I understand that the default build path has debug/release distinction
such as "bin/msvc-8.0/debug", but I want to change the root of the build
path, to work with a legacy system.
Thank you.
---- Motonari Ito (motonari_at_[hidden])
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