コミットメタ情報

リビジョン54dee8861d732a876523017c5d28d9de2598ba6f (tree)
日時2017-03-23 01:24:12
作者sparky4 <sparky4@cock...>
コミッターsparky4

ログメッセージ

seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c ][ 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] going to port rest of code to borland c some time so we can use the core components of id engine here[script file cleanup and i tweaked it]

変更サマリ

差分

--- a/.gitignore
+++ b/.gitignore
@@ -20,9 +20,12 @@ LICENCE~
2020 *.meh
2121 *.MEH
2222 __wcl__.lnk
23-!bcexmm.map
23+#!bcexmm.map
2424 !makefile
2525 !modex.lib
26+!wbuild.sh
27+!WBUILD.BAT
28+!ud.sh
2629 img
2730 !.git/config
2831 !.gitmodules
--- /dev/null
+++ b/WBUILD.BAT
@@ -0,0 +1,7 @@
1+@echo off
2+wmake -h clean
3+wmake -h
4+rem wmake -h comp
5+if exist *.err (wmake vomitchan)
6+rem if exist *.o (del *.o)
7+rem if exist *.obj (del *.obj)
--- a/makefile
+++ b/makefile
@@ -379,6 +379,7 @@ ll.$(OBJ): $(SRCLIB)/ll.c $(SRCLIB)/ll.h
379379 #
380380 clean: .symbolic
381381 @if not exist $(DOSLIBDIR)/buildall.sh wmake -h initlibs
382+ @wmake -h initscript
382383 @for %f in ($(ALLEXEC)) do @if exist %f $(REMOVECOMMAND) %f
383384 !ifdef __LINUX__
384385 @if exist *.LIB $(REMOVECOMMAND) *.LIB
@@ -439,13 +440,16 @@ backupscript: .symbolic
439440 @if exist *.sh $(MOVECOMMAND) *.sh $(SCRIPTBATDIR)/
440441 !ifdef __LINUX__
441442 @if exist *.BAT $(MOVECOMMAND) *.BAT $(SCRIPTBATDIR)/
443+ @if not exist ud.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/ud.sh ./
442444 !endif
445+ @if not exist wbuild.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/wbuild.sh ./
446+ @if not exist WBUILD.BAT $(COPYCOMMAND) $(SCRIPTBATDIR)/WBUILD.BAT ./
443447
444448 initscript: .symbolic
445- @if not exist *.bat $(COPYCOMMAND) $(SCRIPTBATDIR)/*.bat ./
446- @if not exist *.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/*.sh ./
449+ @$(COPYCOMMAND) $(SCRIPTBATDIR)/*.bat ./
450+ @$(COPYCOMMAND) $(SCRIPTBATDIR)/*.sh ./
447451 !ifdef __LINUX__
448- @if not exist *.BAT $(COPYCOMMAND) $(SCRIPTBATDIR)/*.BAT ./
452+ @$(COPYCOMMAND) $(SCRIPTBATDIR)/*.BAT ./
449453 !endif
450454
451455
--- a/src/util/git/git_igno.re
+++ b/src/util/git/git_igno.re
@@ -20,12 +20,19 @@ LICENCE~
2020 *.meh
2121 *.MEH
2222 __wcl__.lnk
23-!bcexmm.map
23+#!bcexmm.map
2424 !makefile
2525 !modex.lib
26+!wbuild.sh
27+!WBUILD.BAT
28+!ud.sh
2629 img
2730 !.git/config
2831 !.gitmodules
32+pcx2vrl
33+pcxsscut
34+vrl2vrs
35+vrsdump
2936 # except foo.html which is maintained by hand.
3037 #!foo.html
3138 # Ignore objects and archives.
--- /dev/null
+++ b/ud.sh
@@ -0,0 +1,7 @@
1+#rm pcx2vrl
2+#rm pcxsscut
3+#rm vrl2vrs
4+#rm vrsdump
5+rm -f *.16W
6+git pull
7+wmake -h uplibs
--- /dev/null
+++ b/wbuild.sh
@@ -0,0 +1,15 @@
1+#! /bin/bash
2+wmake -h clean
3+wmake -h
4+wmake -h comp
5+#if [[ -f *.err ]]
6+#then
7+# echo dumping *.err
8+ #cat *.err
9+ wmake -h vomitchan
10+#fi
11+#if [ -f 16_head.o ]
12+#then
13+# rm *.o
14+#fi
15+####wmake -h inntest.exe
旧リポジトリブラウザで表示