OSDN Git Service

added keendreams for reference ww
authorsparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 14:45:00 +0000 (09:45 -0500)
committersparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 14:45:00 +0000 (09:45 -0500)
.gitmodules
16/keen [new submodule]
git_modu.les
makefile
pcx2vrl
pcxsscut
vrl2vrs
vrsdump

index a142f3b..3a2fbcd 100755 (executable)
@@ -13,3 +13,7 @@
 [submodule "wolf3d"]
         path = 16/wolf3d
         url = https://github.com/id-Software/wolf3d.git
+
+[submodule "keen"]
+        path = 16/keen
+       url = https://github.com/keendreams/keen.git
diff --git a/16/keen b/16/keen
new file mode 160000 (submodule)
index 0000000..4348b47
--- /dev/null
+++ b/16/keen
@@ -0,0 +1 @@
+Subproject commit 4348b4719be87a0b873f5f4f77b4de82ddf7050c
index a142f3b..3a2fbcd 100755 (executable)
@@ -13,3 +13,7 @@
 [submodule "wolf3d"]
         path = 16/wolf3d
         url = https://github.com/id-Software/wolf3d.git
+
+[submodule "keen"]
+        path = 16/keen
+       url = https://github.com/keendreams/keen.git
index b18b1a9..6588a78 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -466,6 +466,7 @@ reinitlibs: .symbolic
        @rm -rf $(SRCLIB)jsmn
        @rm -rf 16/CatacombApocalypse
        @rm -rf 16/wolf3d
+       @rm -rf 16/keen
        @wmake -h initlibs
 
 initlibs: .symbolic
@@ -478,6 +479,7 @@ initlibs: .symbolic
        @cd 16
        @git clone https://github.com/FlatRockSoft/CatacombApocalypse.git
        @git clone https://github.com/id-Software/wolf3d.git
+       @git clone https://github.com/keendreams/keen.git
        @cd $(PDIR)
 
 ##
diff --git a/pcx2vrl b/pcx2vrl
index bd947e5..3d9ac6e 100755 (executable)
Binary files a/pcx2vrl and b/pcx2vrl differ
index 1deec74..d743ac3 100755 (executable)
Binary files a/pcxsscut and b/pcxsscut differ
diff --git a/vrl2vrs b/vrl2vrs
index b67956b..acdd4bd 100755 (executable)
Binary files a/vrl2vrs and b/vrl2vrs differ
diff --git a/vrsdump b/vrsdump
index dbaba30..8ba0497 100755 (executable)
Binary files a/vrsdump and b/vrsdump differ