From: sparky4 Date: Wed, 2 Mar 2016 20:36:21 +0000 (-0600) Subject: == added git repos to the game lib for updates ^^ X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=ba4e24724b957d47cfdfcd6d8cb75e954c493908 == added git repos to the game lib for updates ^^ --- diff --git a/.gitmodules b/.gitmodules new file mode 100755 index 00000000..462749df --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/lib/jsmn"] + path = src/lib/jsmn + url = https://github.com/zserge/jsmn.git diff --git a/git_con.fig b/git_con.fig index 73eb8c23..24777336 100755 --- a/git_con.fig +++ b/git_con.fig @@ -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 diff --git a/makefile b/makefile index f52797f8..ad301645 100755 --- a/makefile +++ b/makefile @@ -425,10 +425,15 @@ comp: .symbolic @upx -9 -qqq $(EXEC) ## @upx -9 -qqq x-demo.exe +#git submodule add 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 index 00000000..3878e851 --- /dev/null +++ b/src/lib/doslib @@ -0,0 +1 @@ +Subproject commit 3878e8518dd966eb88c2041b35c7139221de0df5 diff --git a/src/lib/jsmn b/src/lib/jsmn new file mode 160000 index 00000000..572ace5a --- /dev/null +++ b/src/lib/jsmn @@ -0,0 +1 @@ +Subproject commit 572ace5a43c43b1c6dc55f31fab03718faf2f647