X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cross-compile;fp=cross-compile;h=e622a4b1be92cca82641239b25aeb68bd7e52d62;hb=d848a84a9c3a134b434025f28c9bf567a48bd94b;hp=0000000000000000000000000000000000000000;hpb=437c16a8f1d73b28d7262819654b88b207231154;p=virtualjaguar diff --git a/cross-compile b/cross-compile new file mode 100755 index 0000000..e622a4b --- /dev/null +++ b/cross-compile @@ -0,0 +1,11 @@ +#!/bin/bash +# +# Short script to do cross compilation with MXE on Linux +# +# by James Hammons +# (C) 2012 Underground Software +# +echo "Cross compiling for Win32..." +export PATH=/opt/mxe/usr/bin:$PATH +rm makefile-qt +make CROSS=i686-pc-mingw32-