Use .mc.rc extension for rc files generated by the message compiler.
[wine.git] / dlls / kernel / Makefile.in
blobe228980b8a9d9356a8745a3d3e20b0dd83443672
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 kernel.res: $(MC_SRCS:.mc=.mc.rc)
40 ### Dependencies: