wine-wine/dlls/windowscodecs/Makefile.in

33 lines
508 B
Makefile
Raw Normal View History

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