gdiplus: Brush implementation.
[wine/gsoc-2012-control.git] / dlls / gdiplus / Makefile.in
blobb2bd0c4161e5231a4a3b54086b20c408145c838e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = gdiplus.dll
6 IMPORTLIB = libgdiplus.$(IMPLIBEXT)
7 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
9 C_SRCS = \
10 brush.c \
11 gdiplus.c \
12 graphics.c \
13 pen.c
15 @MAKE_DLL_RULES@
17 @DEPENDENCIES@ # everything below this line is overwritten by make depend