|
Boost-Build : |
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.
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk