makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / riched20 / tests / Makefile.in
1 TESTDLL   = riched20.dll
2 IMPORTS   = ole32 oleaut32 user32 gdi32
3
4 C_SRCS = \
5         editor.c \
6         richole.c \
7         txtsrv.c
8
9 @MAKE_TEST_RULES@