Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Modules manager > Sections builders > tbx_build_cleaner

tbx_build_cleaner

Generate a cleaner.sce script (toolbox compilation process)

Syntax

tbx_build_cleaner()
tbx_build_cleaner(toolbox_path)
tbx_build_cleaner(toolbox_name)                // obsolete
tbx_build_cleaner(toolbox_name, toolbox_path)  // obsolete

Arguments

toolbox_path

Root directory of toolbox sources ; the script will be generated here (default: current directory).

toolbox_name (obsolete)

Toolbox short name = basename of the .start file in the etc/ directory of the toolbox.

Examples

// Recommended usage, from the builder.sce script
tbx_build_cleaner(get_absolute_file_path('builder.sce'))

History

バージョン記述
6.0.0 Syntaxes using toolbox_name are obsolete.
Report an issue
<< tbx_build_blocks Sections builders tbx_build_loader >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:02:37 CET 2019