From 4ec055da0c79e79b6c3a2310f4da7dbcee0f5547 Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Fri, 15 Jan 2010 00:06:19 +0000 Subject: [PATCH] add 3 more zip files needed svn path=/trunk/mono/; revision=149585 --- scripts/get-cygwin-deps.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/get-cygwin-deps.sh b/scripts/get-cygwin-deps.sh index 48a8ccece23..af32fe2a892 100755 --- a/scripts/get-cygwin-deps.sh +++ b/scripts/get-cygwin-deps.sh @@ -13,5 +13,9 @@ rm -rf cygwin-deps mkdir -p cygwin-deps wget -P cygwin-deps ftp://ftp.gtk.org/pub/gtk/v2.6/win32/glib-2.6.6.zip || exit 1 wget -P cygwin-deps ftp://ftp.gtk.org/pub/gtk/v2.6/win32/glib-dev-2.6.6.zip || exit 1 +wget -P cygwin-deps http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-0.14.5.zip || exit 1 +wget -P cygwin-deps http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-dev-0.14.5.zip || exit 1 +wget -P cygwin-deps http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libiconv-1.9.1.bin.woe32.zip || exit 1 -cd cygwin-deps && unzip glib-2.6.6.zip && unzip glib-dev-2.6.6.zip +cd cygwin-deps && unzip glib-2.6.6.zip && unzip glib-dev-2.6.6.zip && unzip gettext-0.14.5.zip && unzip gettext-dev-0.14.5.zip && \ + unzip libiconv-1.9.1.bin.woe32.zip -- 2.25.1