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 palette.c \
22 pngformat.c \
23 propertybag.c \
24 regsvr.c \
25 stream.c \
26 tgaformat.c \
27 tiffformat.c \
28 ungif.c
29
30 RC_SRCS = version.rc
31
32 IDL_P_SRCS = windowscodecs_wincodec.idl
33 IDL_R_SRCS = windowscodecs_wincodec.idl
34
35 EXTRA_OBJS = dlldata.o
36
37 @MAKE_DLL_RULES@
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.