| TOPSRCDIR = @top_srcdir@ | |
| TOPOBJDIR = ../.. | |
| SRCDIR = @srcdir@ | |
| VPATH = @srcdir@ | |
| MODULE = gdiplus.dll | |
| IMPORTLIB = libgdiplus.$(IMPLIBEXT) | |
| IMPORTS = shlwapi oleaut32 ole32 user32 gdi32 kernel32 | |
| EXTRALIBS = -luuid | |
| C_SRCS = \ | |
| brush.c \ | |
| customlinecap.c \ | |
| font.c \ | |
| gdiplus.c \ | |
| graphics.c \ | |
| graphicspath.c \ | |
| image.c \ | |
| imageattributes.c \ | |
| matrix.c \ | |
| pathiterator.c \ | |
| pen.c \ | |
| stringformat.c | |
| @MAKE_DLL_RULES@ | |
| @DEPENDENCIES@ # everything below this line is overwritten by make depend |