$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-09-14 14:59:28
Vladimir Prus wrote:
>>7. "version registration" framework
> What is this?
Basically, this is the code that uses new 'configurations' class to keep
track of all detected toolset versions. In the 'big patch' I posted
before it was also related to interaction between msvc and msplatformsdk
toolsets.
>>12. migration to the CONFIG_COMMAND framework
> What is this?
The idea is to separate 'environment setup' commands (like calling
vcvars32.bat) from invoking the compiler itself.
actions
{
call vcvars32.bat
cl ...
}
instead of
actions
{
call vcvars32.bat && cl ...
}
Best regards/Venlig hilsen,
Alexey Pakhunov.