$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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.