mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
12 lines
159 B
Makefile
12 lines
159 B
Makefile
EXTLIB = libz.a
|
|
EXTRAINCL = $(ZLIB_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
adler32.c \
|
|
crc32.c \
|
|
deflate.c \
|
|
inffast.c \
|
|
inflate.c \
|
|
inftrees.c \
|
|
trees.c \
|
|
zutil.c
|