diff options
author | Farid Belahcene <farid.belahcene@inria.fr> | 2006-09-01 13:10:05 +0000 |
---|---|---|
committer | Farid Belahcene <farid.belahcene@inria.fr> | 2006-09-01 13:10:05 +0000 |
commit | 0f84ae3e73d8de8951663655efdd1c1164bff50f (patch) | |
tree | bd95a14f0f4ff7ee5024d88a67dd5003832b9ec0 /scilab_doc | |
parent | 9141ceea5151f148d42cb4544e8009ff3a017cde (diff) | |
download | scilab-0f84ae3e73d8de8951663655efdd1c1164bff50f.zip scilab-0f84ae3e73d8de8951663655efdd1c1164bff50f.tar.gz |
Change the builder file name
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/toolbox_guide/toolbox_example/macros/buildmacros.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scilab_doc/toolbox_guide/toolbox_example/macros/buildmacros.sce b/scilab_doc/toolbox_guide/toolbox_example/macros/buildmacros.sce new file mode 100644 index 0000000..2884d1e --- /dev/null +++ b/scilab_doc/toolbox_guide/toolbox_example/macros/buildmacros.sce | |||
@@ -0,0 +1,6 @@ | |||
1 | mode(-1) | ||
2 | toolboxname='mytoolbox' | ||
3 | pathB=get_absolute_file_path('buildmacros.sce') | ||
4 | disp('Building macros in ' +pathB) | ||
5 | genlib(toolboxname+'lib',pathB,%t) | ||
6 | clear pathB genlib toolboxname \ No newline at end of file | ||