summaryrefslogtreecommitdiff
path: root/misc/excel-writer/files/runme.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/excel-writer/files/runme.sh.in')
-rw-r--r--misc/excel-writer/files/runme.sh.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/excel-writer/files/runme.sh.in b/misc/excel-writer/files/runme.sh.in
deleted file mode 100644
index 77928856d45e..000000000000
--- a/misc/excel-writer/files/runme.sh.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# This script will:
-# 1) Build the example executable in /tmp
-# 2) Tell the user how to execute it
-
-GNATMAKE=@PREFIX@/gcc-aux/bin/gnatmake
-ADA_PROJECT_PATH=@PREFIX@/lib/gnat
-export ADA_PROJECT_PATH
-
-${GNATMAKE} -P example
-
-echo
-echo "The source for the example is excel_out_demo.adb"
-echo "The executable example is located in /tmp/excel_out_demo"
-echo "It requires no options; just run it"
-echo 'You may want to execute "rm /tmp/excel_out*" when you are done.'