mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
a7e9fa6253
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
125 B
Makefile
9 lines
125 B
Makefile
MODULE = ntoskrnl.exe
|
|
IMPORTLIB = ntoskrnl
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
instr.c \
|
|
ntoskrnl.c
|
|
|
|
RC_SRCS = ntoskrnl.rc
|