* 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
14 lines
516 B
Plaintext
14 lines
516 B
Plaintext
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
|