mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
21 lines
357 B
Makefile
21 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
|