yquake2remaster/src/common/unzip
Yamagi Burmeister e7fa5518a9 Replace zlib dependency by miniz single header library.
I've chosen the minimal invasive way for this:

  * Import miniz and remove -lz linker flags.
  * Create a short header minizconf.h roviding everything we need
    originally defined by zconf.h and not provided by miniz.
  * Replace zlib.h with miniz.h and minizconf.h.
2018-08-10 10:24:25 +02:00
..
ioapi.c Update minizip to version 1.2.11. 2018-02-06 15:11:36 +01:00
ioapi.h Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00
miniz.c Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00
miniz.h Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00
minizconf.h Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00
unzip.c Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00
unzip.h Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00