summaryrefslogtreecommitdiff
path: root/2.3-1/builder.sce
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/builder.sce')
-rw-r--r--2.3-1/builder.sce4
1 files changed, 3 insertions, 1 deletions
diff --git a/2.3-1/builder.sce b/2.3-1/builder.sce
index 5938a588..050f6090 100644
--- a/2.3-1/builder.sce
+++ b/2.3-1/builder.sce
@@ -27,8 +27,10 @@ TOOLBOX_TITLE = 'Scilab 2 C Converter';
toolbox_dir = get_absolute_file_path('builder.sce');
tbx_builder_macros(toolbox_dir);
-//tbx_builder_help(toolbox_dir);
+tbx_build_localization(TOOLBOX_NAME, toolbox_dir);
+tbx_builder_help(toolbox_dir);
tbx_build_loader(TOOLBOX_NAME, toolbox_dir);
+tbx_build_cleaner(TOOLBOX_NAME, toolbox_dir);
clear toolbox_dir TOOLBOX_NAME TOOLBOX_TITLE;
// ====================================================================