summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/cleaner.sce
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp/cleaner.sce')
-rw-r--r--sci_gateway/cpp/cleaner.sce22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci_gateway/cpp/cleaner.sce b/sci_gateway/cpp/cleaner.sce
new file mode 100644
index 0000000..4afc35c
--- /dev/null
+++ b/sci_gateway/cpp/cleaner.sce
@@ -0,0 +1,22 @@
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+// Generated by builder.sce : Please, do not edit this file
+// cleaner.sce
+// ------------------------------------------------------
+curdir = pwd();
+cleaner_path = get_file_path('cleaner.sce');
+chdir(cleaner_path);
+// ------------------------------------------------------
+if fileinfo('loader.sce') <> [] then
+ mdelete('loader.sce');
+end
+// ------------------------------------------------------
+if fileinfo('libFOSSEE_Image_Processing_Toolbox.so') <> [] then
+ mdelete('libFOSSEE_Image_Processing_Toolbox.so');
+end
+// ------------------------------------------------------
+if fileinfo('libFOSSEE_Image_Processing_Toolbox.c') <> [] then
+ mdelete('libFOSSEE_Image_Processing_Toolbox.c');
+end
+// ------------------------------------------------------
+chdir(curdir);
+// ------------------------------------------------------