mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
11 lines
134 B
Makefile
11 lines
134 B
Makefile
MODULE = cabinet.dll
|
|
IMPORTLIB = cabinet
|
|
EXTRALIBS = $(Z_LIBS)
|
|
|
|
C_SRCS = \
|
|
cabinet_main.c \
|
|
fci.c \
|
|
fdi.c
|
|
|
|
RC_SRCS = cabinet.rc
|