wine/dlls/ntoskrnl.exe/Makefile.in
2010-07-21 17:38:36 +02:00

15 lines
211 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ntoskrnl.exe
IMPORTLIB = ntoskrnl.exe
C_SRCS = \
instr.c \
ntoskrnl.c
RC_SRCS = ntoskrnl.rc
@MAKE_DLL_RULES@