2009-05-28 20:36:54 +02:00
|
|
|
MODULE = windowscodecs.dll
|
2009-06-10 22:57:15 +02:00
|
|
|
IMPORTLIB = windowscodecs
|
2010-10-22 15:14:40 +02:00
|
|
|
IMPORTS = uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
|
2009-08-09 01:49:33 +02:00
|
|
|
EXTRAINCL = @PNGINCL@
|
2010-12-13 17:58:31 +01:00
|
|
|
EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
|
2011-01-05 14:25:23 +01:00
|
|
|
EXTRALIBS = @APPLICATIONSERVICESLIB@
|
2009-05-28 20:36:54 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2009-06-10 22:40:27 +02:00
|
|
|
bmpdecode.c \
|
2009-08-11 20:47:29 +02:00
|
|
|
bmpencode.c \
|
2009-06-01 20:32:41 +02:00
|
|
|
clsfactory.c \
|
2009-08-06 03:49:37 +02:00
|
|
|
converter.c \
|
2010-04-27 18:12:34 +02:00
|
|
|
fliprotate.c \
|
2009-08-17 16:45:28 +02:00
|
|
|
gifformat.c \
|
2010-08-24 09:43:54 +02:00
|
|
|
icnsformat.c \
|
2009-08-20 16:22:16 +02:00
|
|
|
icoformat.c \
|
2009-06-01 20:32:41 +02:00
|
|
|
imgfactory.c \
|
2009-07-15 00:50:28 +02:00
|
|
|
info.c \
|
2009-08-24 17:19:37 +02:00
|
|
|
jpegformat.c \
|
2009-06-01 20:32:41 +02:00
|
|
|
main.c \
|
2009-07-03 00:09:47 +02:00
|
|
|
palette.c \
|
2009-08-09 01:49:33 +02:00
|
|
|
pngformat.c \
|
2009-08-11 23:10:12 +02:00
|
|
|
propertybag.c \
|
2009-08-17 17:18:31 +02:00
|
|
|
regsvr.c \
|
2009-08-18 17:48:49 +02:00
|
|
|
stream.c \
|
2010-06-07 21:36:35 +02:00
|
|
|
tgaformat.c \
|
2010-03-09 00:07:29 +01:00
|
|
|
tiffformat.c \
|
2009-08-17 17:18:31 +02:00
|
|
|
ungif.c
|
2009-05-28 20:36:54 +02:00
|
|
|
|
2009-08-21 13:02:53 +02:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2010-12-13 17:58:31 +01:00
|
|
|
IDL_P_SRCS = windowscodecs_wincodec.idl
|
|
|
|
IDL_R_SRCS = windowscodecs_wincodec.idl
|
2010-10-22 15:14:40 +02:00
|
|
|
|
|
|
|
EXTRA_OBJS = dlldata.o
|
|
|
|
|
2009-05-28 20:36:54 +02:00
|
|
|
@MAKE_DLL_RULES@
|