From: sparky4 Date: Mon, 13 Mar 2017 20:09:32 +0000 (-0500) Subject: __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=0902e0e217ef1eb91af959aa8ab47f355f6678e9 __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c so we can use CA MM and PM ][ ca needs huge amounts of work and i should remember what needs to be done soon also i should reverify 16_in.c to make sure it can work with other code of id engine] fixed the glitch] i need the sprite stuff to use the memory manager data.zip i think now correctly uploads and downlolad --- diff --git a/makefile b/makefile index 01a489b8..7a608747 100755 --- a/makefile +++ b/makefile @@ -432,9 +432,7 @@ www: .symbolic @$(REMOVECOMMAND) /var/www/*.zip.zi* @for %f in ($(EXEC)) do @if exist %f @$(COPYCOMMAND) %f /var/www/ @./src/util/z.sh $(EXEC) $(EXEC) - @7z a -r data.zip data - @./src/util/z.sh data.zip data - @$(REMOVECOMMAND) data.zip + @./src/util/z2.sh data.zip data @wmake -h wwwext wwwext: .symbolic diff --git a/src/util/z2.sh b/src/util/z2.sh new file mode 100755 index 00000000..54569a36 --- /dev/null +++ b/src/util/z2.sh @@ -0,0 +1,3 @@ +#!/bin/bash +7z a -v64k -r /var/www/"$1".zip "$2" +echo 7z a -v64k -r /var/www/"$1".zip "$2"