1 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
2 // Copyright (C) DIGITEO - 2011 - Allan CORNET
4 // This file must be used under the terms of the CeCILL.
5 // This source file is licensed as described in the file COPYING, which
6 // you should have received as part of this distribution. The terms
7 // are also available at
8 // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
9 //=============================================================================
10 function scilablibrarieslist = dlwGetScilabLibraries()
12 scilablibrarieslist = ["MALLOC.lib"; ..
19 "output_stream.lib"; ..
20 "dynamic_link.lib"; ..
22 "optimization_f.lib"; ..
24 "scilocalization.lib"; ..
29 "scilab_windows.lib"];
32 //=============================================================================