mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
16 lines
238 B
Makefile
16 lines
238 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ntoskrnl.exe
|
|
IMPORTLIB = ntoskrnl.exe
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
instr.c \
|
|
ntoskrnl.c
|
|
|
|
RC_SRCS = ntoskrnl.rc
|
|
|
|
@MAKE_DLL_RULES@
|