another fix
authorSteven Edwards <winehacker@gmail.com>
Tue, 8 Mar 2005 20:40:35 +0000 (20:40 +0000)
committerSteven Edwards <winehacker@gmail.com>
Tue, 8 Mar 2005 20:40:35 +0000 (20:40 +0000)
svn path=/branches/xmlbuildsystem/; revision=13887

reactos/tools/unicode/makefile [moved from reactos/tools/unicode/Makefile with 96% similarity]

similarity index 96%
rename from reactos/tools/unicode/Makefile
rename to reactos/tools/unicode/makefile
index 51977c4..af4b515 100644 (file)
@@ -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)