From: hcobb AT telegenisys DOT com (Henry J. Cobb) Subject: Making up the cases 6 Jan 1999 21:28:23 -0800 Message-ID: <199901061808.2011975.6.cygnus.gnu-win32@www.web-alive.com> Reply-To: hcobb AT telegenisys DOT com To: GNU-Win32 AT cygnus DOT com The other side of the coin for filename cases is a tool like Make, that invokes other programs. Make has to go and "produce" files (via RCS or whatever) and then pass the names of the files onto other tools, which might be very sensitive to the cases of the filenames. (like javac.exe) So while make can search insensitively through it's own list of filenames, it must respect the given (or derived!) filenames when invoking other programs. It gets rather complex. At the moment I have a workaround that usually works, but I'm worried that the tools might get too smart to work around. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".