mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Revert r28972, the pshpack*.h and poppack.h headers are in "include/psdk".
So we're still sharing some small headers with host and target :-( svn path=/trunk/; revision=28979
This commit is contained in:
parent
4521f6387a
commit
45acb6f960
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ UNICODE_OBJECTS = \
|
|||
|
||||
UNICODE_HOST_CFLAGS = \
|
||||
-D__USE_W32API -DWINVER=0x501 -DWINE_UNICODE_API= \
|
||||
-I$(UNICODE_BASE) -Iinclude/reactos/wine -Iinclude -Iinclude/reactos \
|
||||
-I$(UNICODE_BASE) -Iinclude/reactos/wine -Iinclude -Iinclude/psdk -Iinclude/reactos \
|
||||
$(TOOLS_CFLAGS)
|
||||
|
||||
.PHONY: unicode
|
||||
|
|
|
@ -34,7 +34,7 @@ WMC_OBJECTS = \
|
|||
|
||||
WMC_HOST_CFLAGS = -I$(WMC_BASE) $(TOOLS_CFLAGS) \
|
||||
-D__USE_W32API -DWINE_UNICODE_API= -I$(UNICODE_BASE) \
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude \
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk \
|
||||
-I$(INTERMEDIATE_)/include
|
||||
|
||||
WMC_HOST_LFLAGS = $(TOOLS_LFLAGS)
|
||||
|
|
|
@ -57,7 +57,7 @@ WRC_OBJECTS = \
|
|||
WRC_HOST_CFLAGS = -I$(WRC_BASE) $(TOOLS_CFLAGS) \
|
||||
-D__USE_W32API -DWINE_UNICODE_API= \
|
||||
-I$(UNICODE_BASE) -I$(WPP_BASE) \
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude \
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk \
|
||||
-I$(INTERMEDIATE_)include
|
||||
|
||||
WRC_HOST_LFLAGS = $(TOOLS_LFLAGS)
|
||||
|
|
Loading…
Reference in a new issue