mshtml: Added more IHTMLWindow2::open tests.
[wine] / dlls / mshtml / tests / Makefile.in
1 TESTDLL   = mshtml.dll
2 IMPORTS   = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
3
4 C_SRCS = \
5         activex.c \
6         dom.c \
7         events.c \
8         htmldoc.c \
9         htmllocation.c \
10         misc.c \
11         protocol.c \
12         script.c \
13         style.c
14
15 RC_SRCS = rsrc.rc
16
17 @MAKE_TEST_RULES@