Removed HEAP_strdupA.
[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         string.c \
17         sync.c \
18         thunk.c \
19         time.c \
20         toolhelp.c \
21         utthunk.c \
22         win87em.c \
23         windebug.c \
24         wowthunk.c
25
26 RC_SRCS = \
27         kernel.rc
28
29 RC_SRCS16 = \
30         version16.rc
31
32 MC_SRCS = \
33         messages/winerr_enu.mc
34
35 GLUE = utthunk.c
36
37 EXTRASUBDIRS = \
38         messages \
39         nls
40
41 @MAKE_DLL_RULES@
42
43 kernel.res: $(MC_SRCS:.mc=.mc.rc)
44
45 # Special rules for 16-bit resource files
46
47 version16.res: version16.rc
48         $(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
49
50 kernel.spec.c: version16.res
51
52 ### Dependencies: