wine/dlls/windowscodecs/Makefile.in
Ken Thomases 21137cd3c3 windowscodecs: Use Mac OS X native ICNS support, not libicns.
The ICNS support is only used on Mac OS X and is not anticipated to be used
on any other platform.  So, we can rely on the native frameworks rather than
a third-party dependency.
2011-01-06 11:44:02 +01:00

38 lines
683 B
Makefile

MODULE = windowscodecs.dll
IMPORTLIB = windowscodecs
IMPORTS = uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
EXTRAINCL = @PNGINCL@
EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
EXTRALIBS = @APPLICATIONSERVICESLIB@
C_SRCS = \
bmpdecode.c \
bmpencode.c \
clsfactory.c \
converter.c \
fliprotate.c \
gifformat.c \
icnsformat.c \
icoformat.c \
imgfactory.c \
info.c \
jpegformat.c \
main.c \
palette.c \
pngformat.c \
propertybag.c \
regsvr.c \
stream.c \
tgaformat.c \
tiffformat.c \
ungif.c
RC_SRCS = version.rc
IDL_P_SRCS = windowscodecs_wincodec.idl
IDL_R_SRCS = windowscodecs_wincodec.idl
EXTRA_OBJS = dlldata.o
@MAKE_DLL_RULES@