From: sparky4 Date: Fri, 24 Jun 2016 14:45:00 +0000 (-0500) Subject: added keendreams for reference ww X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=c5bfa3c6e13aa53a039453400835c8ce72913943 added keendreams for reference ww --- diff --git a/.gitmodules b/.gitmodules index a142f3bc..3a2fbcd8 100755 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 00000000..4348b471 --- /dev/null +++ b/16/keen @@ -0,0 +1 @@ +Subproject commit 4348b4719be87a0b873f5f4f77b4de82ddf7050c diff --git a/git_modu.les b/git_modu.les index a142f3bc..3a2fbcd8 100755 --- a/git_modu.les +++ b/git_modu.les @@ -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/makefile b/makefile index b18b1a94..6588a788 100755 --- 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 bd947e55..3d9ac6e6 100755 Binary files a/pcx2vrl and b/pcx2vrl differ diff --git a/pcxsscut b/pcxsscut index 1deec74d..d743ac3b 100755 Binary files a/pcxsscut and b/pcxsscut differ diff --git a/vrl2vrs b/vrl2vrs index b67956b7..acdd4bda 100755 Binary files a/vrl2vrs and b/vrl2vrs differ diff --git a/vrsdump b/vrsdump index dbaba30e..8ba0497d 100755 Binary files a/vrsdump and b/vrsdump differ