$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Alias problem
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-04-03 17:46:30
AMDG
Sherwood Hu wrote:
> But how to add two defines at the same time? I tried
>
> <define>_UNIT_TEST<define>_ENABLE_LOGGING
>
> and neither enters the compile.
>
Leave a space. The <define>s are independent.
<define>_UNIT_TEST <define>_ENABLE_LOGGING
In Christ,
Steven Watanabe