Builds the user gateway code in sci_gateway/
subdirectory.
tbx_builder_gateway(toolbox_path)
Root directory of toolbox gateway code;
buider script will be searched
in the sci_gateway/
subdirectory of this directory.
tbx_builder_gateway
is used for compiling the gateway code of a toolbox.
The compilation of sources in sci_gateway
directory follows this convention and priority order:
toolbox_path
/sci_gateway/builder*.sce
script, if found, executes it;builder
script in each subdirectory of sci_gateway/
and executes them;c
subdirectory, if no builder
script is found, a default compilation process is done:
c |
|
---|
The function exits silently if the sci_gateway
directory is absent.
![]() | Little automation is done for tbx_builder_gateway and is only specified for c because source compiling is a very specific process. Toolbox developers willing to have a more specific compilation process still need to define what the build scripts must perform for compilation. |
// Recommended usage tbx_builder_gateway(get_absolute_file_path('builder.sce')) | ![]() | ![]() |
Version | Description |
6.0.0 | No longer restricts the build scripts to Automatically scans for builder scripts in subdirectories
if no builder script is found in Automated process is introduced for the compilation of Scilab 6 C API gateways. |