summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/make_arm
Unidiff
Diffstat (limited to 'noncore/apps/qashmoney/make_arm') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/make_arm23
1 files changed, 0 insertions, 23 deletions
diff --git a/noncore/apps/qashmoney/make_arm b/noncore/apps/qashmoney/make_arm
deleted file mode 100755
index 4d0dc1c..0000000
--- a/noncore/apps/qashmoney/make_arm
+++ b/dev/null
@@ -1,23 +0,0 @@
1# Use this script to automatically make the arm version
2# of QashMoney. The arm.sh file must be in this folder
3# for it to work
4
5# clean the directory then remove the Makefile
6echo "Cleaning the directory and removing the current Makefile..."
7if [ -e Makefile ]
8then
9 make clean
10 rm Makefile
11fi
12
13# set the environment variables for the arm environment
14echo "Setting environment variables..."
15source arm.sh
16
17# Make the new Makefile
18echo "Making the new Makefile..."
19tmake -o Makefile qashmoney.pro
20
21# Make the program
22echo "Making the program..."
23make