gdiplus: Added GdipCreatePath2.
[wine/hacks.git] / dlls / gdiplus / Makefile.in
blobddf3d9938ef376859295dd09f6377a13cda3e4ba
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 gdiplus.c \
14 graphics.c \
15 graphicspath.c \
16 image.c \
17 imageattributes.c \
18 matrix.c \
19 pathiterator.c \
20 pen.c
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend