$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-01-20 12:30:45
Hi,
I need to define some path variables swith the current toolset used...
For the moment I define constant in my project-root.jam, and I want
something like that:
If (currenttoolset = msvc-7.1) BUILD_DIR = C:/results/7.1
If (currenttoolset = msvc-6.0) BUILD_DIR = C:/results/6.0
How can I do that ?
Thanks in advance.
TEMPLIE Cédric