wine/dlls/gdiplus/Makefile.in
2024-02-12 23:02:03 +01:00

22 lines
357 B
Makefile

MODULE = gdiplus.dll
IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi ole32 oleaut32 user32 gdi32 mlang
DELAYIMPORTS = windowscodecs
SOURCES = \
brush.c \
customlinecap.c \
font.c \
gdiplus.c \
gdiplus.rc \
graphics.c \
graphicspath.c \
image.c \
imageattributes.c \
matrix.c \
metafile.c \
pathiterator.c \
pen.c \
region.c \
stringformat.c