You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/ryzom/client/src/seven_zip
kervala 8eaf7d889a Changed: Use *_PREFIX instead of fixed values with INSTALL 12 years ago
..
7zAlloc.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zAlloc.h Fixed EOL issues and added .hgeol file. 13 years ago
7zBuffer.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zBuffer.h Fixed EOL issues and added .hgeol file. 13 years ago
7zCrc.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zCrc.h Fixed EOL issues and added .hgeol file. 13 years ago
7zDecode.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zDecode.h Fixed EOL issues and added .hgeol file. 13 years ago
7zExtract.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zExtract.h Fixed EOL issues and added .hgeol file. 13 years ago
7zHeader.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zHeader.h Fixed EOL issues and added .hgeol file. 13 years ago
7zIn.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zIn.h Fixed EOL issues and added .hgeol file. 13 years ago
7zItem.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zItem.h Fixed EOL issues and added .hgeol file. 13 years ago
7zMain.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zMethodID.cpp Fixed EOL issues and added .hgeol file. 13 years ago
7zMethodID.h Fixed EOL issues and added .hgeol file. 13 years ago
7zTypes.h Fixed EOL issues and added .hgeol file. 13 years ago
BranchTypes.h Fixed EOL issues and added .hgeol file. 13 years ago
BranchX86.cpp Fixed EOL issues and added .hgeol file. 13 years ago
BranchX86.h Fixed EOL issues and added .hgeol file. 13 years ago
CMakeLists.txt Changed: Use *_PREFIX instead of fixed values with INSTALL 12 years ago
LzmaDecode.cpp Fixed EOL issues and added .hgeol file. 13 years ago
LzmaDecode.h Fixed EOL issues and added .hgeol file. 13 years ago
LzmaRamDecode.cpp Fixed EOL issues and added .hgeol file. 13 years ago
LzmaRamDecode.h Fixed EOL issues and added .hgeol file. 13 years ago
LzmaTypes.h Fixed EOL issues and added .hgeol file. 13 years ago
readme.txt Fixed EOL issues and added .hgeol file. 13 years ago

readme.txt


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