$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-09-02 02:55:00
Alexey Pakhunov wrote:
> 11. trivial change of toolset.flags into just flags
I've just committed 11 to CVS:
-toolset.flags msvc.link USER_LINKFLAGS <linkflags> ;
-toolset.flags msvc.link LINKPATH <library-path> ;
+flags msvc.link USER_LINKFLAGS <linkflags> ;
+flags msvc.link LINKPATH <library-path> ;
I hope that nobody have objections against such a trivial change.
Andrey