From: sparky4 Date: Fri, 26 Aug 2016 21:22:28 +0000 (-0500) Subject: wwww X-Git-Url: http://git.osdn.net/view?p=proj16%2F16.git;a=commitdiff_plain;h=725538d34e6e6cdc80e343fb52a6a0c8c891bcab wwww --- diff --git a/.makefile.kate-swp b/.makefile.kate-swp new file mode 100755 index 00000000..7913d9fd Binary files /dev/null and b/.makefile.kate-swp differ diff --git a/0.exe b/0.exe new file mode 100755 index 00000000..64fd8e68 Binary files /dev/null and b/0.exe differ diff --git a/16.exe b/16.exe new file mode 100755 index 00000000..1916a6a2 Binary files /dev/null and b/16.exe differ diff --git a/WBUILD.BAT b/WBUILD.BAT index 53eddae1..4a61ec18 100755 --- a/WBUILD.BAT +++ b/WBUILD.BAT @@ -3,5 +3,5 @@ wmake -h clean wmake -h rem wmake -h comp if exist *.err (wmake vomitchan) -if exist *.o (del *.o) -if exist *.obj (del *.obj) +rem if exist *.o (del *.o) +rem if exist *.obj (del *.obj) diff --git a/bakapi.exe b/bakapi.exe new file mode 100755 index 00000000..31985fe7 Binary files /dev/null and b/bakapi.exe differ diff --git a/boop.sh b/boop.sh index c0348e30..0ef32da5 100755 --- a/boop.sh +++ b/boop.sh @@ -1,6 +1,6 @@ #!/bin/bash git commit -a -m "$1" -git push x4 master +#git push x4 master git push origin master git push jp master git push sf master diff --git a/exmmtest.exe b/exmmtest.exe new file mode 100755 index 00000000..2ea87cea Binary files /dev/null and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe new file mode 100755 index 00000000..be4a9a34 Binary files /dev/null and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe new file mode 100755 index 00000000..e9ae7dfa Binary files /dev/null and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe new file mode 100755 index 00000000..c5f19bb7 Binary files /dev/null and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe new file mode 100755 index 00000000..cc23d2bb Binary files /dev/null and b/inputest.exe differ diff --git a/makefile b/makefile index dcff5a19..9d620ebb 100755 --- a/makefile +++ b/makefile @@ -206,17 +206,17 @@ vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) # #executable's objects # -!ifndef __LINUX__ -#{$(SRC)}.c.$(OBJ) : +#!ifndef __LINUX__ {src}.c.$(OBJ) : - $(WCL) $(FLAGS) -c $[* -!endif +#{$(SRC)}.c.$(OBJ): + $(WCL) $(FLAGS) -c $[ +#!endif 16.$(OBJ): $(SRC)16.h $(SRC)16.c - $(WCL) $(FLAGS) -c $(SRC)16.c + #$(WCL) $(FLAGS) -c $(SRC)16.c bakapi.$(OBJ): $(SRC)bakapi.h $(SRC)bakapi.c - $(WCL) $(FLAGS) -c $(SRC)bakapi.c + #$(WCL) $(FLAGS) -c $(SRC)bakapi.c test.$(OBJ): $(SRC)test.c $(SRCLIB)modex16.h $(WCL) $(FLAGS) -c $(SRC)test.c @@ -423,7 +423,7 @@ clean: .symbolic @$(REMOVECOMMAND) *.16W @$(REMOVECOMMAND) *.16B @$(REMOVECOMMAND) *.OBJ - @$(REMOVECOMMAND) *.$(OBJ) + @$(REMOVECOMMAND) *.o @$(REMOVECOMMAND) *.BCO #@$(REMOVECOMMAND) makefi~1 #@$(REMOVECOMMAND) makefile~ diff --git a/maptest.exe b/maptest.exe new file mode 100755 index 00000000..aef9c609 Binary files /dev/null and b/maptest.exe differ diff --git a/modex.lib b/modex.lib deleted file mode 100755 index 560a1c68..00000000 Binary files a/modex.lib and /dev/null differ diff --git a/palettec.exe b/palettec.exe new file mode 100755 index 00000000..aa4ff67b Binary files /dev/null and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe new file mode 100755 index 00000000..685128e4 Binary files /dev/null and b/palettel.exe differ diff --git a/pcxtest.exe b/pcxtest.exe new file mode 100755 index 00000000..7c8f54e7 Binary files /dev/null and b/pcxtest.exe differ diff --git a/pcxtest2.exe b/pcxtest2.exe new file mode 100755 index 00000000..c9980a1d Binary files /dev/null and b/pcxtest2.exe differ diff --git a/scroll.exe b/scroll.exe new file mode 100755 index 00000000..d07adc8e Binary files /dev/null and b/scroll.exe differ diff --git a/test.exe b/test.exe new file mode 100755 index 00000000..6fb43635 Binary files /dev/null and b/test.exe differ diff --git a/test0.exe b/test0.exe new file mode 100755 index 00000000..2a944ed0 Binary files /dev/null and b/test0.exe differ diff --git a/tesuto.exe b/tesuto.exe new file mode 100755 index 00000000..1bf73f53 Binary files /dev/null and b/tesuto.exe differ diff --git a/vgmtest.exe b/vgmtest.exe new file mode 100755 index 00000000..e71593e8 Binary files /dev/null and b/vgmtest.exe differ diff --git a/vrstest.exe b/vrstest.exe new file mode 100755 index 00000000..f25b17fa Binary files /dev/null and b/vrstest.exe differ diff --git a/wbuild.sh b/wbuild.sh index 2aae38ed..4d947e62 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -5,8 +5,8 @@ wmake -h comp if [ -f *.err ] then echo dumping *.err - cat *.err - #wmake vomitchan + #cat *.err + wmake vomitchan fi #if [ -f 16_head.o ] #then