makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / version / tests / Makefile.in
1 TESTDLL   = version.dll
2 IMPORTS   = version
3
4 C_SRCS = \
5         info.c \
6         install.c
7
8 RC_SRCS = version.rc
9
10 @MAKE_TEST_RULES@