Added version16.rc in RC_SRCS list.
[wine/testsucceed.git] / dlls / kernel / Makefile.in
blobba3488569b2b3f8534b7eaae37afeea159496dbf
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 \
27 version16.rc
29 MC_SRCS = \
30 messages/winerr_enu.mc
32 GLUE = utthunk.c
34 EXTRASUBDIRS = \
35 messages \
36 nls
38 @MAKE_DLL_RULES@
40 kernel.res: $(MC_SRCS:.mc=.mc.rc)
42 # Special rules for 16-bit resource files
44 version16.res: version16.rc
45 $(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
47 kernel.spec.c: version16.res
49 ### Dependencies: