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