2007-05-25 19:21:44 +02:00
|
|
|
MODULE = gdiplus.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = gdiplus
|
2016-08-18 21:22:02 +02:00
|
|
|
IMPORTS = uuid shlwapi ole32 user32 gdi32
|
2009-08-31 23:56:47 +02:00
|
|
|
DELAYIMPORTS = windowscodecs
|
2007-05-25 19:21:44 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2007-06-15 01:09:07 +02:00
|
|
|
brush.c \
|
2007-07-20 03:22:34 +02:00
|
|
|
customlinecap.c \
|
2007-08-14 03:34:51 +02:00
|
|
|
font.c \
|
2007-06-11 20:51:15 +02:00
|
|
|
gdiplus.c \
|
2007-06-11 20:54:03 +02:00
|
|
|
graphics.c \
|
2007-06-22 01:15:17 +02:00
|
|
|
graphicspath.c \
|
2007-07-25 02:19:02 +02:00
|
|
|
image.c \
|
2007-07-31 04:09:41 +02:00
|
|
|
imageattributes.c \
|
2007-07-12 03:07:48 +02:00
|
|
|
matrix.c \
|
2011-04-02 00:09:23 +02:00
|
|
|
metafile.c \
|
2007-07-17 04:45:02 +02:00
|
|
|
pathiterator.c \
|
2007-08-15 03:59:48 +02:00
|
|
|
pen.c \
|
2008-04-09 22:09:34 +02:00
|
|
|
region.c \
|
2007-08-15 03:59:48 +02:00
|
|
|
stringformat.c
|
2007-05-25 19:21:44 +02:00
|
|
|
|
2011-08-25 17:21:05 +02:00
|
|
|
RC_SRCS = gdiplus.rc
|