[xbuild] Add property $(SkipCopyUnchangedFiles)
[mono.git] / scripts / get-cygwin-deps.sh
index 679ae3f9950b551da5c94262c74f94b73850e682..6fc456e309954344510411f4cdbd9f8727348a89 100755 (executable)
@@ -25,17 +25,11 @@ dir=cygwin-deps
 mkdir -p $dir
 
 echo -n "Downloading deps... "
-if [ ! -f $dir/glib-2.6.6.zip ]; then
-       wget -P $dir ftp://ftp.gtk.org/pub/gtk/v2.6/win32/glib-2.6.6.zip || exit 1
-fi
-if [ ! -f $dir/glib-dev-2.6.6.zip ]; then
-       wget -P $dir ftp://ftp.gtk.org/pub/gtk/v2.6/win32/glib-dev-2.6.6.zip || exit 1
-fi
 if [ ! -f $dir/gettext-runtime-0.17-1.zip ]; then
        wget -P $dir http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip
 fi
 if [ ! -f $dir/libiconv-1.13-mingw32-dev.tar.gz ]; then
-       wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW/libiconv/release%201.13/libiconv-1.13-mingw32-dev.tar.gz/download
+       wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW/libiconv/libiconv-1.13/libiconv-1.13-mingw32-dev.tar.gz/download
 fi
 echo "done."