]> 4ch.mooo.com Git - 16.git/commitdiff
16_ca needs huge amounts of work and I should remember what needs to be done soon...
authorsparky4 <sparky4@cock.li>
Wed, 12 Jul 2017 00:30:18 +0000 (19:30 -0500)
committersparky4 <sparky4@cock.li>
Wed, 12 Jul 2017 00:30:18 +0000 (19:30 -0500)
WBUILD.B [deleted file]
makefile
wbuild.s [deleted file]

diff --git a/WBUILD.B b/WBUILD.B
deleted file mode 100755 (executable)
index c0579e4..0000000
--- a/WBUILD.B
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-set pee="-h"
-rem -s"
-wmake -h -s clean
-wmake %pee
-rem wmake %pee comp
-if exist *.err (wmake %pee vomitchan)
-rem if exist *.o (del *.o)
-rem if exist *.obj (del *.obj)
index 7eb271bbdc5cf8e7bcc8f929d1e653453a2fbd3c..354c451c10a1798a9c568fedc90785e5cfe846e0 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -522,8 +522,8 @@ backupscript: .symbolic
        @$(COPYCOMMAND) wbuild.sh wbuild.s
        @if exist *.bat $(MOVECOMMAND) *.bat $(SCRIPTBATDIR)/
        @if exist *.sh $(MOVECOMMAND) *.sh $(SCRIPTBATDIR)/
-       @$(COPYCOMMAND) WBUILD.B WBUILD.BAT
-       @$(COPYCOMMAND) wbuild.s wbuild.sh
+       @$(MOVECOMMAND) WBUILD.B WBUILD.BAT
+       @$(MOVECOMMAND) wbuild.s wbuild.sh
 !ifdef __LINUX__
        @if exist *.BAT $(MOVECOMMAND) *.BAT $(SCRIPTBATDIR)/
        @if not exist ud.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/ud.sh ./
diff --git a/wbuild.s b/wbuild.s
deleted file mode 100755 (executable)
index a0606f5..0000000
--- a/wbuild.s
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/bash
-pee="-h"
-# -s"
-wmake -h -s clean
-wmake ${pee}
-wmake ${pee} comp
-#if [[ -f *.err ]]
-#then
-#      echo dumping *.err
-       #cat *.err
-       wmake ${pee} vomitchan
-#fi
-#if [ -f 16_head.o ]
-#then
-#      rm *.o
-#fi
-####wmake $pee inntest.exe