]> 4ch.mooo.com Git - 16.git/commitdiff
init push
authorsparky4 <sparky4@cock.li>
Sat, 7 Oct 2023 22:29:20 +0000 (17:29 -0500)
committersparky4 <sparky4@cock.li>
Sat, 7 Oct 2023 22:29:20 +0000 (17:29 -0500)
.gitmodules
16.lnk [new file with mode: 0755]
16/abrash-black-book [new submodule]
16/vgmtools
bakapi.lnk [new file with mode: 0755]
makefile

index dbe59a7fc65faec1dab6ac40818d37ceae91365a..657e577f94d606ea9f1f9b1695563e0b90d2406c 100755 (executable)
@@ -33,9 +33,3 @@
 [submodule "vgmtools"]
        path = "16/vgmtools"
        url = https://github.com/vgmrips/vgmtools.git
-[submodule "16/abrashbb"]
-       path = 16/abrashbb
-       url = https://github.com/jeffpar/abrash-black-book.git
-[submodule "16/keen4-6"]
-       path = 16/keen4-6
-       url = https://github.com/sparky4/keen4-6.git
diff --git a/16.lnk b/16.lnk
new file mode 100755 (executable)
index 0000000..4048ccb
--- /dev/null
+++ b/16.lnk
@@ -0,0 +1,10 @@
+option quiet
+debug dwarf all
+option stack=32768
+system dos
+file 16.obj
+name 16.exe
+option map=16.meh
+library 16.lib
+library gfx.lib
+library doslib.lib
diff --git a/16/abrash-black-book b/16/abrash-black-book
new file mode 160000 (submodule)
index 0000000..d872d0d
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d872d0d3975343261d816795a7c33d7d5ef98902
index 9d7a9f4b1c40d26949fa730987f6c3eb9cf3e3ec..7b7f2041e346f0d4fff8c834a763edc4f4d88896 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9d7a9f4b1c40d26949fa730987f6c3eb9cf3e3ec
+Subproject commit 7b7f2041e346f0d4fff8c834a763edc4f4d88896
diff --git a/bakapi.lnk b/bakapi.lnk
new file mode 100755 (executable)
index 0000000..2efa50d
--- /dev/null
@@ -0,0 +1,14 @@
+option quiet
+debug dwarf all
+option stack=32768
+system dos
+file bakapi.obj
+file 16_vl.obj
+file 16_vl_1.obj
+file 16text.obj
+file bakapee.obj
+file 16_wcpu.obj
+file gamepal.obj
+name bakapi.exe
+option map=bakapi.meh
+library doslib.lib
index 0997fdbe836c8845b09a4443efd0efd349c86c2d..ae1f727f4dc62a7f83b45c0686285d32e0723404 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -249,10 +249,7 @@ SPRIUTILEXEC = &
 
 EXEC = &
        16.exe &
-       bakapi.exe &
-       $(TESTEXEC) &
-       $(UTILEXEC) &
-       $(DOSLIBTESTEXEC)
+       bakapi.exe
 
 !ifdef __LINUX__
 #++?EXEC += $(SPRIUTILEXEC)