mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Last tool builds from restructure.
svn path=/trunk/; revision=21126
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user