wine/dlls/gdiplus/Makefile.in
Jacek Caban d9fb92c864 gdiplus: Build with ucrtbase.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-07 00:12:25 +02:00

25 lines
387 B
Makefile

MODULE = gdiplus.dll
IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi ole32 user32 gdi32 ucrtbase
DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -mno-cygwin
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