projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use shell icon cache instead of an own IExtractIcon implementation.
[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
10
EXTRALIBS = $(LIBUNICODE)
11
12
C_SRCS = \
13
animate.c \
14
comboex.c \
15
comctl32undoc.c \
16
commctrl.c \
17
datetime.c \
18
draglist.c \
19
flatsb.c \
20
header.c \
21
hotkey.c \
22
imagelist.c \
23
ipaddress.c \
24
listview.c \
25
monthcal.c \
26
nativefont.c \
27
pager.c \
28
progress.c \
29
propsheet.c \
30
rebar.c \
31
smoothscroll.c \
32
string.c \
33
status.c \
34
syslink.c \
35
tab.c \
36
toolbar.c \
37
tooltips.c \
38
trackbar.c \
39
treeview.c \
40
updown.c
41
42
RC_SRCS = rsrc.rc
43
RC_BINSRC = rsrc.rc
44
RC_BINARIES = \
45
idb_hist_large.bmp \
46
idb_hist_small.bmp \
47
idb_std_large.bmp \
48
idb_std_small.bmp \
49
idb_view_large.bmp \
50
idb_view_small.bmp \
51
idc_copy.cur \
52
idc_divider.cur \
53
idc_divideropen.cur \
54
idc_movebutton.cur \
55
idi_dragarrow.ico \
56
idi_tt_error_sm.ico \
57
idi_tt_info_sm.ico \
58
idi_tt_warn_sm.ico \
59
idt_check.bmp
60
61
SUBDIRS = tests
62
63
@MAKE_DLL_RULES@
64
65
### Dependencies: