push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / dlls / comctl32 / Makefile.in
blobad96a505f51887625ee59cc4bc291e127e6f85b4
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 = user32 gdi32 advapi32 kernel32
9 DELAYIMPORTS = winmm uxtheme
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
49 RC_SRCS = rsrc.rc
51 @MAKE_DLL_RULES@
53 @DEPENDENCIES@ # everything below this line is overwritten by make depend