From 35952a59d0f8d15255177b8e3fa357ba1e1e02b4 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 11 Oct 2013 13:25:37 -0700 Subject: Get cross build to work again ...and re-enable silent mode by default for cross builds Signed-off-by: Dirk Hohndel --- packaging/windows/mingw-make.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'packaging') diff --git a/packaging/windows/mingw-make.sh b/packaging/windows/mingw-make.sh index 8bb891752..3d503bf0e 100755 --- a/packaging/windows/mingw-make.sh +++ b/packaging/windows/mingw-make.sh @@ -3,17 +3,13 @@ # just a small shell script that is used to invoke make with the right # parameters to cross compile a binary for Windows # -# the paths work for the default mingw32 install on OpenSUSE - adjust as +# the paths work for the default mingw32 install on Fedora - adjust as # necessary # force recreation of the nsi file in order to get the correct version # number -rm packaging/windows/subsurface.nsi +rm packaging/windows/subsurface.nsi > /dev/null 2>&1 export PATH=/usr/i686-w64-mingw32/sys-root/mingw/bin:$PATH -make CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ \ - PKGCONFIG=i686-w64-mingw32-pkg-config \ - PKG_CONFIG_PATH=/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/ \ - CROSS_PATH=/usr/i686-w64-mingw32/sys-root/mingw/ \ - XSLTCONFIG=/usr/i686-w64-mingw32/sys-root/mingw/bin/xslt-config \ - XML2CONFIG=/usr/i686-w64-mingw32/sys-root/mingw/bin/xml2-config install-cross-windows $@ +mingw32-qmake-qt4 CROSS_PATH=/usr/i686-w64-mingw32/sys-root/mingw +mingw32-make $@ -- cgit v1.2.3-70-g09d2