]> git.sesse.net Git - vlc/commitdiff
Contribs: put WinCE higher than mingw, because mingw* can match mingwce
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 4 Jul 2011 12:45:52 +0000 (14:45 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 4 Jul 2011 12:45:52 +0000 (14:45 +0200)
contrib/bootstrap

index 87d9e4f53b1e35a1a00d9d43c5c90908cc6ce0dd..fe9978668531f4647db86af4971b7dfe9c1d5057 100755 (executable)
@@ -164,12 +164,12 @@ case "${OS}" in
        *linux*)
                add_make_enabled "HAVE_LINUX"
                ;;
-       *mingw*)
-               add_make_enabled "HAVE_WIN32"
-               ;;
        *wince*)
                add_make_enabled "HAVE_WINCE"
                ;;
+       *mingw*)
+               add_make_enabled "HAVE_WIN32"
+               ;;
 esac
 
 #