upgraded to lzma sdk 4.43 for faster compression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4772 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
51a96f2d75
commit
2cd2142ca3
42 changed files with 1900 additions and 1572 deletions
|
@ -35,12 +35,13 @@ bzip2_files = Split("""
|
|||
|
||||
lzma_files = Split("""
|
||||
7zip/7zGuids.cpp
|
||||
7zip/Common/CRC.cpp
|
||||
7zip/7zip/Common/OutBuffer.cpp
|
||||
7zip/7zip/Common/StreamUtils.cpp
|
||||
7zip/7zip/Compress/LZ/LZInWindow.cpp
|
||||
7zip/7zip/Compress/LZMA/LZMAEncoder.cpp
|
||||
7zip/7zip/Common/OutBuffer.cpp
|
||||
7zip/7zip/Compress/RangeCoder/RangeCoderBit.cpp
|
||||
7zip/Common/Alloc.cpp
|
||||
7zip/Common/CRC.cpp
|
||||
""")
|
||||
|
||||
zlib_files = Split("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue