mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
0197a1c0cc
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
170 B
Makefile
11 lines
170 B
Makefile
MODULE = cabinet.dll
|
|
IMPORTLIB = cabinet
|
|
IMPORTS = $(ZLIB_PE_LIBS)
|
|
EXTRAINCL = $(ZLIB_PE_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
cabinet_main.c \
|
|
fci.c \
|
|
fdi.c
|
|
|
|
RC_SRCS = cabinet.rc
|