khanat-code-old/code/ryzom/client/src/seven_zip
2010-05-15 18:47:21 +02:00
..
7zAlloc.cpp initial version 2010-05-06 02:08:41 +02:00
7zAlloc.h initial version 2010-05-06 02:08:41 +02:00
7zBuffer.cpp initial version 2010-05-06 02:08:41 +02:00
7zBuffer.h initial version 2010-05-06 02:08:41 +02:00
7zCrc.cpp initial version 2010-05-06 02:08:41 +02:00
7zCrc.h initial version 2010-05-06 02:08:41 +02:00
7zDecode.cpp initial version 2010-05-06 02:08:41 +02:00
7zDecode.h initial version 2010-05-06 02:08:41 +02:00
7zExtract.cpp initial version 2010-05-06 02:08:41 +02:00
7zExtract.h initial version 2010-05-06 02:08:41 +02:00
7zHeader.cpp initial version 2010-05-06 02:08:41 +02:00
7zHeader.h initial version 2010-05-06 02:08:41 +02:00
7zIn.cpp initial version 2010-05-06 02:08:41 +02:00
7zIn.h initial version 2010-05-06 02:08:41 +02:00
7zItem.cpp initial version 2010-05-06 02:08:41 +02:00
7zItem.h initial version 2010-05-06 02:08:41 +02:00
7zMain.cpp Changed: #825 Remove all warning when compiling Ryzom on Linux 2010-05-12 12:03:38 +02:00
7zMethodID.cpp initial version 2010-05-06 02:08:41 +02:00
7zMethodID.h initial version 2010-05-06 02:08:41 +02:00
7zTypes.h initial version 2010-05-06 02:08:41 +02:00
BranchTypes.h initial version 2010-05-06 02:08:41 +02:00
BranchX86.cpp initial version 2010-05-06 02:08:41 +02:00
BranchX86.h initial version 2010-05-06 02:08:41 +02:00
CMakeLists.txt Update: #842 Updating the CMake build, getting rid of bad stuff like DECORATE_NEL_LIB 2010-05-10 12:17:19 -05:00
LzmaDecode.cpp Changed: #825 remove some warning 2010-05-15 18:47:21 +02:00
LzmaDecode.h Changed: #825 Remove all warning when compiling Ryzom on Linux 2010-05-12 12:03:38 +02:00
LzmaRamDecode.cpp initial version 2010-05-06 02:08:41 +02:00
LzmaRamDecode.h initial version 2010-05-06 02:08:41 +02:00
LzmaTypes.h initial version 2010-05-06 02:08:41 +02:00
Makefile Fixed: all path are now relative. Only have to define $RYZOM_PATH 2010-05-11 16:02:53 +02:00
readme.txt initial version 2010-05-06 02:08:41 +02:00
seven_zip.vcproj Changed: #860 Remove/convert/update Visual C++ projects 2010-05-09 11:49:35 +02:00


This is an extract of some files from the 7zip SDK.

At time of writing (2007-01-12) there is no dll or library project in the 7zip 
distribution (lzma443), so I build a custum project and copied in the 7zip 
files needed to do 7zip/lzma extraction.

To update this library, download the latest 7zip SDK and copy all file from 
	<lzma-sdk>/C/7zip/Archive/7z_C
for the 7zip archive file format support

and the 3 files needed from 
	<lzma-sdk>/C/7zip/Compress/LZMA_C 
	(lzmaDecode.h lzmaDecode.cpp lzmaTypes.h)
for the lzma decrompression lib.


NB : If callback support must be enabled, add "#define _LZMA_IN_CB" in 
	7zTypes.h