More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,
authorTor Lillqvist <tml@iki.fi>
Tue, 25 Sep 2001 06:03:23 +0000 (06:03 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 25 Sep 2001 06:03:23 +0000 (06:03 +0000)
commit1c8de25a5ebc658c6b427e6c8d212c0f5ce49a2a
tree8b94c07c2e16b40b7f9db2491d063f695a1b3379
parent50d0ad98034e764808c774f6ad496cf9f129dd16
More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,

2001-09-25  Tor Lillqvist  <tml@iki.fi>

* configure.in: More Win32 automake macros. For .def files:
GLIB_DEF, GMODULE_DEF, GOBJECT_DEF and GTHREAD_DEF. For .exp
files: TESTGMODULE_EXP (for programs that need to export symbols,
just testgmodule here). A new conditional, MS_LIB_AVAILABLE to
test whether the Microsoft librarian ("ar") is available to build
MS import libraries.

* glib/Makefile.am
* gmodule/Makefile.am: Use above. New rule to build MS import
library.

* glib/makefile.msc.in
* tests/makefile.msc.in
* tests/makefile.mingw.in: Use same DLL and import library names as
libtool.

gmodule:
2001-09-25  Tor Lillqvist  <tml@iki.fi>

* makefile.mingw.in: Fix missing end @ in @LT_CURRENT@.

* makefile.msc.in: Use same DLL and import library names as
libtool.

gobject:
2001-09-25  Tor Lillqvist  <tml@iki.fi>

* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.

* makefile.msc.in: Use same DLL and import library names as
libtool.

gthread:
2001-09-25  Tor Lillqvist  <tml@iki.fi>

* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.

* makefile.msc.in: Use same DLL and import library names as
libtool.
23 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib/Makefile.am
glib/makefile.msc.in
gmodule/ChangeLog
gmodule/Makefile.am
gmodule/makefile.mingw.in
gmodule/makefile.msc.in
gobject/ChangeLog
gobject/Makefile.am
gobject/makefile.msc.in
gthread/ChangeLog
gthread/Makefile.am
gthread/makefile.msc.in
tests/makefile.mingw.in
tests/makefile.msc.in