> From: Torsten Mohr <[EMAIL PROTECTED]> > Date: Mon, 19 Sep 2005 05:09:19 +0200 > > are there some instructions available to compile "make" on > win32 and what things can be configured here?
See the file README.W32 in the distribution. The file config.h.W32 has a few macros near its end which you can define or undefine to tailor the build to your system and needs. > I'd like to especially take care that file names are handled > as "case insensitive". Then define HAVE_CASE_INSENSITIVE_FS in config.h.W32 (it's undefined by default). _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
