khanat-opennel-code/code/ryzom/client/src/seven_zip
2011-05-29 17:58:48 +02:00
..
7zAlloc.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zAlloc.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zBuffer.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zBuffer.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zCrc.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zCrc.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zDecode.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zDecode.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zExtract.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zExtract.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zHeader.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zHeader.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zIn.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zIn.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zItem.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zItem.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zMain.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zMethodID.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zMethodID.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
7zTypes.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
BranchTypes.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
BranchX86.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
BranchX86.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
CMakeLists.txt Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
LzmaDecode.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
LzmaDecode.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
LzmaRamDecode.cpp Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
LzmaRamDecode.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
LzmaTypes.h Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
Makefile Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
readme.txt Changed: #1306 basic structure for georges editor plugin added 2011-05-29 17:58:48 +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