Added some 16 bit entry points needed by multimedia DLLs.
[wine] / dlls / kernel / Makefile.in
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
9
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
24
25 RC_SRCS = \
26         kernel.rc
27
28 MC_SRCS = \
29         messages/winerr_enu.mc
30
31 GLUE = utthunk.c
32
33 EXTRASUBDIRS = \
34         messages
35
36 @MAKE_DLL_RULES@
37
38 kernel.res: $(MC_SRCS:.mc=.mc.rc)
39
40 ### Dependencies: