advapi32: Fix the failing QueryServiceConfig2 test on platforms win2k3 and vista.
[wine/multimedia.git] / dlls / gdiplus / Makefile.in
blob1ab0377e6eef6dfc836c4a0cc8e1c8733035b6fc
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 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 stringformat.c
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend