mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00: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
|