$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-05-15 03:22:35
David Abrahams wrote:
>
> They are and they aren't. If you set them with case, they come back with
> case. Jam code can't exactly "check environment variables"; they just get
> imported into (case-senstive) Jam variables, which makes this problem a
> little knotty.
Microsoft calls this case aware, AFAIK. You do have the same problem with
file names on windows. How did you solve it there?
Markus