summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/make_arm
authorallenforsythe <allenforsythe>2003-05-25 14:08:20 (UTC)
committer allenforsythe <allenforsythe>2003-05-25 14:08:20 (UTC)
commita457ee4f565fcbc05a8b4469974d93e64ac1be47 (patch) (side-by-side diff)
tree9a2685bbdbb84a81e4b7a712e1c811635a9c9722 /noncore/apps/qashmoney/make_arm
parent5547a5f04c5bb38ed02268f6502933dce12f857c (diff)
downloadopie-a457ee4f565fcbc05a8b4469974d93e64ac1be47.zip
opie-a457ee4f565fcbc05a8b4469974d93e64ac1be47.tar.gz
opie-a457ee4f565fcbc05a8b4469974d93e64ac1be47.tar.bz2
Removed unecessary files.
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 @@
-# Use this script to automatically make the arm version
-# of QashMoney. The arm.sh file must be in this folder
-# for it to work
-
-# clean the directory then remove the Makefile
-echo "Cleaning the directory and removing the current Makefile..."
-if [ -e Makefile ]
-then
- make clean
- rm Makefile
-fi
-
-# set the environment variables for the arm environment
-echo "Setting environment variables..."
-source arm.sh
-
-# Make the new Makefile
-echo "Making the new Makefile..."
-tmake -o Makefile qashmoney.pro
-
-# Make the program
-echo "Making the program..."
-make