$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] <undef> property doesn't work?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-10-03 00:43:05
On Friday 03 October 2008 00:04:44 Alexandre Koptelov wrote:
> After writing down the problem the best solution seems to be #undef'ing
> _DEBUG right before #include'ing python stuff.
>
> Still the problem of overriding properties stays as academic interest... =)
Please see:
which describes syntax like
exe main : main.cpp : -<define>UNNECESSARY_DEFINE ;
- Volodya