$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Råde (rade_at_[hidden])
Date: 2008-07-09 10:33:10
Steven Watanabe wrote:
>
> bjam toolset=msvc-9.0 define=_SECURE_SCL=0
>
The "define=..." syntax does not seem to be documented in the Boost.Build V2 User Manual.
What is the syntax for making several preprocessor definitions,
for instance both _SECURE_SCL=0 and _HAS_ITERATOR_DEBUGGING=0 ?
--Johan