summaryrefslogtreecommitdiff
path: root/newstructure/loader.sce
diff options
context:
space:
mode:
Diffstat (limited to 'newstructure/loader.sce')
-rw-r--r--newstructure/loader.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/newstructure/loader.sce b/newstructure/loader.sce
new file mode 100644
index 0000000..573167b
--- /dev/null
+++ b/newstructure/loader.sce
@@ -0,0 +1,10 @@
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+// Generated by builder.sce: Please, do not edit this file
+
+try
+ getversion("scilab");
+catch
+ error("Scilab 5.0 or more is required.");
+end;
+
+exec(get_absolute_file_path("loader.sce")+"etc/"+"FOSSEE_Optimization_Toolbox.start");