mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fix compile (sorry, did not test a clean build)
svn path=/trunk/; revision=21143
This commit is contained in:
parent
d421d2e295
commit
5e8c46eeaa
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ WIDL_OBJECTS = \
|
|||
WIDL_HOST_CFLAGS = $(TOOLS_CFLAGS) \
|
||||
-DINT16=SHORT -D__USE_W32API -DYYDEBUG=1 \
|
||||
-I$(WIDL_BASE) -I$(WPP_BASE) \
|
||||
-Iinclude/wine -Iinclude -Iw32api/include
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude
|
||||
|
||||
WIDL_HOST_LFLAGS = $(TOOLS_LFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue