mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
19 lines
298 B
Makefile
19 lines
298 B
Makefile
TESTDLL = gdiplus.dll
|
|
IMPORTS = gdiplus ole32 user32 gdi32
|
|
|
|
SOURCES = \
|
|
brush.c \
|
|
customlinecap.c \
|
|
font.c \
|
|
graphics.c \
|
|
graphicspath.c \
|
|
image.c \
|
|
matrix.c \
|
|
metafile.c \
|
|
pathiterator.c \
|
|
pen.c \
|
|
region.c \
|
|
resource.rc \
|
|
stringformat.c \
|
|
wine_longname.sfd \
|
|
wine_testfont0.sfd
|