Boost logo

Boost-Build :

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


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk