wine/dlls/gdiplus/Makefile.in
Eric Pouech 846fcc5bf6 gdiplus: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-14 21:20:41 +01:00

23 lines
358 B
Makefile

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