Vladimir Prus wrote:
> 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
>
sorry, now i see it too
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|