Sweden-Number/dlls/windowscodecs/Makefile.in

32 lines
501 B
Makefile
Raw Normal View History

2009-05-28 20:36:54 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = windowscodecs.dll
IMPORTLIB = windowscodecs
IMPORTS = uuid ole32 shlwapi advapi32 kernel32
2009-08-09 01:49:33 +02:00
EXTRAINCL = @PNGINCL@
2009-05-28 20:36:54 +02:00
C_SRCS = \
bmpdecode.c \
2009-08-11 20:47:29 +02:00
bmpencode.c \
clsfactory.c \
converter.c \
2009-08-17 16:45:28 +02:00
gifformat.c \
2009-08-20 16:22:16 +02:00
icoformat.c \
imgfactory.c \
info.c \
2009-08-24 17:19:37 +02:00
jpegformat.c \
main.c \
palette.c \
2009-08-09 01:49:33 +02:00
pngformat.c \
propertybag.c \
regsvr.c \
stream.c \
tiffformat.c \
ungif.c
2009-05-28 20:36:54 +02:00
2009-08-21 13:02:53 +02:00
RC_SRCS = version.rc
2009-05-28 20:36:54 +02:00
@MAKE_DLL_RULES@