mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
MODULE = ntoskrnl.exe
|
|
IMPORTLIB = ntoskrnl.exe
|
|
|
|
C_SRCS = \
|
|
instr.c \
|
|
ntoskrnl.c
|
|
|
|
RC_SRCS = ntoskrnl.rc
|