more lower case changes for Makefile -> makefile

svn path=/branches/xmlbuildsystem/; revision=13885
This commit is contained in:
Steven Edwards
2005-03-08 20:19:07 +00:00
parent 9aff2f9419
commit d5c61075a9
3 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -51,11 +51,11 @@ rsym_clean:
-@$(rm) $(RSYM_TARGET) $(RSYM_OBJECTS) 2>$(NUL)
clean: rsym_clean
include tools/buildno/Makefile
include tools/buildno/makefile
include tools/cdmake/makefile
include tools/nci/makefile
include tools/rbuild/makefile
include tools/unicode/Makefile
include tools/unicode/makefile
include tools/wmc/makefile
include tools/wpp/Makefile
include tools/wpp/makefile
include tools/wrc/makefile
+2
View File
@@ -13,9 +13,11 @@
#if defined(WIN32)
#define DIR_SEPARATOR_CHAR '\\'
#define DIR_SEPARATOR_STRING "\\"
#define DOS_PATHS
#else
#define DIR_SEPARATOR_CHAR '/'
#define DIR_SEPARATOR_STRING "/"
#define UNIX_PATHS
#endif
char* convert_path(char* origpath)