mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
12 lines
149 B
Makefile
12 lines
149 B
Makefile
MODULE = cabinet.dll
|
|
IMPORTLIB = cabinet
|
|
EXTRALIBS = @ZLIB@
|
|
|
|
C_SRCS = \
|
|
cabinet_main.c \
|
|
fci.c \
|
|
fdi.c
|
|
|
|
RC_SRCS = cabinet.rc
|
|
|
|
@MAKE_DLL_RULES@
|