ntdll: Connect syscall frames across user callbacks on x86-64.
[wine.git] / dlls / gdiplus / Makefile.in
blob382033be9018edb52d1d614d69ce01bf90a5880c
1 MODULE = gdiplus.dll
2 IMPORTLIB = gdiplus
3 IMPORTS = uuid shlwapi ole32 oleaut32 user32 gdi32
4 DELAYIMPORTS = windowscodecs
6 SOURCES = \
7 brush.c \
8 customlinecap.c \
9 font.c \
10 gdiplus.c \
11 gdiplus.rc \
12 graphics.c \
13 graphicspath.c \
14 image.c \
15 imageattributes.c \
16 matrix.c \
17 metafile.c \
18 pathiterator.c \
19 pen.c \
20 region.c \
21 stringformat.c