$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: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])