mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00: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
|