mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
c23de97946
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
214 B
Makefile
15 lines
214 B
Makefile
MODULE = ntoskrnl.exe
|
|
IMPORTLIB = ntoskrnl
|
|
IMPORTS = advapi32 hal msvcrt
|
|
DELAYIMPORTS = rpcrt4 setupapi
|
|
|
|
C_SRCS = \
|
|
instr.c \
|
|
ntoskrnl.c \
|
|
pnp.c \
|
|
sync.c
|
|
|
|
RC_SRCS = ntoskrnl.rc
|
|
|
|
IDL_SRCS = \
|
|
plugplay.idl
|