Gmane
From: Markus Schöpflin <markus.schoepflin <at> ginit-technology.com>
Subject: Re: Building boost on the RC_1_28_0 branch
Newsgroups: gmane.comp.lib.boost.build
Date: 2002-05-15 08:22:35 GMT (7 years, 7 weeks, 1 day, 11 hours and 37 minutes ago)
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