makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / gdiplus / Makefile.in
1 MODULE    = gdiplus.dll
2 IMPORTLIB = gdiplus
3 IMPORTS   = uuid shlwapi oleaut32 ole32 user32 gdi32
4 DELAYIMPORTS = windowscodecs
5
6 C_SRCS = \
7         brush.c \
8         customlinecap.c \
9         font.c \
10         gdiplus.c \
11         graphics.c \
12         graphicspath.c \
13         image.c \
14         imageattributes.c \
15         matrix.c \
16         pathiterator.c \
17         pen.c \
18         region.c \
19         stringformat.c
20
21 @MAKE_DLL_RULES@