mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- fix compilation
svn path=/trunk/; revision=28639
This commit is contained in:
parent
f2f35ad546
commit
f918874665
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ DBGPRINT_SOURCES = $(addprefix $(DBGPRINT_BASE_), \
|
|||
DBGPRINT_OBJECTS = \
|
||||
$(addprefix $(INTERMEDIATE_), $(DBGPRINT_SOURCES:.c=.o))
|
||||
|
||||
DBGPRINT_HOST_CFLAGS = $(TOOLS_CFLAGS) -D__USE_W32API -Iinclude -Iinclude/reactos -Iinclude/psdk
|
||||
DBGPRINT_HOST_CFLAGS = $(TOOLS_CFLAGS) -D__USE_W32API -Iinclude -Iinclude/reactos -Iinclude/psdk -Iinclude$(SEP)crt -Iinclude/reactos/libs -I$(INTERMEDIATE_)$(SEP)include$(SEP)psdk
|
||||
|
||||
DBGPRINT_HOST_LFLAGS = $(TOOLS_LFLAGS) -lntdll
|
||||
|
||||
|
|
Loading…
Reference in a new issue