$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-01 05:38:09
On Friday 01 April 2005 14:28, TEMPLIE Cédric wrote:
> Hi,
>
> I tried that, but unfortunately it does not solve my issue :(
> It still print DefaultCustomer...
The code Jurgen has posted absolutely must work. Again:
CUSTOMER = [ modules.peek : CUSTOMER ] ;
if ! $(CUSTOMER)
{
CUSTOMER = DefaultCustomer ;
}
and running bjam with
bjam -sCUSTOMER=foo
Should produce right results. Are you sure you don't have any typo anywhere?
- Volodya