msvcrt: Added _sscanf_l implementation.
[wine] / dlls / ntoskrnl.exe / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = ntoskrnl.exe
6 IMPORTLIB = ntoskrnl.exe
7 IMPORTS   = kernel32 ntdll
8
9 C_SRCS = \
10         instr.c \
11         ntoskrnl.c
12
13 RC_SRCS = ntoskrnl.rc
14
15 @MAKE_DLL_RULES@