wine/dlls/gdiplus/Makefile.in
2007-07-12 14:55:55 +02:00

20 lines
375 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = gdiplus.dll
IMPORTLIB = libgdiplus.$(IMPLIBEXT)
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
C_SRCS = \
brush.c \
gdiplus.c \
graphics.c \
graphicspath.c \
matrix.c \
pen.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend