wine-wine/dlls/gdiplus/Makefile.in

28 lines
510 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = gdiplus.dll
IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32
2009-08-31 21:56:47 +00:00
DELAYIMPORTS = windowscodecs
C_SRCS = \
2007-06-14 23:09:07 +00:00
brush.c \
customlinecap.c \
2007-08-14 01:34:51 +00:00
font.c \
2007-06-11 18:51:15 +00:00
gdiplus.c \
graphics.c \
graphicspath.c \
2007-07-25 00:19:02 +00:00
image.c \
2007-07-31 02:09:41 +00:00
imageattributes.c \
matrix.c \
pathiterator.c \
pen.c \
2008-04-09 20:09:34 +00:00
region.c \
stringformat.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend