]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
try forcing the mingw target on win32
authorRudolf Polzer <divverent@alientrap.org>
Sat, 8 May 2010 18:54:22 +0000 (20:54 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 8 May 2010 18:54:22 +0000 (20:54 +0200)
all

diff --git a/all b/all
index 76914d71c21f533576bc8444f2cfb159e7c48c16..6684d2bd72ee5df001feeacf634d5b41c73aebd3 100755 (executable)
--- a/all
+++ b/all
@@ -448,6 +448,9 @@ case "$cmd" in
                                        MAKEFLAGS="$MAKEFLAGS DP_LINK_TO_LIBJPEG=1"
                                        ;;
                        esac
+                       if [ -n "$WE_HATE_OUR_USERS" ]; then
+                               MAKEFLAGS="$MAKEFLAGS DP_MAKE_TARGET=mingw"
+                       fi
                fi
                enter "$d0/fteqcc" verbose
                if $clean; then