From e05025bd50cba8c6788e60128af8f07b78a57c2d Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 27 Oct 2011 09:44:42 +0200 Subject: Made mhmake case sensitive for filenames --- tools/mhmake/src/fileinfo.cpp | 4 ---- tools/mhmake/src/util.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/mhmake/src/fileinfo.cpp b/tools/mhmake/src/fileinfo.cpp index f6468900d..939a83ce6 100644 --- a/tools/mhmake/src/fileinfo.cpp +++ b/tools/mhmake/src/fileinfo.cpp @@ -284,11 +284,7 @@ string &NormalizePathName(string &Name) } else { - #ifdef WIN32 - *pWr++ = tolower(Char); - #else *pWr++ = Char; - #endif } Char=*pPtr++; } diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h index 333e36b00..a9bd76cfc 100644 --- a/tools/mhmake/src/util.h +++ b/tools/mhmake/src/util.h @@ -50,7 +50,7 @@ #define PLATFORM "linux" #endif -#define MHMAKEVER "3.0.7" +#define MHMAKEVER "3.0.8" class makecommand { -- cgit v1.2.3