makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / windowscodecs / tests / Makefile.in
1 TESTDLL   = windowscodecs.dll
2 IMPORTS   = ole32 windowscodecs
3
4 C_SRCS = \
5         bmpformat.c \
6         converter.c \
7         icoformat.c \
8         info.c \
9         palette.c \
10         stream.c
11
12 @MAKE_TEST_RULES@