$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-09 12:13:07
AMDG
Johan Råde wrote:
> 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 ?
Just list them all,
define=_SECURE_SCL=0 define=_HAS_ITERATOR_DEBUGGING=0
In Christ,
Steven Watanabe