projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 1.5.29.
[wine]
/
dlls
/
comctl32
/
tests
/
Makefile.in
1
TESTDLL = comctl32.dll
2
IMPORTS = comctl32 ole32 user32 gdi32 advapi32
3
4
C_SRCS = \
5
comboex.c \
6
datetime.c \
7
dpa.c \
8
header.c \
9
imagelist.c \
10
ipaddress.c \
11
listview.c \
12
misc.c \
13
monthcal.c \
14
mru.c \
15
pager.c \
16
progress.c \
17
propsheet.c \
18
rebar.c \
19
status.c \
20
subclass.c \
21
syslink.c \
22
tab.c \
23
toolbar.c \
24
tooltips.c \
25
trackbar.c \
26
treeview.c \
27
updown.c
28
29
RC_SRCS = rsrc.rc
30
31
@MAKE_TEST_RULES@