mshtml: Use an iface instead of a vtbl pointer in HTMLRect.
[wine/multimedia.git] / dlls / windowscodecs / Makefile.in
blob9dd9302329ed10e8ca8026a668a5667e77ee76e4
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 -DREGISTER_PROXY_DLL
7 C_SRCS = \
8 bmpdecode.c \
9 bmpencode.c \
10 clsfactory.c \
11 converter.c \
12 fliprotate.c \
13 gifformat.c \
14 icnsformat.c \
15 icoformat.c \
16 imgfactory.c \
17 info.c \
18 jpegformat.c \
19 main.c \
20 palette.c \
21 pngformat.c \
22 propertybag.c \
23 regsvr.c \
24 stream.c \
25 tgaformat.c \
26 tiffformat.c \
27 ungif.c
29 RC_SRCS = version.rc
31 IDL_P_SRCS = \
32 windowscodecs_wincodec.idl
34 EXTRA_OBJS = dlldata.o
36 @MAKE_DLL_RULES@