summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/make_x86
Side-by-side diff
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 @@
+# Use this script to automatically make the x86 version
+# of QashMoney. The x86.sh file must be in this folder
+# for it to work.
+
+# Clean the directory
+if [ -e Makefile ]
+then
+ make clean
+ rm Makefile
+fi
+
+# set the environment variables for the x86 environment
+echo "Setting environment variables..."
+source x86.sh
+
+# Make the new Makefile
+echo "Making the new Makefile..."
+tmake -o Makefile qashmoney.pro
+
+# Make the program
+echo "Making the program..."
+make