$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-07 07:54:39
On Wednesday 05 April 2006 03:16, Rene Rivera wrote:
> - rule __init__ ( project : headers ? : libraries ? : version ? )
> + import set : difference ;
> +
> + rule __init__ ( project : headers ? : libraries + : version ? )
With this change, specifying 'libraries' parameter is mandatory, while it used
to be optional. Was this intended change?
- Volodya