Update Zstandard to Version 1.5.5

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
Tino Reichardt
2023-04-05 07:52:27 +02:00
parent e615c8c63f
commit aaf1f122b8
31 changed files with 964 additions and 649 deletions

View File

@@ -317,7 +317,6 @@ ZSTD_OBJS = \
$O\zstd_fast.obj \
$O\zstd_lazy.obj \
$O\zstd_ldm.obj \
$O\zstd_trace.obj \
$O\zstdmt_compress.obj \
$O\zstd_opt.obj \
$O\zstd_v01.obj \

View File

@@ -45,7 +45,6 @@ ZSTD_OBJS = \
$O\zstd_fast.obj \
$O\zstd_lazy.obj \
$O\zstd_ldm.obj \
$O\zstd_trace.obj \
$O\zstdmt_compress.obj \
$O\zstd_opt.obj \
$O\zstd_v01.obj \

View File

@@ -1,6 +1,6 @@
#include "../../../../C/7zVersionTr.h"
#include "../../../../C/7zVersion.rc"
MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.5.4", "zstd")
MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.5.5", "zstd")
101 ICON "../../Archive/Icons/zst.ico"

View File

@@ -236,7 +236,6 @@ ZSTD_OBJS = \
$O\zstd_fast.obj \
$O\zstd_lazy.obj \
$O\zstd_ldm.obj \
$O\zstd_trace.obj \
$O\zstdmt_compress.obj \
$O\zstd_opt.obj \
$O\zstd_v01.obj \

View File

@@ -193,7 +193,6 @@ ZSTD_OBJS = \
$O\zstd_fast.obj \
$O\zstd_lazy.obj \
$O\zstd_ldm.obj \
$O\zstd_trace.obj \
$O\zstdmt_compress.obj \
$O\zstd_opt.obj \
$O\zstd_v01.obj \

View File

@@ -109,7 +109,6 @@ ZSTD_OBJS = \
$O\zstd_fast.obj \
$O\zstd_lazy.obj \
$O\zstd_ldm.obj \
$O\zstd_trace.obj \
$O\zstdmt_compress.obj \
$O\zstd_opt.obj \
$O\zstd_v01.obj \