wine/dlls/ntoskrnl.exe/Makefile.in
Zebediah Figura 7addca95b5 ntoskrnl.exe: Move the BroadcastSystemMessage() call to plugplay_send_event().
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-06 10:49:18 +02:00

18 lines
243 B
Makefile

MODULE = ntoskrnl.exe
IMPORTLIB = ntoskrnl
IMPORTS = advapi32 hal msvcrt
DELAYIMPORTS = rpcrt4 setupapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
instr.c \
ntoskrnl.c \
pnp.c \
sync.c
RC_SRCS = ntoskrnl.rc
IDL_SRCS = \
plugplay.idl