mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
more lower case changes for Makefile -> makefile
svn path=/branches/xmlbuildsystem/; revision=13885
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user