Makefile.in 499 Bytes
Newer Older
1 2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = gdiplus.dll
IMPORTLIB = libgdiplus.$(IMPLIBEXT)
7
IMPORTS   = shlwapi oleaut32 ole32 user32 gdi32 kernel32
8
EXTRALIBS = -luuid
9 10

C_SRCS = \
11
	brush.c \
12
	customlinecap.c \
13
	font.c \
14
	gdiplus.c \
15
	graphics.c \
16
	graphicspath.c \
17
	image.c \
18
	imageattributes.c \
19
	matrix.c \
20
	pathiterator.c \
21 22
	pen.c \
	stringformat.c
23 24 25 26

@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend