mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
.. | ||
7zAlloc.cpp | ||
7zAlloc.h | ||
7zBuffer.cpp | ||
7zBuffer.h | ||
7zCrc.cpp | ||
7zCrc.h | ||
7zDecode.cpp | ||
7zDecode.h | ||
7zExtract.cpp | ||
7zExtract.h | ||
7zHeader.cpp | ||
7zHeader.h | ||
7zIn.cpp | ||
7zIn.h | ||
7zItem.cpp | ||
7zItem.h | ||
7zMain.cpp | ||
7zMethodID.cpp | ||
7zMethodID.h | ||
7zTypes.h | ||
BranchTypes.h | ||
BranchX86.cpp | ||
BranchX86.h | ||
CMakeLists.txt | ||
LzmaDecode.cpp | ||
LzmaDecode.h | ||
LzmaRamDecode.cpp | ||
LzmaRamDecode.h | ||
LzmaTypes.h | ||
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