[xbuild] Set @(CollectedBuildOutput) for projects build from .sln .
[mono.git] / scripts / get-cygwin-deps.sh
index 679ae3f9950b551da5c94262c74f94b73850e682..8c0160255f9bdc48b8a6ad0b121df8f9d10ce6b1 100755 (executable)
@@ -25,12 +25,6 @@ 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