$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-10-22 04:44:25
Vladimir Prus wrote:
> Hmm, in which cases will 'g' appear, and for what toolset?
"g" indicates a debug runtime, so it should be set for msvc debug builds,
and for STLport debug builds, but not for compilers that don't have
debugging runtimes: refer to the logic in bbv1 for what we did before.
Does this help?
John.