projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ole32: Make the virtual table functions static where possible.
[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
EXTRALIBS = $(LIBUNICODE)
11
12
C_SRCS = \
13
animate.c \
14
comboex.c \
15
comctl32undoc.c \
16
commctrl.c \
17
datetime.c \
18
dpa.c \
19
draglist.c \
20
dsa.c \
21
flatsb.c \
22
header.c \
23
hotkey.c \
24
imagelist.c \
25
ipaddress.c \
26
listview.c \
27
monthcal.c \
28
nativefont.c \
29
pager.c \
30
progress.c \
31
propsheet.c \
32
rebar.c \
33
smoothscroll.c \
34
status.c \
35
string.c \
36
syslink.c \
37
tab.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 = rsrc.rc
50
RC_BINSRC = rsrc.rc
51
RC_BINARIES = \
52
idb_hist_large.bmp \
53
idb_hist_small.bmp \
54
idb_std_large.bmp \
55
idb_std_small.bmp \
56
idb_view_large.bmp \
57
idb_view_small.bmp \
58
idc_copy.cur \
59
idc_divider.cur \
60
idc_divideropen.cur \
61
idc_movebutton.cur \
62
idi_dragarrow.ico \
63
idi_tt_error_sm.ico \
64
idi_tt_info_sm.ico \
65
idi_tt_warn_sm.ico \
66
idt_check.bmp
67
68
SUBDIRS = tests
69
70
@MAKE_DLL_RULES@
71
72
### Dependencies: