gdiplus: Added string format constructor.
[wine/wine-kai.git] / dlls / gdiplus / Makefile.in
blobe47592b5ad3dd1ed0480df49acf66ba9efb772cc
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = gdiplus.dll
6 IMPORTLIB = libgdiplus.$(IMPLIBEXT)
7 IMPORTS = shlwapi oleaut32 ole32 user32 gdi32 advapi32 kernel32 ntdll
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 stringformat.c
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend