ucrtbase: Add support for r-value demangling in unDName.
[wine.git] / dlls / windowscodecs / Makefile.in
blobcd4c428c54fe3026dcebd4250a566baa7eca3287
1 EXTRADEFS = -DWINE_NO_LONG_TYPES
2 MODULE = windowscodecs.dll
3 IMPORTLIB = windowscodecs
4 IMPORTS = $(TIFF_PE_LIBS) $(JPEG_PE_LIBS) $(PNG_PE_LIBS) windowscodecs uuid ole32 oleaut32 propsys rpcrt4 shlwapi user32 gdi32 advapi32
5 EXTRAINCL = $(TIFF_PE_CFLAGS) $(JPEG_PE_CFLAGS) $(PNG_PE_CFLAGS)
7 C_SRCS = \
8 bitmap.c \
9 bmpdecode.c \
10 bmpencode.c \
11 clipper.c \
12 clsfactory.c \
13 colorcontext.c \
14 colortransform.c \
15 converter.c \
16 ddsformat.c \
17 decoder.c \
18 encoder.c \
19 fliprotate.c \
20 gifformat.c \
21 icoformat.c \
22 imgfactory.c \
23 info.c \
24 libjpeg.c \
25 libpng.c \
26 libtiff.c \
27 main.c \
28 metadatahandler.c \
29 metadataquery.c \
30 palette.c \
31 pngformat.c \
32 propertybag.c \
33 proxy.c \
34 regsvr.c \
35 scaler.c \
36 stream.c \
37 tgaformat.c \
38 ungif.c \
39 uuid.c \
40 wincodecs_common.c
42 RC_SRCS = version.rc
44 IDL_SRCS = windowscodecs_wincodec.idl
46 dlldata_EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL