winex11: Consider zero-size windows mapped even when they are positioned at 0,0.
[wine/multimedia.git] / dlls / windowscodecs / Makefile.in
blobbcb7a8a3588691a371d623ec322caa487ed28176
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 regsvr.c \
26 stream.c \
27 tgaformat.c \
28 tiffformat.c \
29 ungif.c
31 RC_SRCS = version.rc
33 IDL_P_SRCS = windowscodecs_wincodec.idl
34 IDL_R_SRCS = windowscodecs_wincodec.idl
36 EXTRA_OBJS = dlldata.o
38 @MAKE_DLL_RULES@