mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
caabb8dceb
* 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 |
||
---|---|---|
.. | ||
libz-zip.a | ||
README.linux | ||
unzip.c | ||
unzip.h | ||
zconf.h | ||
zip.c | ||
zip.h | ||
zlib.h | ||
zlib.lib | ||
zlibd.lib |
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