mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
df2521bff2
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
154 B
Makefile
12 lines
154 B
Makefile
MODULE = cabinet.dll
|
|
IMPORTLIB = cabinet
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
cabinet_main.c \
|
|
deflate.c \
|
|
fci.c \
|
|
fdi.c
|
|
|
|
RC_SRCS = cabinet.rc
|