Added import of ntdll.
[wine/multimedia.git] / dlls / kernel / Makefile.in
blob1e655ef7eb5ed066dfdf1f2bf15655a8aab77951
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = kernel32
6 SOVERSION = 1.0
7 ALTNAMES = comm kernel stress system toolhelp windebug win87em wprocs
8 IMPORTS = ntdll
10 C_SRCS = \
11 comm.c \
12 debugger.c \
13 format_msg.c \
14 kernel_main.c \
15 stress.c \
16 sync.c \
17 thunk.c \
18 time.c \
19 toolhelp.c \
20 utthunk.c \
21 win87em.c \
22 windebug.c \
23 wowthunk.c
25 RC_SRCS = \
26 kernel.rc
28 MC_SRCS = \
29 messages/winerr_enu.mc
31 GLUE = utthunk.c
33 EXTRASUBDIRS = \
34 messages
36 @MAKE_DLL_RULES@
38 depend $(RC_SRCS:.rc=.res): $(MC_SRCS:.mc=.rc)
40 ### Dependencies: