makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msxml3 / tests / Makefile.in
1 TESTDLL   = msxml3.dll
2 IMPORTS   = oleaut32 ole32 user32
3
4 C_SRCS = \
5         domdoc.c \
6         saxreader.c \
7         schema.c \
8         xmldoc.c \
9         xmlelem.c
10
11 @MAKE_TEST_RULES@