projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32: toolbar: Resize the imagelist icons after a TB_SETBITMAPSIZE.
[wine]
/
dlls
/
comctl32
/
Makefile.in
1
EXTRADEFS = -D_COMCTL32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = comctl32.dll
7
IMPORTLIB = libcomctl32.$(IMPLIBEXT)
8
IMPORTS = 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_combo.c \
38
theme_dialog.c \
39
theme_edit.c \
40
theme_listbox.c \
41
theming.c \
42
toolbar.c \
43
tooltips.c \
44
trackbar.c \
45
treeview.c \
46
updown.c
47
48
RC_SRCS = rsrc.rc
49
RC_BINSRC = rsrc.rc
50
RC_BINARIES = \
51
idb_hist_large.bmp \
52
idb_hist_small.bmp \
53
idb_std_large.bmp \
54
idb_std_small.bmp \
55
idb_view_large.bmp \
56
idb_view_small.bmp \
57
idc_copy.cur \
58
idc_divider.cur \
59
idc_divideropen.cur \
60
idc_movebutton.cur \
61
idi_dragarrow.ico \
62
idi_tt_error_sm.ico \
63
idi_tt_info_sm.ico \
64
idi_tt_warn_sm.ico \
65
idt_check.bmp
66
67
@MAKE_DLL_RULES@
68
69
@DEPENDENCIES@ # everything below this line is overwritten by make depend