windowscodecs: Add wrapper functions for IWICComponentInfo methods.
[wine] / dlls / windowscodecs / Makefile.in
1 MODULE    = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS   = uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
4 EXTRAINCL = @PNGINCL@
5 EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
6 EXTRALIBS = @APPLICATIONSERVICESLIB@
7
8 C_SRCS = \
9         bmpdecode.c \
10         bmpencode.c \
11         clsfactory.c \
12         converter.c \
13         fliprotate.c \
14         gifformat.c \
15         icnsformat.c \
16         icoformat.c \
17         imgfactory.c \
18         info.c \
19         jpegformat.c \
20         main.c \
21         metadatahandler.c \
22         palette.c \
23         pngformat.c \
24         propertybag.c \
25         proxy.c \
26         regsvr.c \
27         stream.c \
28         tgaformat.c \
29         tiffformat.c \
30         ungif.c
31
32 RC_SRCS = version.rc
33
34 IDL_P_SRCS = windowscodecs_wincodec.idl
35 IDL_R_SRCS = windowscodecs_wincodec.idl
36
37 EXTRA_OBJS = dlldata.o
38
39 @MAKE_DLL_RULES@