2009-06-10 22:57:15 +02:00
|
|
|
TESTDLL = windowscodecs.dll
|
2017-06-25 07:24:30 +02:00
|
|
|
IMPORTS = windowscodecs propsys oleaut32 ole32 user32 gdi32 shlwapi
|
2009-06-10 22:57:15 +02:00
|
|
|
|
2010-02-20 19:56:55 +01:00
|
|
|
C_SRCS = \
|
2012-08-14 18:28:32 +02:00
|
|
|
bitmap.c \
|
2010-02-20 19:56:55 +01:00
|
|
|
bmpformat.c \
|
|
|
|
converter.c \
|
2012-09-24 06:22:33 +02:00
|
|
|
gifformat.c \
|
2010-09-08 09:45:37 +02:00
|
|
|
icoformat.c \
|
2010-09-06 04:48:31 +02:00
|
|
|
info.c \
|
2011-11-15 22:09:31 +01:00
|
|
|
metadata.c \
|
2010-02-20 19:56:55 +01:00
|
|
|
palette.c \
|
2012-11-15 14:09:48 +01:00
|
|
|
pngformat.c \
|
2013-01-25 00:04:46 +01:00
|
|
|
propertybag.c \
|
2012-07-12 12:13:22 +02:00
|
|
|
stream.c \
|
|
|
|
tiffformat.c
|