]> 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:27:13 +0000 (19:27 -0500)
committersparky4 <sparky4@cock.li>
Wed, 12 Jul 2017 00:27:13 +0000 (19:27 -0500)
WBUILD.B [new file with mode: 0755]
WBUILD.BAT
makefile
src/lib/doslib
src/util/shbat/WBUILD.BAT
src/util/shbat/wbuild.sh
wbuild.s [new file with mode: 0755]
wbuild.sh

diff --git a/WBUILD.B b/WBUILD.B
new file mode 100755 (executable)
index 0000000..c0579e4
--- /dev/null
+++ b/WBUILD.B
@@ -0,0 +1,9 @@
+@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 2d014318ec0b13538e07c897846a6bea1072a14f..c0579e4b2f95afa2b0667406e86a27a9d8cf62bb 100755 (executable)
@@ -1,7 +1,7 @@
 @echo off
 set pee="-h"
 rem -s"
-wmake %pee clean
+wmake -h -s clean
 wmake %pee
 rem wmake %pee comp
 if exist *.err (wmake %pee vomitchan)
index 06c0f45dd42b7384807e7fd985681e22750f4ce9..7eb271bbdc5cf8e7bcc8f929d1e653453a2fbd3c 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -115,11 +115,11 @@ WCLQ=-zq
 UPXQ=-qqq
 
 # symbolic debug for wsample/wprof/wd
-D_FLAGS=-d1#+
+D_FLAGS=-d1+
 
 # stacksize
 STKSIZ=32768
-#24576#40960
+#STKSIZ=24576#40960
 
 #
 # compile flags
@@ -518,8 +518,12 @@ initconfig: .symbolic
 
 
 backupscript: .symbolic
+       @$(COPYCOMMAND) WBUILD.BAT WBUILD.B
+       @$(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
 !ifdef __LINUX__
        @if exist *.BAT $(MOVECOMMAND) *.BAT $(SCRIPTBATDIR)/
        @if not exist ud.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/ud.sh ./
index cff67cda35b51eb48c9fc4481034bda2d7ed7786..82a36e884ccb2a0dafe11693813ccec7dfcc7cb2 160000 (submodule)
@@ -1 +1 @@
-Subproject commit cff67cda35b51eb48c9fc4481034bda2d7ed7786
+Subproject commit 82a36e884ccb2a0dafe11693813ccec7dfcc7cb2
index 2d014318ec0b13538e07c897846a6bea1072a14f..c0579e4b2f95afa2b0667406e86a27a9d8cf62bb 100755 (executable)
@@ -1,7 +1,7 @@
 @echo off
 set pee="-h"
 rem -s"
-wmake %pee clean
+wmake -h -s clean
 wmake %pee
 rem wmake %pee comp
 if exist *.err (wmake %pee vomitchan)
index b8a1c2908393e3d2a3cbf890b5858254cf439178..a0606f5b57d1b7022fd67da3a8e0f57a705f26ce 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 pee="-h"
 # -s"
-wmake ${pee} clean
+wmake -h -s clean
 wmake ${pee}
 wmake ${pee} comp
 #if [[ -f *.err ]]
diff --git a/wbuild.s b/wbuild.s
new file mode 100755 (executable)
index 0000000..a0606f5
--- /dev/null
+++ b/wbuild.s
@@ -0,0 +1,17 @@
+#! /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
index b8a1c2908393e3d2a3cbf890b5858254cf439178..a0606f5b57d1b7022fd67da3a8e0f57a705f26ce 100755 (executable)
--- a/wbuild.sh
+++ b/wbuild.sh
@@ -1,7 +1,7 @@
 #! /bin/bash
 pee="-h"
 # -s"
-wmake ${pee} clean
+wmake -h -s clean
 wmake ${pee}
 wmake ${pee} comp
 #if [[ -f *.err ]]