DIB Engine: Add clipping on xxxBlt and AlphaBlend
[wine/hacks.git] / dlls / windowscodecs / Makefile.in
blob44e17c9e1deb4bc18437f48155138ef9e2d26123
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = windowscodecs.dll
6 IMPORTLIB = windowscodecs
7 IMPORTS = uuid ole32 shlwapi advapi32 kernel32
8 EXTRAINCL = @PNGINCL@
10 C_SRCS = \
11 bmpdecode.c \
12 bmpencode.c \
13 clsfactory.c \
14 converter.c \
15 fliprotate.c \
16 gifformat.c \
17 icoformat.c \
18 imgfactory.c \
19 info.c \
20 jpegformat.c \
21 main.c \
22 palette.c \
23 pngformat.c \
24 propertybag.c \
25 regsvr.c \
26 stream.c \
27 tiffformat.c \
28 ungif.c
30 RC_SRCS = version.rc
32 @MAKE_DLL_RULES@