Build 7za.exe that includes Zstd/LZ4/LZ5 too, to better match what p7zip-zstd does

This commit is contained in:
Aras Pranckevicius
2017-04-11 10:43:41 +03:00
parent f6baaa2102
commit 6b0b1ab05c
3 changed files with 61 additions and 0 deletions

View File

@@ -60,5 +60,9 @@ cd %ROOT%\Bundles\SFXCon
nmake %OPTS%
copy O\7zCon.sfx %OUTDIR%\7zCon.sfx
cd %ROOT%\Bundles\Alone
nmake %OPTS%
copy O\7za.exe %OUTDIR%\7za.exe
:ende
cd %ROOT%\..