From f9afc284ce324fa3c13606ad90895beec507c249 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 27 Aug 2015 02:32:30 +0530 Subject: Master File --- sci_gateway/cpp/cleaner.sce | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sci_gateway/cpp/cleaner.sce (limited to 'sci_gateway/cpp/cleaner.sce') diff --git a/sci_gateway/cpp/cleaner.sce b/sci_gateway/cpp/cleaner.sce new file mode 100644 index 0000000..45a256d --- /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('libsymphonytools.so') <> [] then + mdelete('libsymphonytools.so'); +end +// ------------------------------------------------------ +if fileinfo('libsymphonytools.c') <> [] then + mdelete('libsymphonytools.c'); +end +// ------------------------------------------------------ +chdir(curdir); +// ------------------------------------------------------ -- cgit