projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Added String.charAt implementation.
[wine]
/
dlls
/
comctl32
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = comctl32.dll
6
IMPORTS = comctl32 ole32 user32 gdi32 advapi32 kernel32
7
8
CTESTS = \
9
comboex.c \
10
datetime.c \
11
dpa.c \
12
header.c \
13
imagelist.c \
14
listview.c \
15
misc.c \
16
monthcal.c \
17
mru.c \
18
msg.c \
19
progress.c \
20
propsheet.c \
21
rebar.c \
22
status.c \
23
subclass.c \
24
tab.c \
25
toolbar.c \
26
tooltips.c \
27
trackbar.c \
28
treeview.c \
29
updown.c
30
31
RC_SRCS = rsrc.rc
32
33
@MAKE_TEST_RULES@
34
35
@DEPENDENCIES@ # everything below this line is overwritten by make depend