msacm32: Don't clear DONE flag in Un,PrepareHeader.
[wine.git] / dlls / windowscodecs / Makefile.in
blob78caf00653b0ae59a96a93f3374020df9407d52e
1 MODULE = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS = uuid ole32 oleaut32 rpcrt4 shlwapi user32 gdi32 advapi32
4 EXTRAINCL = @JPEG_CFLAGS@ @PNG_CFLAGS@ @TIFF_CFLAGS@
5 EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
6 EXTRALIBS = @APPLICATIONSERVICESLIB@
8 C_SRCS = \
9 bitmap.c \
10 bmpdecode.c \
11 bmpencode.c \
12 clipper.c \
13 clsfactory.c \
14 colorcontext.c \
15 colortransform.c \
16 converter.c \
17 fliprotate.c \
18 gifformat.c \
19 icnsformat.c \
20 icoformat.c \
21 imgfactory.c \
22 info.c \
23 jpegformat.c \
24 main.c \
25 metadatahandler.c \
26 palette.c \
27 pngformat.c \
28 propertybag.c \
29 proxy.c \
30 regsvr.c \
31 scaler.c \
32 stream.c \
33 tgaformat.c \
34 tiffformat.c \
35 ungif.c
37 RC_SRCS = version.rc
39 IDL_P_SRCS = windowscodecs_wincodec.idl
40 IDL_R_SRCS = windowscodecs_wincodec.idl
42 EXTRA_OBJS = dlldata.o
44 @MAKE_DLL_RULES@