projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Added support to accessing child nodes by index in IHTMLDOMChildrenCollection.
[wine]
/
dlls
/
mshtml
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = mshtml.dll
6
IMPORTS = uuid ole32 oleaut32 user32 urlmon advapi32 kernel32
7
8
CTESTS = \
9
dom.c \
10
htmldoc.c \
11
misc.c \
12
protocol.c \
13
script.c
14
15
@MAKE_TEST_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend