dlls: Remove explicit imports of kernel32 and ntdll.
[wine] / dlls / user32 / Makefile.in
1 EXTRADEFS = -D_USER32_ -D_WINABLE_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = user32.dll
7 IMPORTLIB = user32
8 IMPORTS   = gdi32 advapi32
9 DELAYIMPORTS = imm32
10
11 C_SRCS = \
12         button.c \
13         caret.c \
14         class.c \
15         clipboard.c \
16         combo.c \
17         cursoricon.c \
18         dde_client.c \
19         dde_misc.c \
20         dde_server.c \
21         defdlg.c \
22         defwnd.c \
23         desktop.c \
24         dialog.c \
25         driver.c \
26         edit.c \
27         exticon.c \
28         focus.c \
29         hook.c \
30         icontitle.c \
31         input.c \
32         listbox.c \
33         lstr.c \
34         mdi.c \
35         menu.c \
36         message.c \
37         misc.c \
38         msgbox.c \
39         nonclient.c \
40         painting.c \
41         property.c \
42         resource.c \
43         scroll.c \
44         spy.c \
45         static.c \
46         sysparams.c \
47         text.c \
48         uitools.c \
49         user_main.c \
50         win.c \
51         winhelp.c \
52         winpos.c \
53         winproc.c \
54         winstation.c \
55         wsprintf.c
56
57 RC_SRCS = \
58         resources/user32_Bg.rc \
59         resources/user32_Ca.rc \
60         resources/user32_Cs.rc \
61         resources/user32_Da.rc \
62         resources/user32_De.rc \
63         resources/user32_En.rc \
64         resources/user32_Eo.rc \
65         resources/user32_Es.rc \
66         resources/user32_Fi.rc \
67         resources/user32_Fr.rc \
68         resources/user32_Hu.rc \
69         resources/user32_It.rc \
70         resources/user32_Ja.rc \
71         resources/user32_Ko.rc \
72         resources/user32_Lt.rc \
73         resources/user32_Nl.rc \
74         resources/user32_No.rc \
75         resources/user32_Pl.rc \
76         resources/user32_Pt.rc \
77         resources/user32_Ro.rc \
78         resources/user32_Ru.rc \
79         resources/user32_Si.rc \
80         resources/user32_Sk.rc \
81         resources/user32_Sv.rc \
82         resources/user32_Tr.rc \
83         resources/user32_Uk.rc \
84         resources/user32_Wa.rc \
85         resources/user32_Zh.rc \
86         resources/user32_bin.rc \
87         resources/version.rc
88
89 SVG_SRCS = \
90         resources/oic_bang.svg \
91         resources/oic_hand.svg \
92         resources/oic_note.svg \
93         resources/oic_ques.svg \
94         resources/oic_sample.svg \
95         resources/oic_winlogo.svg
96
97 EXTRASUBDIRS = resources
98
99 @MAKE_DLL_RULES@