msi: Move the preview code to dialog.c.
[wine/multimedia.git] / dlls / comctl32 / Makefile.in
blob1385da7efb47ca2c5d3a1b35a45211b16874ddf5
1 EXTRADEFS = -D_COMCTL32_
2 MODULE = comctl32.dll
3 IMPORTLIB = comctl32
4 IMPORTS = uuid user32 gdi32 advapi32
5 DELAYIMPORTS = winmm uxtheme
7 C_SRCS = \
8 animate.c \
9 comboex.c \
10 comctl32undoc.c \
11 commctrl.c \
12 datetime.c \
13 dpa.c \
14 draglist.c \
15 dsa.c \
16 flatsb.c \
17 header.c \
18 hotkey.c \
19 imagelist.c \
20 ipaddress.c \
21 listview.c \
22 monthcal.c \
23 nativefont.c \
24 pager.c \
25 progress.c \
26 propsheet.c \
27 rebar.c \
28 smoothscroll.c \
29 status.c \
30 string.c \
31 syslink.c \
32 tab.c \
33 theme_button.c \
34 theme_combo.c \
35 theme_dialog.c \
36 theme_edit.c \
37 theme_listbox.c \
38 theming.c \
39 toolbar.c \
40 tooltips.c \
41 trackbar.c \
42 treeview.c \
43 updown.c
45 RC_SRCS = \
46 comctl32.rc \
47 comctl_Bg.rc \
48 comctl_Cs.rc \
49 comctl_Da.rc \
50 comctl_De.rc \
51 comctl_El.rc \
52 comctl_En.rc \
53 comctl_Eo.rc \
54 comctl_Es.rc \
55 comctl_Fr.rc \
56 comctl_He.rc \
57 comctl_Hu.rc \
58 comctl_It.rc \
59 comctl_Ja.rc \
60 comctl_Ko.rc \
61 comctl_Lt.rc \
62 comctl_Nl.rc \
63 comctl_No.rc \
64 comctl_Pl.rc \
65 comctl_Pt.rc \
66 comctl_Ro.rc \
67 comctl_Ru.rc \
68 comctl_Si.rc \
69 comctl_Sk.rc \
70 comctl_Sr.rc \
71 comctl_Sv.rc \
72 comctl_Th.rc \
73 comctl_Tr.rc \
74 comctl_Uk.rc \
75 comctl_Zh.rc
77 PO_SRCS = comctl32.rc
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
87 @MAKE_DLL_RULES@