$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ilya Sokolov (fal_delivery_at_[hidden])
Date: 2006-05-25 06:03:51
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