1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
EXTRADEFS = -D_COMCTL32_
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = comctl32.dll
IMPORTLIB = comctl32
IMPORTS = user32 gdi32 advapi32 kernel32
DELAYIMPORTS = winmm uxtheme
C_SRCS = \
animate.c \
comboex.c \
comctl32undoc.c \
commctrl.c \
datetime.c \
dpa.c \
draglist.c \
dsa.c \
flatsb.c \
header.c \
hotkey.c \
imagelist.c \
ipaddress.c \
listview.c \
monthcal.c \
nativefont.c \
pager.c \
progress.c \
propsheet.c \
rebar.c \
smoothscroll.c \
status.c \
string.c \
syslink.c \
tab.c \
theme_button.c \
theme_combo.c \
theme_dialog.c \
theme_edit.c \
theme_listbox.c \
theming.c \
toolbar.c \
tooltips.c \
trackbar.c \
treeview.c \
updown.c
RC_SRCS = \
comctl_Bg.rc \
comctl_Cs.rc \
comctl_De.rc \
comctl_El.rc \
comctl_En.rc \
comctl_Eo.rc \
comctl_Es.rc \
comctl_Fr.rc \
comctl_Hu.rc \
comctl_It.rc \
comctl_Ja.rc \
comctl_Ko.rc \
comctl_Lt.rc \
comctl_Nl.rc \
comctl_No.rc \
comctl_Pl.rc \
comctl_Pt.rc \
comctl_Ro.rc \
comctl_Ru.rc \
comctl_Si.rc \
comctl_Sk.rc \
comctl_Sv.rc \
comctl_Th.rc \
comctl_Tr.rc \
comctl_Uk.rc \
comctl_Zh.rc \
rsrc.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend