Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2011-02-10 02:52:46 +0300
committerZoltan Varga <vargaz@gmail.com>2011-02-10 02:53:11 +0300
commit9bc886aed70854e4399a9db9c95af94e031115eb (patch)
tree8abb2f648ce1f610323cf71480e36066f8403906 /scripts
parentd352810dff85d8f8e4cd4672aa492ba610afde37 (diff)
Remove glib libs from the get-cygwin-deps.sh script.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-cygwin-deps.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/get-cygwin-deps.sh b/scripts/get-cygwin-deps.sh
index 679ae3f9950..8c0160255f9 100755
--- a/scripts/get-cygwin-deps.sh
+++ b/scripts/get-cygwin-deps.sh
@@ -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