fix: zlib compilation on mingw / ps, (@doegox)

This commit is contained in:
iceman1001 2020-05-08 13:55:24 +02:00
parent f70210ebef
commit 1efda3aa84

View file

@ -1,7 +1,7 @@
MYSRCPATHS = ../../common/zlib
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
MYINCLUDES = -I../../common/zlib
MYCFLAGS = -Wno-error=strict-prototypes
MYCFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
#-DDEBUG -Dverbose=1