cabinet: Add support for MSZIP compression.
[wine.git] / dlls / cabinet / Makefile.in
blob28769362eec60757464975a6cc5df6b3a15564c7
1 MODULE = cabinet.dll
2 IMPORTLIB = cabinet
3 EXTRALIBS = @ZLIB@
5 C_SRCS = \
6 cabinet_main.c \
7 fci.c \
8 fdi.c
10 RC_SRCS = cabinet.rc
12 @MAKE_DLL_RULES@