Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-25 04:21:57


On Saturday 20 May 2006 17:59, Ilya Sokolov wrote:
> i found some bugs related to toolset.flags rule.
> for example, <user-interface> feature does not work with msvc.
>
> from msvc.jam:
>
> flags msvc LINKFLAGS <user-interface>console : /subsystem:console ;
>
> should be:
>
> flags msvc.link LINKFLAGS <user-interface>console : /subsystem:console ;

Hi Ilya,

are you sure? When I go to example/hello and run

   bjam msvc-7.1 user-interface=console -n

I see the "/subsystem:console" option. Is that not so for you?

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

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