more lower case changes for Makefile -> makefile
authorSteven Edwards <winehacker@gmail.com>
Tue, 8 Mar 2005 20:19:07 +0000 (20:19 +0000)
committerSteven Edwards <winehacker@gmail.com>
Tue, 8 Mar 2005 20:19:07 +0000 (20:19 +0000)
svn path=/branches/xmlbuildsystem/; revision=13885

reactos/tools/Makefile
reactos/tools/buildno/makefile [moved from reactos/tools/buildno/Makefile with 100% similarity]
reactos/tools/rmkdir.c

index 8d28d8d..1e0d2ef 100644 (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
index 1c6eff1..b2120bb 100644 (file)
 #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)