Commit f46545cda767a845a4eff85ac7ea3feef246ca7b
1 parent
630afb08
update hayamiki generator to work with view (vtm) from Hayamiki lib
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
calexium_lib @ 6c7ef284f88
src/generation/files.anubis
| @@ -118,7 +118,7 @@ define Maybe(One) | @@ -118,7 +118,7 @@ define Maybe(One) | ||
| 118 | * | 118 | * |
| 119 | */ | 119 | */ |
| 120 | read tools/basis.anubis | 120 | read tools/basis.anubis |
| 121 | -read calexium_lib/database/vtm/view_table_manager_types.anubis\n"+ | 121 | +read hayamiki_lib/view/view_table_manager_types.anubis\n"+ |
| 122 | join("\n", transmit)+"\n\n"+ | 122 | join("\n", transmit)+"\n\n"+ |
| 123 | "public define List(VTM_view)\n"+ | 123 | "public define List(VTM_view)\n"+ |
| 124 | " generated_vtm_view_list =\n"+ | 124 | " generated_vtm_view_list =\n"+ |
src/generation/header.anubis
| @@ -61,7 +61,7 @@ read data_base/sqlite.anubis | @@ -61,7 +61,7 @@ read data_base/sqlite.anubis | ||
| 61 | read data_base/db_tools.anubis | 61 | read data_base/db_tools.anubis |
| 62 | read calexium_lib/database/db_utils.anubis | 62 | read calexium_lib/database/db_utils.anubis |
| 63 | read calexium_lib/database/db_types.anubis | 63 | read calexium_lib/database/db_types.anubis |
| 64 | -read calexium_lib/database/vtm/view_table_types.anubis | 64 | +read hayamiki_lib/view/view_table_types.anubis |
| 65 | read hayamiki_lib/types/hayamiki.anubis | 65 | read hayamiki_lib/types/hayamiki.anubis |
| 66 | 66 | ||
| 67 | read system/logger.anubis | 67 | read system/logger.anubis |