mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 14:07:08 -06:00
merge multi threading to master branch
- updated zstd to latest devel release - lz4, lz5 and zstd is included now - all three support threading
This commit is contained in:
@@ -31,9 +31,13 @@ cd %ROOT%\Bundles\SFXWin
|
||||
nmake %OPTS%
|
||||
copy AMD64\7z.sfx %OUTDIR%\7z.sfx
|
||||
|
||||
cd %ROOT%\Bundles\Codec_zstd
|
||||
cd %ROOT%\Bundles\Codec_lz4
|
||||
nmake %OPTS%
|
||||
copy AMD64\zstd.dll %OUTDIR%\zstd-x64min.dll
|
||||
copy AMD64\lz4.dll %OUTDIR%\lz4-x64.dll
|
||||
|
||||
cd %ROOT%\Bundles\Codec_lz5
|
||||
nmake %OPTS%
|
||||
copy AMD64\lz5.dll %OUTDIR%\lz5-x64.dll
|
||||
|
||||
cd %ROOT%\Bundles\Codec_zstdf
|
||||
nmake %OPTS%
|
||||
|
||||
Reference in New Issue
Block a user