mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
Merge pull request #142 from deajan/setup-sfx-fix
Add zstd support and fix missing fatal error U1052
This commit is contained in:
@@ -113,4 +113,25 @@ C_OBJS = \
|
|||||||
|
|
||||||
!include "../../Crc.mak"
|
!include "../../Crc.mak"
|
||||||
!include "../../LzmaDec.mak"
|
!include "../../LzmaDec.mak"
|
||||||
|
|
||||||
|
|
||||||
|
COMPRESS_OBJS = $(COMPRESS_OBJS) \
|
||||||
|
$O\ZstdDecoder.obj \
|
||||||
|
$O\ZstdRegister.obj \
|
||||||
|
|
||||||
|
ZSTD_OBJS = \
|
||||||
|
$O\debug.obj \
|
||||||
|
$O\entropy_common.obj \
|
||||||
|
$O\error_private.obj \
|
||||||
|
$O\fse_decompress.obj \
|
||||||
|
$O\huf_decompress.obj \
|
||||||
|
$O\pool.obj \
|
||||||
|
$O\threading.obj \
|
||||||
|
$O\xxhash.obj \
|
||||||
|
$O\zstd_common.obj \
|
||||||
|
$O\zstd_ddict.obj \
|
||||||
|
$O\zstd_decompress_block.obj \
|
||||||
|
$O\zstd_decompress.obj \
|
||||||
|
|
||||||
|
|
||||||
!include "../../7zip.mak"
|
!include "../../7zip.mak"
|
||||||
Reference in New Issue
Block a user