Update to 7-Zip Version 21.03

This commit is contained in:
Tino Reichardt
2021-08-25 22:33:02 +02:00
parent 27d965fd99
commit df06f31a42
90 changed files with 6003 additions and 1882 deletions

View File

@@ -15,6 +15,7 @@ COMPRESS_OBJS = \
C_OBJS = \
$O\Alloc.obj \
$O\CpuArch.obj \
$O\Threads.obj \
$O\LzFind.obj \
$O\LzFindMt.obj \
@@ -48,4 +49,6 @@ FASTLZMA2_OBJS = \
$O\range_enc.obj \
$O\util.obj \
!include "../../Crc.mak"
!include "../../LzFindOpt.mak"
!include "../../7zip.mak"