summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/make_arm
authorallenforsythe <allenforsythe>2003-05-14 10:55:23 (UTC)
committer allenforsythe <allenforsythe>2003-05-14 10:55:23 (UTC)
commitb92483d866f263235bc9b52aa271241e1e55112e (patch) (side-by-side diff)
treec729906a788de935c321b0188964a0602b66036d /noncore/apps/qashmoney/make_arm
parent79e34e9dc4870885c58f80c29a723d0227f7b788 (diff)
downloadopie-b92483d866f263235bc9b52aa271241e1e55112e.zip
opie-b92483d866f263235bc9b52aa271241e1e55112e.tar.gz
opie-b92483d866f263235bc9b52aa271241e1e55112e.tar.bz2
Initial revision
Diffstat (limited to 'noncore/apps/qashmoney/make_arm') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/make_arm23
1 files changed, 23 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/make_arm b/noncore/apps/qashmoney/make_arm
new file mode 100755
index 0000000..4d0dc1c
--- a/dev/null
+++ b/noncore/apps/qashmoney/make_arm
@@ -0,0 +1,23 @@
+# 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