mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 12:21:46 +00:00
19 lines
258 B
Makefile
19 lines
258 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
|
|
|
|
@MAKE_TEST_RULES@
|