$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Miguel Ramos (c++_at_[hidden])
Date: 2008-03-17 19:52:49
2008/3/17, Vladimir Prus <ghost_at_[hidden]>:
> The JAMDATE is a builtin Jam variable and is defined in the global
> module. Use
>
> import modules ;
> JAMDATE = [ modules.peek : JAMDATE ] ;
>
> to get that variable in a Jamfile.
>
> HTH,
> Volodya
Thanks. I wasn't completely aware of modules.
-- Miguel Ramos