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