Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Português

Change language to:
English - Français - 日本語 - Русский

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

Ajuda do Scilab >> Modules manager > 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

VersãoDescrição
6.0.0 Syntaxes using toolbox_name are obsolete.
Report an issue
<< tbx_build_blocks Modules manager 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:
Tue Feb 14 15:09:57 CET 2017