Add new zstd 1.3.0 files and update version numbers

- pool.c, zstdmt_compress.c and some more header files are needed now
- improved manifest files for 7-zip.dll, 7zG.exe and 7zFM.exe
- update README and version numbers for release 1.3.0 R1
This commit is contained in:
Tino Reichardt
2017-07-11 21:50:23 +02:00
parent 23a9daef72
commit 2c4144c1e8
19 changed files with 1548 additions and 13 deletions

View File

@@ -83,6 +83,8 @@ ZSTD_OBJS = \
$O\huf_compress.obj \
$O\zstd_compress.obj \
$O\error_private.obj \
$O\zstdmt_compress.obj \
$O\pool.obj \
$O\zstd_v01.obj \
$O\zstd_v02.obj \
$O\zstd_v03.obj \