Sweden-Number/dlls/gdiplus/Makefile.in

25 lines
486 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = gdiplus.dll
IMPORTLIB = libgdiplus.$(IMPLIBEXT)
2007-08-08 03:42:00 +02:00
IMPORTS = shlwapi oleaut32 ole32 user32 gdi32 advapi32 kernel32 ntdll
EXTRALIBS = -luuid
C_SRCS = \
2007-06-15 01:09:07 +02:00
brush.c \
customlinecap.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 \
pathiterator.c \
2007-06-11 20:51:15 +02:00
pen.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend