libtool installs/uninstalls the import library, no need to do it
authorTor Lillqvist <tml@novell.com>
Sun, 26 Jun 2005 18:04:08 +0000 (18:04 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 26 Jun 2005 18:04:08 +0000 (18:04 +0000)
commitef48ce636b948623ff2b3b83f4f0ca130ae6e7b0
tree049e9a0931c0ce12cd859bc883b6bdfdbe765fb4
parentd8926119d1022ac51aac9358872856e0fc54a4ff
libtool installs/uninstalls the import library, no need to do it

2005-06-26  Tor Lillqvist  <tml@novell.com>

* glib/Makefile.am: libtool installs/uninstalls the import
library, no need to do it ourselves. Do still install/uninstall
the .def file, though.

* glib/gmappedfile.c: Add Win32 implementation.
(g_mapped_file_free): Don't mention writable shared mappings in
the doc comment. Free the GMappedFile struct.

* tests/mapping-test.c (main): No kill() or SIGUSR1 on Win32, use
a flag file instead to stop the child. Use g_usleep() instead of
sleep().
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/Makefile.am
glib/gmappedfile.c
tests/mapping-test.c