repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
winedump: Don't crash on an invalid nrestab NE header value.
[wine/multimedia.git]
/
dlls
/
comctl32
/
Makefile.in
blob
04e84fab8d9740960f19434b6da90c265fb75464
1
EXTRADEFS
= -
D_COMCTL32_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
comctl32.dll
7
IMPORTLIB
=
comctl32
8
IMPORTS
=
uuid user32 gdi32 advapi32 kernel32
9
DELAYIMPORTS
=
winmm uxtheme
10
11
C_SRCS
=
\
12
animate.c \
13
comboex.c \
14
comctl32undoc.c \
15
commctrl.c \
16
datetime.c \
17
dpa.c \
18
draglist.c \
19
dsa.c \
20
flatsb.c \
21
header.c \
22
hotkey.c \
23
imagelist.c \
24
ipaddress.c \
25
listview.c \
26
monthcal.c \
27
nativefont.c \
28
pager.c \
29
progress.c \
30
propsheet.c \
31
rebar.c \
32
smoothscroll.c \
33
status.c \
34
string.c \
35
syslink.c \
36
tab.c \
37
theme_button.c \
38
theme_combo.c \
39
theme_dialog.c \
40
theme_edit.c \
41
theme_listbox.c \
42
theming.c \
43
toolbar.c \
44
tooltips.c \
45
trackbar.c \
46
treeview.c \
47
updown.c
48
49
RC_SRCS
=
\
50
comctl_Bg.rc \
51
comctl_Cs.rc \
52
comctl_Da.rc \
53
comctl_De.rc \
54
comctl_El.rc \
55
comctl_En.rc \
56
comctl_Eo.rc \
57
comctl_Es.rc \
58
comctl_Fr.rc \
59
comctl_Hu.rc \
60
comctl_It.rc \
61
comctl_Ja.rc \
62
comctl_Ko.rc \
63
comctl_Lt.rc \
64
comctl_Nl.rc \
65
comctl_No.rc \
66
comctl_Pl.rc \
67
comctl_Pt.rc \
68
comctl_Ro.rc \
69
comctl_Ru.rc \
70
comctl_Si.rc \
71
comctl_Sk.rc \
72
comctl_Sv.rc \
73
comctl_Th.rc \
74
comctl_Tr.rc \
75
comctl_Uk.rc \
76
comctl_Zh.rc \
77
rsrc.rc
78
79
SVG_SRCS
=
\
80
idb_hist_large.svg \
81
idb_hist_small.svg \
82
idb_std_large.svg \
83
idb_std_small.svg \
84
idb_view_large.svg \
85
idb_view_small.svg
86
87
@MAKE_DLL_RULES@