3 URL: http://www.7-zip.org/sdk.html
9 This contains a part of LZMA SDK 9.20.
11 Only the C code required to open 7z archive files and uncompress LZMA
12 compression has been included. The project files have been rewritten to use
13 proper file paths and generate a static lib.
15 The patch in chromium.patch was applied to CpuArch.c to fix compile error on
16 32bit Linux (when compiled with -fPIC).
18 2013-06-14: The patch was updated to fix register corruption that can occur on
21 2013-07-17: The patch was updated to fix register clobbering that occurred on
22 Mac builds (but in principle can occur anywhere).
24 An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on