$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-10 11:18:39
Hi Dirk,
using the testcase you've sent me off-list, I've reduced the problem to the
following:
using testing ;
project auth
: default-build debug release
<define>ACE_NTRACE=1
;
lib authlib
:
auth.cpp
: <link>static
;
unit-test auth : authqz.cpp authlib ;
The problem is that putting free properties line <define> never occurred to me
as possible. Why do you need it?
I'll need to analyse the current behaviour in detail, but won't be able to do
this until Tuesday.
So, I think for a while you better move <define>ACE_NTRACE=1 (and other
defined) from default-build to requirements section.
HTH,
Volodya