]> 4ch.mooo.com Git - 16.git/commitdiff
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
authorsparky4 <sparky4@cock.li>
Wed, 22 Mar 2017 16:24:12 +0000 (11:24 -0500)
committersparky4 <sparky4@cock.li>
Wed, 22 Mar 2017 16:24:12 +0000 (11:24 -0500)
.gitignore
WBUILD.BAT [new file with mode: 0755]
makefile
src/util/git/git_igno.re
ud.sh [new file with mode: 0755]
wbuild.sh [new file with mode: 0755]

index b6e7e5679998f454c2bb3af150b920440f5ca57c..1e3a0af94972698f7b3d8cab5d261e4fe4c4ce00 100755 (executable)
@@ -20,9 +20,12 @@ LICENCE~
 *.meh\r
 *.MEH\r
 __wcl__.lnk\r
-!bcexmm.map\r
+#!bcexmm.map\r
 !makefile\r
 !modex.lib\r
+!wbuild.sh\r
+!WBUILD.BAT\r
+!ud.sh\r
 img\r
 !.git/config\r
 !.gitmodules\r
diff --git a/WBUILD.BAT b/WBUILD.BAT
new file mode 100755 (executable)
index 0000000..4a61ec1
--- /dev/null
@@ -0,0 +1,7 @@
+@echo off
+wmake -h clean
+wmake -h
+rem wmake -h comp
+if exist *.err (wmake vomitchan)
+rem if exist *.o (del *.o)
+rem if exist *.obj (del *.obj)
index 6c97f4e4fae4f6574dc736390ea2055cd3a8a95c..306538e046912856e9a22ae6119d1dfb806ff19a 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -379,6 +379,7 @@ ll.$(OBJ):          $(SRCLIB)/ll.c  $(SRCLIB)/ll.h
 #
 clean: .symbolic
        @if not exist $(DOSLIBDIR)/buildall.sh wmake -h initlibs
+       @wmake -h initscript
        @for %f in ($(ALLEXEC)) do @if exist %f $(REMOVECOMMAND) %f
 !ifdef __LINUX__
        @if exist *.LIB $(REMOVECOMMAND) *.LIB
@@ -439,13 +440,16 @@ backupscript: .symbolic
        @if exist *.sh $(MOVECOMMAND) *.sh $(SCRIPTBATDIR)/
 !ifdef __LINUX__
        @if exist *.BAT $(MOVECOMMAND) *.BAT $(SCRIPTBATDIR)/
+       @if not exist ud.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/ud.sh ./
 !endif
+       @if not exist wbuild.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/wbuild.sh ./
+       @if not exist WBUILD.BAT $(COPYCOMMAND) $(SCRIPTBATDIR)/WBUILD.BAT ./
 
 initscript: .symbolic
-       @if not exist *.bat $(COPYCOMMAND) $(SCRIPTBATDIR)/*.bat ./
-       @if not exist *.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/*.sh ./
+       @$(COPYCOMMAND) $(SCRIPTBATDIR)/*.bat ./
+       @$(COPYCOMMAND) $(SCRIPTBATDIR)/*.sh ./
 !ifdef __LINUX__
-       @if not exist *.BAT $(COPYCOMMAND) $(SCRIPTBATDIR)/*.BAT ./
+       @$(COPYCOMMAND) $(SCRIPTBATDIR)/*.BAT ./
 !endif
 
 
index 70ed7d7559f36ad034ae916e1aac57babd351473..1e3a0af94972698f7b3d8cab5d261e4fe4c4ce00 100755 (executable)
@@ -20,12 +20,19 @@ LICENCE~
 *.meh\r
 *.MEH\r
 __wcl__.lnk\r
-!bcexmm.map\r
+#!bcexmm.map\r
 !makefile\r
 !modex.lib\r
+!wbuild.sh\r
+!WBUILD.BAT\r
+!ud.sh\r
 img\r
 !.git/config\r
 !.gitmodules\r
+pcx2vrl\r
+pcxsscut\r
+vrl2vrs\r
+vrsdump\r
 # except foo.html which is maintained by hand.\r
 #!foo.html\r
 # Ignore objects and archives.\r
diff --git a/ud.sh b/ud.sh
new file mode 100755 (executable)
index 0000000..0219a4c
--- /dev/null
+++ b/ud.sh
@@ -0,0 +1,7 @@
+#rm pcx2vrl
+#rm pcxsscut
+#rm vrl2vrs
+#rm vrsdump
+rm -f *.16W
+git pull
+wmake -h uplibs
diff --git a/wbuild.sh b/wbuild.sh
new file mode 100755 (executable)
index 0000000..17c1b3e
--- /dev/null
+++ b/wbuild.sh
@@ -0,0 +1,15 @@
+#! /bin/bash
+wmake -h clean
+wmake -h
+wmake -h comp
+#if [[ -f *.err ]]
+#then
+#      echo dumping *.err
+       #cat *.err
+       wmake -h vomitchan
+#fi
+#if [ -f 16_head.o ]
+#then
+#      rm *.o
+#fi
+####wmake -h inntest.exe