mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
57a8ccf4e8
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>
22 lines
318 B
Makefile
22 lines
318 B
Makefile
TESTDLL = gdiplus.dll
|
|
IMPORTS = gdiplus ole32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
brush.c \
|
|
customlinecap.c \
|
|
font.c \
|
|
graphics.c \
|
|
graphicspath.c \
|
|
image.c \
|
|
matrix.c \
|
|
metafile.c \
|
|
pathiterator.c \
|
|
pen.c \
|
|
region.c \
|
|
stringformat.c
|
|
|
|
RC_SRCS = resource.rc
|
|
|
|
FONT_SRCS = \
|
|
wine_longname.sfd \
|
|
wine_testfont0.sfd
|