|
Boost-Build : |
From: Pedro Lamarão (pedro.lamarao_at_[hidden])
Date: 2006-05-17 10:13:59
Vladimir Prus escreveu:
>> The test works as expected if I declare the toolset simply as:
>>
>> using msvc : 6.0 ;
>>
>> and build with
>>
>> bjam toolset=msvc-6.0 stdlib=stlport
>
> Yea, this is the standard style of building with stlport. Is that fine with
> you, or you need something else? If you want to always build with SLTPort,
> you can put the following in your user-config.jam:
>
> project : requirements <toolset-msvc:version>7.1:<stdlib>stlport ;
>
> Sorry for a bit ugly syntax of specifying toolset version, we'll improve on it
> later.
This is fine. I'll try it now.
I also eventually found out I can do this:
bjam toolset=msvc-7.1 toolset=msvc-6.0/stdlib=stlport
to build with both compilers using only one command.
-- Pedro Lamarão Desenvolvimento Intersix Technologies S.A. SP: (55 11 3803-9300) RJ: (55 21 3852-3240) www.intersix.com.br Your Security is our Business
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