summaryrefslogtreecommitdiff
path: root/buildMingw.sh
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-01-09 19:04:18 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-01-09 19:04:18 +0000
commitaf0c3edb9706e470b45a9c8dd6debcc9e2d543c2 (patch)
tree340ee9c0f1b504061d4206d05d9fcc265c1302eb /buildMingw.sh
downloadmtools-master.tar.gz
Diffstat (limited to 'buildMingw.sh')
-rwxr-xr-xbuildMingw.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/buildMingw.sh b/buildMingw.sh
new file mode 100755
index 0000000..3414f3d
--- /dev/null
+++ b/buildMingw.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# Build Mingw (Windows) executable
+#
+# For this you meed the mingw cross-compiler to be installed
+#
+# You may download the RPMs from http://mirzam.it.vu.nl/mingw/
+# All 4 RPM's are needed:
+# mingw-binutils
+# mingw-gcc-core
+# mingw-runtime
+# mingw-w32api
+
+dir=`dirname $0`
+$dir/configure --srcdir $dir --host i586-mingw32msvc --disable-floppyd
+make