makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mshtml / tests / Makefile.in
1 TESTDLL   = mshtml.dll
2 IMPORTS   = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
3
4 C_SRCS = \
5         dom.c \
6         events.c \
7         htmldoc.c \
8         htmllocation.c \
9         misc.c \
10         protocol.c \
11         script.c
12
13 RC_SRCS = rsrc.rc
14
15 @MAKE_TEST_RULES@