Last tool builds from restructure.

svn path=/trunk/; revision=21126
This commit is contained in:
Art Yerkes 2006-02-17 23:11:23 +00:00
parent f5b2cf51b9
commit 7feb1a855c
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ WPP_SOURCES = $(addprefix $(WPP_BASE_), \
WPP_OBJECTS = \
$(addprefix $(INTERMEDIATE_), $(WPP_SOURCES:.c=.o))
WPP_HOST_CFLAGS = -D__USE_W32API -I$(WPP_BASE) -Iinclude -Iinclude/wine $(TOOLS_CFLAGS)
WPP_HOST_CFLAGS = -D__USE_W32API -I$(WPP_BASE) -Iinclude/reactos/wine -Iinclude/reactos -Iinclude $(TOOLS_CFLAGS)
.PHONY: wpp
wpp: $(WPP_TARGET)

View file

@ -59,7 +59,7 @@ WRC_HOST_CFLAGS = -I$(WRC_BASE) $(TOOLS_CFLAGS) \
-DPULONG="unsigned int *" -DLONG_DEFINED \
-Dwchar_t="unsigned short" -D_WCHAR_T_DEFINED \
-I$(UNICODE_BASE) -I$(WPP_BASE) \
-Iinclude/wine -Iinclude -Iw32api/include
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude
WRC_HOST_LFLAGS = $(TOOLS_LFLAGS)