diff options
Diffstat (limited to 'modules/helptools/macros/buildmacros.bat')
-rwxr-xr-x | modules/helptools/macros/buildmacros.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/helptools/macros/buildmacros.bat b/modules/helptools/macros/buildmacros.bat new file mode 100755 index 000000000..a73ca67f8 --- /dev/null +++ b/modules/helptools/macros/buildmacros.bat @@ -0,0 +1,11 @@ + +rem Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +rem Copyright (C) 2008 - INRIA +rem +rem This file must be used under the terms of the CeCILL. +rem This source file is licensed as described in the file COPYING, which +rem you should have received as part of this distribution. The terms +rem are also available at +rem http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +@..\..\..\bin\scilex -nwni -ns -e exec('buildmacros.sce');quit; |