summaryrefslogtreecommitdiff
path: root/buildMingw.sh
diff options
context:
space:
mode:
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