Sweden-Number/dlls/gdiplus/Makefile.in

25 lines
376 B
Makefile
Raw Normal View History

MODULE = gdiplus.dll
IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32
2009-08-31 23:56:47 +02:00
DELAYIMPORTS = windowscodecs
C_SRCS = \
2007-06-15 01:09:07 +02:00
brush.c \
customlinecap.c \
2007-08-14 03:34:51 +02:00
font.c \
2007-06-11 20:51:15 +02:00
gdiplus.c \
graphics.c \
graphicspath.c \
2007-07-25 02:19:02 +02:00
image.c \
2007-07-31 04:09:41 +02:00
imageattributes.c \
matrix.c \
metafile.c \
pathiterator.c \
pen.c \
2008-04-09 22:09:34 +02:00
region.c \
stringformat.c
RC_SRCS = gdiplus.rc
@MAKE_DLL_RULES@