diff --git a/hayamiki_ds_types.anubis b/hayamiki_ds_types.anubis index 38a51d0..242d1ce 100644 --- a/hayamiki_ds_types.anubis +++ b/hayamiki_ds_types.anubis @@ -14,14 +14,14 @@ read hayamiki_lib/ds_files/ds_types.anubis global define One - hayamiki_1_14_lib_ds + hayamiki_1_19_lib_ds ( List(String) args ) = - if load_ds_generator_1_14 is + if load_ds_generator_1_19 is { failure then println("Densaku generator can't be load"), success(ds_gen) then forget(ds_gen.generate_type_files(hayamiki_lib_types_description, [], "ds_files/")) }. -execute anbexec hayamiki_1_14_lib_ds // generate the file +execute anbexec hayamiki_1_19_lib_ds // generate the file diff --git a/hayamiki_ds_types.aproj b/hayamiki_ds_types.aproj index 8f99c76..ca2b389 100644 --- a/hayamiki_ds_types.aproj +++ b/hayamiki_ds_types.aproj @@ -5,9 +5,13 @@ AnyCPU Exe hayamiki_ds_types - hayamiki_1_14_ds_types + hayamiki_1_19_ds_types hayamiki_ds_types.anubis ./ + False + False + False + c:\anubis.1.19\ bin\Debug\ diff --git a/hayamiki_generator.aproj b/hayamiki_generator.aproj index e3646e6..78bafc2 100644 --- a/hayamiki_generator.aproj +++ b/hayamiki_generator.aproj @@ -11,7 +11,7 @@ False False False - C:\Program Files (x86)\Anubis\1.14\ + C:\anubis\1.19\ bin\Debug\ @@ -259,7 +259,7 @@ - + @@ -312,6 +312,7 @@ + @@ -803,6 +804,8 @@ + + diff --git a/src/generation/files.anubis b/src/generation/files.anubis index b420ca6..0665bea 100644 --- a/src/generation/files.anubis +++ b/src/generation/files.anubis @@ -291,6 +291,6 @@ define Maybe(One) global define HK_Generator_API - hk_gen_1_14 = + hk_gen_1_19 = hk_api(generate_model_files). diff --git a/src/main.anubis b/src/main.anubis index 465dcd0..64904be 100644 --- a/src/main.anubis +++ b/src/main.anubis @@ -21,11 +21,11 @@ read model.3.0.0.anubis read system/muscle.anubis global define One - hayamiki_1_14 + hayamiki_1_19 ( List(String) args ) = - if load_hk_generator_1_14 is + if load_hk_generator_1_19 is { failure then println("Hayamiki generator can't be load"), success(hk_gen) then forget(hk_gen.generate_model_files(the_database_description, "", true)) diff --git a/xlib b/xlib index 28d9354..949610f 160000 --- a/xlib +++ b/xlib @@ -1 +1 @@ -Subproject commit 28d9354a10a9e2667e76d63ee76995c16f438218 +Subproject commit 949610f9d1d08e5d9af777975857a7b1d79962cd -- libgit2 0.21.4