projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdiplus: Add test for GdipGetImageThumbnail.
[wine]
/
dlls
/
msxml3
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = msxml3.dll
6
IMPORTS = oleaut32 ole32 user32 kernel32
7
8
C_SRCS = \
9
domdoc.c \
10
saxreader.c \
11
schema.c \
12
xmldoc.c \
13
xmlelem.c
14
15
@MAKE_TEST_RULES@