dwrite: Stub for CreateMonitorRenderingParams().
[wine] / dlls / windowscodecs / Makefile.in
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         bitmap.c \
10         bmpdecode.c \
11         bmpencode.c \
12         clsfactory.c \
13         converter.c \
14         fliprotate.c \
15         gifformat.c \
16         icnsformat.c \
17         icoformat.c \
18         imgfactory.c \
19         info.c \
20         jpegformat.c \
21         main.c \
22         metadatahandler.c \
23         palette.c \
24         pngformat.c \
25         propertybag.c \
26         proxy.c \
27         regsvr.c \
28         scaler.c \
29         stream.c \
30         tgaformat.c \
31         tiffformat.c \
32         ungif.c
33
34 RC_SRCS = version.rc
35
36 IDL_P_SRCS = windowscodecs_wincodec.idl
37 IDL_R_SRCS = windowscodecs_wincodec.idl
38
39 EXTRA_OBJS = dlldata.o
40
41 @MAKE_DLL_RULES@