mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 lines
349 B
Makefile
22 lines
349 B
Makefile
MODULE = gdiplus.dll
|
|
IMPORTLIB = gdiplus
|
|
IMPORTS = uuid shlwapi ole32 user32 gdi32
|
|
DELAYIMPORTS = windowscodecs
|
|
|
|
C_SRCS = \
|
|
brush.c \
|
|
customlinecap.c \
|
|
font.c \
|
|
gdiplus.c \
|
|
graphics.c \
|
|
graphicspath.c \
|
|
image.c \
|
|
imageattributes.c \
|
|
matrix.c \
|
|
metafile.c \
|
|
pathiterator.c \
|
|
pen.c \
|
|
region.c \
|
|
stringformat.c
|
|
|
|
RC_SRCS = gdiplus.rc
|