From: corinna.vinschen@cityweb.de (Corinna Vinschen)
Subject: Re: %.o: %.c - case sensitive
23 Dec 1998 07:53:21 -0800
Message-ID: <3680D9FF.18CE38E0.cygnus.gnu-win32@cityweb.de>
References: <Pine.SUN.3.93.981222115540.21867B-100000@modi.xraylith.wisc.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Mumit Khan <khan@xraylith.wisc.edu>, gnu-win32@cygnus.com

Mumit Khan wrote:
> 
> The trouble is that make uses strcmp after the filenames are munged
> appropriately for various platforms (eg., DOS and VMS needs the munging)
> part. However, for win32, it's more or less left in the same state and
> hence strcmp can't match it. I remember looking at this a while back
> and my conclusion was that a minor tweak to make.h to change the
> definition of "streq" for win32 to handle filenames case insensitively
> should fix the problem. The caveat here is that I didn't look into it
> enough to know what else might break in the process.

Wouldn't this break Sergeys coolview dll with it's mixed-case option?

Regards,
Corinna
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
