diff --git a/.gitmodules b/.gitmodules index a617799..1ebc7d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "densaku_lib"] path = densaku_lib url = git@gitlab.anubis-language.com:totoro/densaku_lib.git -[submodule "calexium_lib"] - path = calexium_lib - url = ssh://git@gitlab.calexium.com:33022/calexium/calexium_lib.git +[submodule "xlib"] + path = xlib + url = ssh://git@gitlab.anubis-lang.com:33000/anubis/xlib.git diff --git a/calexium_lib b/calexium_lib deleted file mode 160000 index a475787..0000000 --- a/calexium_lib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a47578786bdaadf29db8b66220b4d3f53a700fb7 diff --git a/densaku.aproj b/densaku.aproj index ae45584..9fd8b9f 100644 --- a/densaku.aproj +++ b/densaku.aproj @@ -104,6 +104,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -575,6 +612,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -727,5 +907,13 @@ + + + + + + + + \ No newline at end of file diff --git a/src/main.anubis b/src/main.anubis index da40cbd..2558f70 100644 --- a/src/main.anubis +++ b/src/main.anubis @@ -17,12 +17,12 @@ * User: フランスのトトロ aka (David RENÉ) * Date: 15/01/2017 * Time: 23:30 - * © Calexium + * © David RENÉ */ read densaku_lib/types/densaku.anubis read generation/files.anubis -read calexium_lib/CXM_message_constants.anubis +read xlib/CXM_message_constants.anubis public define List(DS_Message) the_messages_list = [ diff --git a/xlib b/xlib new file mode 160000 index 0000000..feda583 --- /dev/null +++ b/xlib @@ -0,0 +1 @@ +Subproject commit feda58399a96e2dc798291203edae434a6d2e3ba -- libgit2 0.21.4