diff options
author | Tor Lillqvist <tml@novell.com> | 2006-12-10 09:08:50 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-12-10 09:08:50 +0000 |
commit | 9add9e7e767ef2822d133623535d8dcb3df95ee8 (patch) | |
tree | 005e4c2e8c35db7dbb24c5d68609c84c5a6a3d41 | |
parent | 392492c0f8c7b92ea96c30ed6fa02653e2919854 (diff) | |
download | gtk+-9add9e7e767ef2822d133623535d8dcb3df95ee8.tar.gz |
Put gdk-pixbuf-query-loaders.exe and gtk-query-immodules-2.0.exe in the
2006-12-10 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and
gtk-query-immodules-2.0.exe in the runtime zipfile instead of
developer zipfile. Users might add pixbuf loaders or immodules
even if they are not interested in developing gtk+-using software.
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | gtk-zip.sh.in | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2006-12-10 Tor Lillqvist <tml@novell.com> + + * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and + gtk-query-immodules-2.0.exe in the runtime zipfile instead of + developer zipfile. Users might add pixbuf loaders or immodules + even if they are not interested in developing gtk+-using software. + 2006-12-10 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for crt_extern.h and _NSGetEnviron. diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index af4a76b8e1..7c90c70952 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -15,6 +15,8 @@ etc/gtk-2.0/gtk.immodules bin/libgdk_pixbuf-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll bin/libgdk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll bin/libgtk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll +bin/gdk-pixbuf-query-loaders.exe +bin/gtk-query-immodules-2.0.exe EOF zip $ZIP lib/gtk-2.0/@GTK_BINARY_VERSION@/loaders/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/immodules/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/engines/*.dll @@ -31,8 +33,6 @@ rm $DEVZIP zip -r $DEVZIP -@ <<EOF include/gtk-2.0 bin/gdk-pixbuf-csource.exe -bin/gdk-pixbuf-query-loaders.exe -bin/gtk-query-immodules-2.0.exe bin/gtk-demo.exe man/man1/gdk-pixbuf-csource.1 lib/libgdk_pixbuf-@GTK_API_VERSION@.dll.a |