mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
MODULE = ntoskrnl.exe
|
|
IMPORTLIB = ntoskrnl.exe
|
|
|
|
C_SRCS = \
|
|
instr.c \
|
|
ntoskrnl.c
|
|
|
|
RC_SRCS = ntoskrnl.rc
|
|
|
|
@MAKE_DLL_RULES@
|