mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
11 lines
126 B
Makefile
11 lines
126 B
Makefile
MODULE = ntoskrnl.exe
|
|
IMPORTLIB = ntoskrnl.exe
|
|
|
|
C_SRCS = \
|
|
instr.c \
|
|
ntoskrnl.c
|
|
|
|
RC_SRCS = ntoskrnl.rc
|
|
|
|
@MAKE_DLL_RULES@
|