credui: Convert dialogs to po files.
[wine/multimedia.git] / dlls / windowscodecs / Makefile.in
blob1eeedf6ae451a305c0885d4efeadd374d6d5d995
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 palette.c \
22 pngformat.c \
23 propertybag.c \
24 regsvr.c \
25 stream.c \
26 tgaformat.c \
27 tiffformat.c \
28 ungif.c
30 RC_SRCS = version.rc
32 IDL_P_SRCS = windowscodecs_wincodec.idl
33 IDL_R_SRCS = windowscodecs_wincodec.idl
35 EXTRA_OBJS = dlldata.o
37 @MAKE_DLL_RULES@