|
Boost-Build : |
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2006-02-26 13:13:44
Vladimir Prus wrote:
> root = [ sequence.join [ regex.split $(root) "/" ] : "\\" ] ;
> flags dmc .root $(condition) : $(root)\bin\ ;
Looks like we need something to better handle the "/" vs "\" in bjam.
How about changing the $(v:T) to allow specifying the separator? The
above would then be:
flags dmc .root $(condition) : $(root:T=\)\bin\ ;
> "$(.root)"dmc -c $(OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -o"$(<)" "$(>)"
Is there a point to doing "$(.root)"dmc instead of "$(.root)dmc" ?
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
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