MAKE_MODE changes
Mumit Khan
khan@nanotech.wisc.edu
Fri Dec 31 13:28:00 GMT 1999
Eric Christopher <echristo@cygnus.com> writes:
>
> I have a customer complaining about make under a dos window. Here's a
> brief summary of the problem:
[ pathname case sensitivity issue ]
I had one point done this, and then backed out as Unix Makefiles failed
on win32. One case in point is that even though it's case insensitive
FS, you can still tell the compiler to do the right thing by using the
appropriate case for the extension. With this change, as the caveats
in the docs say, you lose the distinction between .c and .C and more
importantly, between .f and .F. I specifically point out the latter
because even though C++ programmers have slowly moved from using .C,
few Fortran programmers know about .fpp extension in addition to .F.
Even with this issue, I'm still somewhat in favor of this.
Regards,
Mumit
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list