$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Melnikov (andy.melnikov_at_[hidden])
Date: 2006-06-15 03:01:31
On 13/06/06, Reece Dunn <msclrhd_at_[hidden]> wrote:
> Andrei Melnikov wrote:
> > Hardcoded repeatedly used switches like /Zm800 -nologo and /NOLOGO
> > /INCREMENTAL:NO have been moved to one place.
> >
>
> I also like it :). One minor nit... the
>
> + else
> + {
> + flags msvc.link .MT $(cond) : $(manifest-tool) -nologo ;
> + }
>
> contains tabs. If you are using Visual Studio (or an editor with similar
> functionality, like Scite), you can enable the "view white space"
> option -- it is very useful :).
Ok. I remember I had cvs write permission some time ago. So I'll check
in this patch when I get a confirmation from either Vladimir Prus or
Dave Abrahams.
Andrei