mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
Last tool builds from restructure.
svn path=/trunk/; revision=21126
This commit is contained in:
parent
f5b2cf51b9
commit
7feb1a855c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue