gdiplus: Add a stub for GdipSetEmpty.
[wine/wine-gecko.git] / dlls / gdiplus / Makefile.in
blobf1e9e929f05ab514555518577067f3de337665d1
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = gdiplus.dll
6 IMPORTLIB = gdiplus
7 IMPORTS = shlwapi oleaut32 ole32 user32 gdi32 kernel32
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 brush.c \
12 customlinecap.c \
13 font.c \
14 gdiplus.c \
15 graphics.c \
16 graphicspath.c \
17 image.c \
18 imageattributes.c \
19 matrix.c \
20 pathiterator.c \
21 pen.c \
22 region.c \
23 stringformat.c
25 @MAKE_DLL_RULES@
27 @DEPENDENCIES@ # everything below this line is overwritten by make depend