mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17 lines
244 B
Makefile
17 lines
244 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 \
|
|
pathiterator.c \
|
|
pen.c \
|
|
region.c \
|
|
stringformat.c
|
|
|
|
@MAKE_TEST_RULES@
|