|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2006-05-13 12:55:01
Pedro Lamarão <pedro.lamarao_at_[hidden]> writes:
> I have a project that builds with msvc-6.0 only if <stdlib>stlport, but
> normally with others.
>
> Is there a way to force the msvc-6.0 so that <stdlib>stlport always?
>
> Currently, I can't build this project with only the following line:
>
> bjam toolset=msvc-6.0,msvc-7.1,msvc-8.0express
>
> Maybe there is actually some command line syntax I'm missing.
>
# in user-config.jam or site-config.jam
using msvc : : : <stdlib>stlport ;
-- Dave Abrahams Boost Consulting www.boost-consulting.com
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