Boost logo

Boost-Build :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-04 13:18:58


AMDG

Jurko Gospodnetić wrote:
>> Could we run the compiler and parse its output to find the version
>> like the gcc toolset does?
>
> I'll look into it. Although, I do not really know what this
> 'compiler version' could be used for.

It would force separate build directories for different versions.

Here's what I used to do:

set environment for Visual Studio 2005 Express
bjam --toolset=msvc-8.0
set environment for Visual Studio 2008 Express
bjam --toolset=msvc-9.0

I know this is wrong, but it does work as expected.

In Christ,
Steven Watanabe


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