Update scripts that make 7-Zip packages to enable solid archives for better compression. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5583 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-01-22 01:24:58 +00:00
parent 1fedebe727
commit f146abe68e
2 changed files with 4 additions and 4 deletions

View file

@ -40,8 +40,8 @@ xcopy /e /q /y /EXCLUDE:%wiidir%\xcopy_exclude.txt package\common apps\mapster32
xcopy /e /q /y /EXCLUDE:%wiidir%\xcopy_exclude.txt package\sdk apps\mapster32\ xcopy /e /q /y /EXCLUDE:%wiidir%\xcopy_exclude.txt package\sdk apps\mapster32\
"ls.exe" -l -R apps "ls.exe" -l -R apps
7z.exe a -mx9 -t7z eduke32-wii-r%rev%-debug-elf.7z *.elf -xr!*.svn* 7z.exe a -mx9 -ms=on -t7z eduke32-wii-r%rev%-debug-elf.7z *.elf -xr!*.svn*
7z.exe a -mx9 -t7z eduke32-wii-r%rev%.7z apps -xr!*.svn* 7z.exe a -mx9 -ms=on -t7z eduke32-wii-r%rev%.7z apps -xr!*.svn*
:end :end

View file

@ -113,8 +113,8 @@ function package_game_lunatic ()
function package_execute () function package_execute ()
{ {
echo 7zr a -mx9 -t7z $output/$date-$head/${*}_$date-$head.7z * echo 7zr a -mx9 -ms=on -t7z $output/$date-$head/${*}_$date-$head.7z *
7zr a -mx9 -t7z $output/$date-$head/${*}_$date-$head.7z * 7zr a -mx9 -ms=on -t7z $output/$date-$head/${*}_$date-$head.7z *
cd $top/$source cd $top/$source