wine/dlls/gdiplus/Makefile.in
Alexandre Julliard 1f4cf368fe gdiplus: Delay import mlang.
To avoid creating an extra known dll section.
2025-03-31 12:56:58 +02:00

21 lines
357 B
Makefile

MODULE = gdiplus.dll
IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi ole32 oleaut32 user32 gdi32
DELAYIMPORTS = mlang 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