$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-12-19 01:51:09
On Monday 19 December 2005 09:35, Patrick Tan wrote:
> >>Would anyone know how I can achieve the above pseudo code in a Jamfile.
> >
> >If you are "inside" the BBv2 umbrella then you'll need to get the ARGV
> >from the system module.
>
> I'm using BBv2 can you tell me how I can get the ARGV variable from the
> system module?
import modules ;
local argv = [ modules.peek : ARGV ] ;
- Volodya