mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
13 lines
149 B
Makefile
13 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@
|