summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/make_x86
authorallenforsythe <allenforsythe>2003-05-14 10:55:23 (UTC)
committer allenforsythe <allenforsythe>2003-05-14 10:55:23 (UTC)
commitb92483d866f263235bc9b52aa271241e1e55112e (patch) (unidiff)
treec729906a788de935c321b0188964a0602b66036d /noncore/apps/qashmoney/make_x86
parent79e34e9dc4870885c58f80c29a723d0227f7b788 (diff)
downloadopie-b92483d866f263235bc9b52aa271241e1e55112e.zip
opie-b92483d866f263235bc9b52aa271241e1e55112e.tar.gz
opie-b92483d866f263235bc9b52aa271241e1e55112e.tar.bz2
Initial revision
Diffstat (limited to 'noncore/apps/qashmoney/make_x86') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/make_x8622
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/make_x86 b/noncore/apps/qashmoney/make_x86
new file mode 100755
index 0000000..fe1874d
--- a/dev/null
+++ b/noncore/apps/qashmoney/make_x86
@@ -0,0 +1,22 @@
1# Use this script to automatically make the x86 version
2# of QashMoney. The x86.sh file must be in this folder
3# for it to work.
4
5# Clean the directory
6if [ -e Makefile ]
7then
8 make clean
9 rm Makefile
10fi
11
12# set the environment variables for the x86 environment
13echo "Setting environment variables..."
14source x86.sh
15
16# Make the new Makefile
17echo "Making the new Makefile..."
18tmake -o Makefile qashmoney.pro
19
20# Make the program
21echo "Making the program..."
22make