wordpad: Allow objects & images to be added with native riched20.
[wine] / dlls / mshtml / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = mshtml.dll
6 IMPORTS   = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
7
8 C_SRCS = \
9         dom.c \
10         events.c \
11         htmldoc.c \
12         htmllocation.c \
13         misc.c \
14         protocol.c \
15         script.c
16
17 RC_SRCS = rsrc.rc
18
19 @MAKE_TEST_RULES@