summaryrefslogtreecommitdiff
path: root/glib-zip.in
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25Add gdbus-codegen to glib-zip.inDieter Verfaillie1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=650763
2011-07-26Updated glib-zip.in a bit furtherChun-wei Fan1-1/+1
Missed the bin/gsettings.exe part (corrected from bin/gsettings.)
2011-07-26Update glib-zip.inDieter Verfaillie1-17/+31
2010-04-19Add GWin32InputStream and GWin32OutputStream classesTor Lillqvist1-0/+1
Correspond to GUnixInputStream and GUnixOutputStream. No true async support though. But that is how the Win32 API is, for files not explicitly opened for so-called overlapped IO. The API to create these streams takes Win32 HANDLEs. Not file descriptors, because file descriptors are specific to the C library used. The user code and GLib might be using different C libraries. Also add a test program for the new classes, and a gio-windows-2.0.pc file.
2009-11-10Include all of share/gtk-doc/html to get also the gio docsTor Lillqvist1-5/+4
Also add -D switches to not pointlessly include entries for directories in the zip files.
2008-09-19Look for man pages in share/man.Tor Lillqvist1-2/+3
2008-09-19 Tor Lillqvist <tml@novell.com> * glib-zip.in: Look for man pages in share/man. svn path=/trunk/; revision=7512
2008-07-28Message catalogs should always get installed into share/locale nowadays,Tor Lillqvist1-13/+9
2008-07-28 Tor Lillqvist <tml@novell.com> * glib-zip.in: Message catalogs should always get installed into share/locale nowadays, don't bother with the convoluted logic checking if they are in lib/locale instead. Put the correct helper programs in the zipfile. svn path=/trunk/; revision=7262
2008-03-13Add lib/gio-2.0.lib and lib/gio-2.0.def.Tor Lillqvist1-0/+2
2008-03-13 Tor Lillqvist <tml@novell.com> * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def. svn path=/trunk/; revision=6701
2008-02-04Include the gio import library in the developer zipfile.Tor Lillqvist1-0/+1
2008-02-05 Tor Lillqvist <tml@novell.com> * glib-zip.in: Include the gio import library in the developer zipfile. svn path=/trunk/; revision=6450
2008-02-04Include gio-2.0.pc in the developer zipfile.Tor Lillqvist1-0/+1
2008-02-05 Tor Lillqvist <tml@novell.com> * glib-zip.in: Include gio-2.0.pc in the developer zipfile. svn path=/trunk/; revision=6449
2008-01-21Add the gio DLL to the runtime zipfile.Tor Lillqvist1-0/+1
2008-01-21 Tor Lillqvist <tml@novell.com> * glib-zip.in: Add the gio DLL to the runtime zipfile. svn path=/trunk/; revision=6346
2007-11-26Use either lib/locale or share/locale depending on which one is inTor Lillqvist1-2/+11
2007-11-27 Tor Lillqvist <tml@novell.com> * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either lib/locale or share/locale depending on which one is in GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based on the _nl_msg_cat_cntr variable, eek), share/locale gets used. * glib-zip.in: Likewise, look for message catalogs either in lib/locale or share/locale. svn path=/trunk/; revision=5944
2007-01-17DLLs are always installed in "bin" with current libtool, drop unnecessaryTor Lillqvist1-7/+14
2007-01-17 Tor Lillqvist <tml@novell.com> * glib-zip.in: DLLs are always installed in "bin" with current libtool, drop unnecessary logic to check where they are. Include also the COPYING file. svn path=/trunk/; revision=5287
2005-09-07Create also a console version of the gspawn-win32-helper program,Tor Lillqvist1-0/+1
2005-09-07 Tor Lillqvist <tml@novell.com> * glib/Makefile.am: Create also a console version of the gspawn-win32-helper program, gspawn-win32-helper-console.exe. It's otherwise identical to gspawn-win32-helper.exe, except marked as a console application (linked without the -mwindows option). * glib/gspawn-win32.c (do_spawn_directly, do_spawn_with_pipes): Drop the dont_wait parameter. Its truth value correlated 100% with the NULLness of the exit_status parameter anyway, so it's enough to check whether exit_status is NULL. Invert the sense of the dont_return_handle parameter and rename it to do_return_handle, to make the code easier to read by avoiding double negations. (g_spawn_sync_utf8, g_spawn_async_with_pipes_utf8): Modify calls to do_spawn_with_pipes() accordingly. (do_spawn_with_pipes): If we have a console, use the console version of the helper program, otherwise use the GUI one. This avoids extra console windows opening up in some situations. (In case a console application uses the GUI gspawn-win32-helper.exe to spawn another console application we would get a separate console for the spawned console application). * glib-zip.in: Distribute also gspawn-win32-helper-console.exe.
2005-02-07Add gmodule-no-export-2.0.pc.Tor Lillqvist1-0/+1
2005-02-07 Tor Lillqvist <tml@novell.com> * glib-zip.in: Add gmodule-no-export-2.0.pc.
2003-06-15Test where the DLLs actually are.Tor Lillqvist1-5/+8
2003-06-15 Tor Lillqvist <tml@iki.fi> * glib-zip.in (DLLDIR): Test where the DLLs actually are. * README.win32: Point to FSF's binary Win32 distributions of libiconv and gettext-runtime.
2003-06-11libtool 1.5 installs DLLs in the bin subdirectory, so get them from there.Tor Lillqvist1-5/+5
2003-06-11 Tor Lillqvist <tml@iki.fi> * glib-zip.in (DEVZIP): libtool 1.5 installs DLLs in the bin subdirectory, so get them from there. * glib/gwin32.c (g_win32_getlocale): Use "sr@Latn" and "sr" in the same way as the po files for Serbian in Latin and Cyrillic script.
2003-02-11Include also the gtk-doc/html documentation in the developer package.Tor Lillqvist1-0/+2
2003-02-11 Tor Lillqvist <tml@iki.fi> * glib-zip.in: Include also the gtk-doc/html documentation in the developer package. * README.win32: Updates.
2003-01-04[Win32] Install also the .def files, to help users generate importTor Lillqvist1-0/+4
2003-01-04 Tor Lillqvist <tml@iki.fi> * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. * glib-zip.in: Include .def files from above.
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor1-12/+12
Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc, to avoid Jade setup hassles. * autogen.sh: Add --enable-gtk-doc. * configure.in: Default to --disable-static to go along with Pango, GTK+ where we need to do that for bin-compat reasons. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.) * configure.in *.pc.in **/Makefile.am m4macros/glib-2.0.m4 tests/makefile.mingw.in: Switch everything over to glib-2.0.
2001-11-11Also share/glib-2.0.Tor Lillqvist1-1/+1
2001-11-10 Tor Lillqvist <tml@iki.fi> * glib-zip.in (DEVZIP): Also share/glib-2.0.
2001-11-05Minor edits.Tor Lillqvist1-10/+16
2001-11-05 Tor Lillqvist <tml@iki.fi> * README.win32: Minor edits. * glib-zip.in: Build separate runtime and developer packages. * glib/libcharset/config.charset (os): Don't need to match mingw after all, the charset.alias file isn't even used on Win32... (see localcharset.c). * glib/makefile.mingw.in: Add gdir. * glib/glib.def: Add g_dir_* entry points.
2001-10-29New file, used to build distribution packages for Windows.Tor Lillqvist1-0/+42
2001-10-30 Tor Lillqvist <tml@iki.fi> * glib-zip.in: New file, used to build distribution packages for Windows. * configure.in: Expand it. * Makefile.am: Distribute it. * config.h.win32.in: Update to match currently produced config.h