mshtml: Added beginning ActiveX tests.
[wine/multimedia.git] / dlls / mshtml / tests / Makefile.in
blob53f66593a6b7513979a3e8615fd3975017288a04
1 TESTDLL = mshtml.dll
2 IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
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
14 RC_SRCS = rsrc.rc
16 @MAKE_TEST_RULES@