Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2004-09-16 06:42:48


> I guess VS80COMNTOOLS is a multi-element list, because of embedded spaces.
> You
> need to make a single string of it, with:
>
> VC80_ROOT ?= "$(VS80COMNTOOLS:J= " ")"..\\.. ;

Almost, I had to remove the outer quotes to make it work; I guess as long as
there are never two spaces in a row then it should be OK,

Thanks,

John.

 


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