$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-05-05 07:12:01
Yuval Ronen wrote:
> Can I pass a command line argument of some sort to tell Boost.Build V2
> to disable some specific MSVC warnings?
bjam cxxflags=<whatever-MSVC-option-you-want>
should work.
- Volodya