]> 4ch.mooo.com Git - 16.git/commitdiff
== added git repos to the game lib for updates ^^
authorsparky4 <sparky4@cock.li>
Wed, 2 Mar 2016 20:36:21 +0000 (14:36 -0600)
committersparky4 <sparky4@cock.li>
Wed, 2 Mar 2016 20:36:21 +0000 (14:36 -0600)
.gitmodules [new file with mode: 0755]
git_con.fig
makefile
src/lib/doslib [new submodule]
src/lib/jsmn [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100755 (executable)
index 0000000..462749d
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "src/lib/jsmn"]
+       path = src/lib/jsmn
+       url = https://github.com/zserge/jsmn.git
index 73eb8c230e95c80af831b81ad5a3346bae289483..24777336c8e48d5b3a4c649852f0e920d3900a88 100755 (executable)
@@ -19,3 +19,5 @@
 [remote "jp"]
        url = ssh://sparky4@git.pf.osdn.jp:/gitroot/s/sp/sparky4/project16.git
        fetch = +refs/heads/*:refs/remotes/jp/*
+[submodule "src/lib/jsmn"]
+       url = https://github.com/zserge/jsmn.git
index f52797f833891ae329b0ed8210e82f7698821103..ad30164553d9b1456823c1f9054dfa1365d217f8 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -425,10 +425,15 @@ comp: .symbolic
        @upx -9 -qqq $(EXEC)
 ##     @upx -9 -qqq x-demo.exe
 
+#git submodule add <repo>
 updatelibs: .symbolic
        @cd $(JSMNLIB)
        @git pull
        @cd ../../../
+        @cd $(DOSLIB)
+        @git pull
+       @./buildall.sh
+        @cd ../../../
 
 xlib: .symbolic
        @cd 16/xlib
diff --git a/src/lib/doslib b/src/lib/doslib
new file mode 160000 (submodule)
index 0000000..3878e85
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 3878e8518dd966eb88c2041b35c7139221de0df5
diff --git a/src/lib/jsmn b/src/lib/jsmn
new file mode 160000 (submodule)
index 0000000..572ace5
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 572ace5a43c43b1c6dc55f31fab03718faf2f647