From: Steven Edwards Date: Tue, 8 Mar 2005 20:40:35 +0000 (+0000) Subject: another fix X-Git-Tag: backups/xmlbuildsystem@15601~194 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=dcdeb7b0c0c9b63b34a5cda25e49916bb9da12e5;hp=d5c61075a9128062c3ca4ea313f93a9d1de826cd another fix svn path=/branches/xmlbuildsystem/; revision=13887 --- diff --git a/reactos/tools/unicode/Makefile b/reactos/tools/unicode/makefile similarity index 96% rename from reactos/tools/unicode/Makefile rename to reactos/tools/unicode/makefile index 51977c401c2..af4b5159d71 100644 --- a/reactos/tools/unicode/Makefile +++ b/reactos/tools/unicode/makefile @@ -81,7 +81,7 @@ UNICODE_OBJECTS = \ UNICODE_HOST_CFLAGS = \ -D__USE_W32API -DWINVER=0x501 -DWINE_UNICODE_API= \ -Dwchar_t="unsigned short" -D_WCHAR_T_DEFINED \ - -I$(UNICODE_BASE) -Iinclude/wine + -I$(UNICODE_BASE) -Iinclude/wine -Iw32api/include $(UNICODE_TARGET): $(UNICODE_OBJECTS) ${host_ar} -rc $(UNICODE_TARGET) $(UNICODE_OBJECTS)