From 7794bf4b1d134c0163724b94b2a22c33fb4d7b9b Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 29 Mar 2017 10:03:22 -0500 Subject: [PATCH] [16_ca needs huge amounts of work and I should remember what needs to be done soon][OpenVGMFile needs to be ported to 16_snd.c]going to port rest of code to borland c some time so we can use the core components of id engine here [going to add 16_us.c eventually but the debug system and CA_ PM_ and MM_ usage is priority now] added animation delay test back wwww --- WBUILD.BAT | 6 +++--- src/util/shbat/WBUILD.BAT | 6 +++--- src/util/shbat/awoo.sh | 8 ++++---- src/util/shbat/run.bat | 5 ----- src/util/shbat/wbuild.sh | 10 +++++----- src/util/shbat/winnbuil.sh | 2 -- src/util/shbat/winrun.bat | 2 -- wbuild.sh | 10 +++++----- 8 files changed, 20 insertions(+), 29 deletions(-) delete mode 100755 src/util/shbat/run.bat delete mode 100755 src/util/shbat/winnbuil.sh delete mode 100755 src/util/shbat/winrun.bat diff --git a/WBUILD.BAT b/WBUILD.BAT index 4a61ec18..01bb9ef7 100755 --- a/WBUILD.BAT +++ b/WBUILD.BAT @@ -1,7 +1,7 @@ @echo off -wmake -h clean -wmake -h -rem wmake -h comp +wmake -s -h clean +wmake -s -h +rem wmake -s -h comp if exist *.err (wmake vomitchan) rem if exist *.o (del *.o) rem if exist *.obj (del *.obj) diff --git a/src/util/shbat/WBUILD.BAT b/src/util/shbat/WBUILD.BAT index 4a61ec18..01bb9ef7 100755 --- a/src/util/shbat/WBUILD.BAT +++ b/src/util/shbat/WBUILD.BAT @@ -1,7 +1,7 @@ @echo off -wmake -h clean -wmake -h -rem wmake -h comp +wmake -s -h clean +wmake -s -h +rem wmake -s -h comp if exist *.err (wmake vomitchan) rem if exist *.o (del *.o) rem if exist *.obj (del *.obj) diff --git a/src/util/shbat/awoo.sh b/src/util/shbat/awoo.sh index 6ccf53ac..7f561cc3 100755 --- a/src/util/shbat/awoo.sh +++ b/src/util/shbat/awoo.sh @@ -3,9 +3,9 @@ #if [ -f "*.exe" ] # then #fi -wmake -h www -wmake -h clean -wmake -h backupscript +wmake -s -h www +wmake -s -h clean +wmake -s -h backupscript if [ -z "$*" ]; then pee="wwww" else @@ -14,6 +14,6 @@ fi ##echo "$pee" git add . . src/util/shbat/boop.sh "$pee" -wmake -h initscript +wmake -s -h initscript . ./wbuild.sh ##. ./mkdld.sh# slow compile ww diff --git a/src/util/shbat/run.bat b/src/util/shbat/run.bat deleted file mode 100755 index 093735f0..00000000 --- a/src/util/shbat/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -wmake clean -wmake exmmtest.exe > exmmtest.16 -@rem wmakescroll.exe > scroll.16 -@rem wmake maptest.exemaptest.exe > maptest.16 diff --git a/src/util/shbat/wbuild.sh b/src/util/shbat/wbuild.sh index 17c1b3e3..cd0d1f3e 100755 --- a/src/util/shbat/wbuild.sh +++ b/src/util/shbat/wbuild.sh @@ -1,15 +1,15 @@ #! /bin/bash -wmake -h clean -wmake -h -wmake -h comp +wmake -s -h clean +wmake -s -h +wmake -s -h comp #if [[ -f *.err ]] #then # echo dumping *.err #cat *.err - wmake -h vomitchan + wmake -s -h vomitchan #fi #if [ -f 16_head.o ] #then # rm *.o #fi -####wmake -h inntest.exe +####wmake -s -h inntest.exe diff --git a/src/util/shbat/winnbuil.sh b/src/util/shbat/winnbuil.sh deleted file mode 100755 index e6652305..00000000 --- a/src/util/shbat/winnbuil.sh +++ /dev/null @@ -1,2 +0,0 @@ -wmake -h clean -wmake -h inntest.exe diff --git a/src/util/shbat/winrun.bat b/src/util/shbat/winrun.bat deleted file mode 100755 index 6717a782..00000000 --- a/src/util/shbat/winrun.bat +++ /dev/null @@ -1,2 +0,0 @@ -db\dosbox -conf data\winrun.cfg -exit -exit diff --git a/wbuild.sh b/wbuild.sh index 17c1b3e3..cd0d1f3e 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -1,15 +1,15 @@ #! /bin/bash -wmake -h clean -wmake -h -wmake -h comp +wmake -s -h clean +wmake -s -h +wmake -s -h comp #if [[ -f *.err ]] #then # echo dumping *.err #cat *.err - wmake -h vomitchan + wmake -s -h vomitchan #fi #if [ -f 16_head.o ] #then # rm *.o #fi -####wmake -h inntest.exe +####wmake -s -h inntest.exe -- 2.39.2