From 68e7f35d09a959cd9fed973caada035a33ddec61 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 29 Sep 2005 07:42:40 +0000 Subject: [PATCH] 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. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ gtk-zip.sh.in | 9 +++------ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a4b35b36db..89dc140c70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-09-29 Tor Lillqvist + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is passed to bindtextdomain() which isn't UTF-8-aware, so convert to system codepage using g_win32_locale_filename_from_utf8(). diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a4b35b36db..89dc140c70 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-09-29 Tor Lillqvist + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is passed to bindtextdomain() which isn't UTF-8-aware, so convert to system codepage using g_win32_locale_filename_from_utf8(). diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 211206bd60..cd706115da 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 -@ <