gtkradiant/contrib/pk3man/zlib
mattn caabb8dceb * added pk3man and fixed it to compile for latest radiant
* NOTE: Not included in the build chain - doesn't link
* NOTE: iepair.h is not used at the moment


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@225 8a3a26a2-13c4-0310-b231-cf6edde360e5
2008-03-18 17:11:08 +00:00
..
libz-zip.a * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
README.linux * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
unzip.c * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
unzip.h * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
zconf.h * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
zip.c * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
zip.h * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
zlib.h * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
zlib.lib * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00
zlibd.lib * added pk3man and fixed it to compile for latest radiant 2008-03-18 17:11:08 +00:00

Precompiled stuff for zip/unzip on linux is in libz-zip.a
Based on zlib + minizip package
The zip.c and unzip.c files will not build out of the box on linux
they are only relevant to the windows version

How to rebuild libz-zip.a:
download zlib from: http://www.info-zip.org/pub/infozip/zlib/zlib.html
patch the contrib/minizip code with http://www.winimage.com/zLibDll/unzip.html
  (I had to replace zip.c by a newer one)
build everything, zlib.a zip.o and unzip.o

ar -rs libz.a zip.o unzip.o
mv libz.a libz-zip.a