makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / gdiplus / tests / Makefile.in
1 TESTDLL   = gdiplus.dll
2 IMPORTS   = gdiplus ole32 user32 gdi32
3
4 C_SRCS = \
5         brush.c \
6         customlinecap.c \
7         font.c \
8         graphics.c \
9         graphicspath.c \
10         image.c \
11         matrix.c \
12         pathiterator.c \
13         pen.c \
14         region.c \
15         stringformat.c
16
17 @MAKE_TEST_RULES@