mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
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:
parent
1fedebe727
commit
f146abe68e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue