2009-05-28 20:36:54 +02:00
|
|
|
MODULE = windowscodecs.dll
|
2009-06-10 22:57:15 +02:00
|
|
|
IMPORTLIB = windowscodecs
|
2013-01-14 05:45:24 +01:00
|
|
|
IMPORTS = uuid ole32 oleaut32 rpcrt4 shlwapi user32 gdi32 advapi32
|
2014-01-30 11:15:49 +01:00
|
|
|
EXTRAINCL = $(JPEG_CFLAGS) $(PNG_CFLAGS) $(TIFF_CFLAGS)
|
2014-01-30 12:14:47 +01:00
|
|
|
EXTRALIBS = $(APPLICATIONSERVICES_LIBS)
|
2009-05-28 20:36:54 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2012-08-14 20:39:15 +02:00
|
|
|
bitmap.c \
|
2009-06-10 22:40:27 +02:00
|
|
|
bmpdecode.c \
|
2009-08-11 20:47:29 +02:00
|
|
|
bmpencode.c \
|
2013-07-18 15:30:54 +02:00
|
|
|
clipper.c \
|
2009-06-01 20:32:41 +02:00
|
|
|
clsfactory.c \
|
2012-11-15 14:06:25 +01:00
|
|
|
colorcontext.c \
|
2013-02-06 13:52:09 +01:00
|
|
|
colortransform.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 \
|
2012-01-11 23:03:24 +01:00
|
|
|
metadatahandler.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 \
|
2012-05-08 16:43:23 +02:00
|
|
|
proxy.c \
|
2009-08-17 17:18:31 +02:00
|
|
|
regsvr.c \
|
2012-02-28 20:45:32 +01:00
|
|
|
scaler.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
|
|
|
|
|
2013-12-31 18:15:17 +01:00
|
|
|
IDL_SRCS = windowscodecs_wincodec.idl
|
2014-01-07 12:20:25 +01:00
|
|
|
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
|