$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-09-30 05:49:54
On Friday 29 September 2006 17:53, Nogradi, Christopher wrote:
> I am looking for some help in boost build v2 on how to take a [ glob
> *.cpp ] list and remove a specific string from it. I cannot seem to
> find strip functionality as in gnu make.
Use:
import set ;
[ set.difference [ glob *.cpp ] : undesired.cpp ]
HTH,
Volodya