wine/dlls/gdiplus/Makefile.in
Jacek Caban b39b9eea39 include: Don't default to WINE_NO_NAMELESS_EXTENSION for Wine build.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-22 21:48:38 +01:00

26 lines
419 B
Makefile

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