$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-07-01 14:21:00
Andrey Melnikov <melnikov_at_[hidden]> writes:
> BBv1 uses -sTOOLS=msvc syntax. How can I specify the toolset in bbv2?
> Now I use "using [ modules.peek : TOOLS ] ;" in my Jamfiles. Is there a
> more straightforward way?
Put the "using" in your user-config.jam, and just specify "msvc" on
the bjam command-line
bjam --v2 msvc whatever
-- Dave Abrahams Boost Consulting www.boost-consulting.com