2007-06-11 20:52:26 +02:00
|
|
|
TESTDLL = gdiplus.dll
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = gdiplus ole32 user32 gdi32
|
2007-06-11 20:52:26 +02:00
|
|
|
|
2010-02-20 19:56:55 +01:00
|
|
|
C_SRCS = \
|
2007-06-15 01:09:14 +02:00
|
|
|
brush.c \
|
2008-07-26 10:47:50 +02:00
|
|
|
customlinecap.c \
|
2007-08-15 03:58:59 +02:00
|
|
|
font.c \
|
2007-07-14 02:51:41 +02:00
|
|
|
graphics.c \
|
2007-07-10 05:54:38 +02:00
|
|
|
graphicspath.c \
|
2007-08-09 04:42:20 +02:00
|
|
|
image.c \
|
2007-07-12 03:07:56 +02:00
|
|
|
matrix.c \
|
2011-01-27 00:23:44 +01:00
|
|
|
metafile.c \
|
2008-07-03 08:42:08 +02:00
|
|
|
pathiterator.c \
|
2007-08-16 01:22:29 +02:00
|
|
|
pen.c \
|
2008-06-30 15:56:04 +02:00
|
|
|
region.c \
|
2007-08-16 01:22:29 +02:00
|
|
|
stringformat.c
|