From: Tor Lillqvist Date: Thu, 29 Sep 2005 07:44:52 +0000 (+0000) Subject: DLLs are always in bin nowadays, no need to test. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=840796dffe1212db167037b23b6145053c6d6b3f;hp=e14ad12b3ff6b41b4f429171ba3ec3717cc6b4c8;p=~andy%2Fgtk DLLs are always in bin nowadays, no need to test. 2005-09-29 Tor Lillqvist * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. --- diff --git a/ChangeLog b/ChangeLog index 84e0de75e..966b7410f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-29 Tor Lillqvist + + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + 2005-09-28 Federico Mena Quintero * tests/autotestfilechooser.c (test_reload_sequence): Oops, return diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 84e0de75e..966b7410f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-09-29 Tor Lillqvist + + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + 2005-09-28 Federico Mena Quintero * tests/autotestfilechooser.c (test_reload_sequence): Oops, return diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 211206bd6..cd706115d 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -7,17 +7,14 @@ DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip cd @prefix@ rm $ZIP -DLLDIR=lib -[ -f bin/libgdk_pixbuf-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll ] && DLLDIR=bin - zip $ZIP -@ <