OSDN Git Service

Add objects
[eos/optional.git] / objects / script / mrcImageCylinderSection / src / Imakefile
diff --git a/objects/script/mrcImageCylinderSection/src/Imakefile b/objects/script/mrcImageCylinderSection/src/Imakefile
new file mode 100755 (executable)
index 0000000..6ce48e9
--- /dev/null
@@ -0,0 +1,19 @@
+#define DoNotAutoRecreate NO
+
+#include EOS_INCLUDE
+
+OBJECT_TYPE = script
+
+TOOLBOX_NAME = eos
+
+OBJECT_NAME = mrcImageCylinderSection
+
+BINARY_NAME = mrcImageCylinderSection
+
+INSTPGMFLAGS =
+
+SCRIPTS = \
+       mrcImageCylinderSection.ksh
+
+#define KKSH_DEF
+#include <Script.template>