$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jarda Grešula (jgresula_at_[hidden])
Date: 2006-07-16 17:13:18
Hello,
my scenario is that I use msvc toolset configured like this:
using msvc : x.y ;
but every now and then I use msvc toolset configured in this way:
using msvc : x.y : : <compiler>nmcl.exe <linker>nmlink.exe ;
Is there a way to define these side-by-side in a Jamfile and select one of them
from command line?
Thanks,
Jarda.