diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-01-12 04:44:23 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-01-12 04:44:23 +0000 |
commit | 4a3c812b7d65144e7b56c83efcad415dfe9ba3ac (patch) | |
tree | 9bd305c50c8874c8336f56f5d3152c6134f7e6c5 /gtk-zip.sh.in | |
parent | 4b05e4b4a89f713900b8c710520c2fdf7885f47c (diff) | |
download | gtk+-4a3c812b7d65144e7b56c83efcad415dfe9ba3ac.tar.gz |
Merge from stable:
2003-01-12 Tor Lillqvist <tml@iki.fi>
Merge from stable:
* gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
lookup.
* gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
gdk.def.
* gdk/gdk.def
* gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
* gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
gtk-demo}.exe and share/gtk-2.0.
* gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
Implement by setting or clearing the WS_EX_TOOLWINDOW extended
window style.
(gdk_window_set_type_hint): Add all cases to the switch (not all
do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
calling gdk_window_set_skip_taskbar_hint(). This means that GTK
won't know that the skip_taskbar hint is on for the window, is
this bad?
Diffstat (limited to 'gtk-zip.sh.in')
-rwxr-xr-x | gtk-zip.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index e7c0cd57cf..40f96cfc7f 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -26,6 +26,8 @@ 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 lib/gdk_pixbuf-@GTK_API_VERSION@.lib @@ -40,5 +42,6 @@ lib/pkgconfig/gdk-win32-2.0.pc lib/pkgconfig/gtk+-2.0.pc lib/pkgconfig/gtk+-win32-2.0.pc share/aclocal/gtk-2.0.m4 +share/gtk-2.0 EOF |