windowscodecs: Add wrapper functions for IWICImagingFactory methods.
[wine/multimedia.git] / dlls / windowscodecs / Makefile.in
blob28b58526269dc1bdb462c09c57e03d8b7d8ed7e9
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@
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
32 RC_SRCS = version.rc
34 IDL_P_SRCS = windowscodecs_wincodec.idl
35 IDL_R_SRCS = windowscodecs_wincodec.idl
37 EXTRA_OBJS = dlldata.o
39 @MAKE_DLL_RULES@