mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
MODULE = cabinet.dll
|
|
IMPORTLIB = cabinet
|
|
IMPORTS = $(ZLIB_PE_LIBS)
|
|
EXTRAINCL = $(ZLIB_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
cabinet.rc \
|
|
cabinet_main.c \
|
|
fci.c \
|
|
fdi.c
|