Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on
authorTor Lillqvist <tml@iki.fi>
Mon, 17 Sep 2001 00:41:39 +0000 (00:41 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 17 Sep 2001 00:41:39 +0000 (00:41 +0000)
commit020b44f5ac1b27e26bbd6da4a6b4c466d36cad78
tree5865da447ab5dbfe91dcfbaa6c15e93f30506b1d
parent545a6a7616471a11c20d22f2ab1f2f4f621e99d1
Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on

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

* configure.in: Add variable for LT_CURRENT minus LT_AGE (the
suffix used by libtool on Win32 for DLLs). Set variables for the
compiled resource files on Windows. Handle the native Win32
gthread stuff.

* glib/Makefile.am
* gmodule/Makefile.am
* gobject/Makefile.am: (Win32) Add minor hacks to link in the object
file produced from the resource file. Use the lt-compile-resource
script from the build module. The non-hack way would be to teach
libtool, autoconf and automake about .rc files (which are a kind
of source code, after all, that gets compiled to object
files). But then there would be problems for those who wouldn't have
bleeding edge auto* and libtool.

* glib/glib.def
* gobject/gobject.def: Updates.

* glib/glib.rc.in
* gmodule/gmodule.rc.in
* gobject/gobject.rc.in
* gthread/gthread.rc.in: Update InternalName and OriginalFilename to
match libtool's naming convention for DLLs.

* glib/gutils.c: Ditto when constructing the DLL name in the
definition for GLIB_LOCALE_DIR.

* glib/makefile.mingw.in
* gmodule/makefile.mingw.in
* gobject/makefile.mingw.in
* gthread/makefile.mingw.in: Update import library names.
24 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
README.win32
config.h.win32.in
configure.in
glib/Makefile.am
glib/glib.def
glib/glib.rc.in
glib/gspawn-win32.c
glib/gutils.c
glib/makefile.mingw.in
gmodule/Makefile.am
gmodule/makefile.mingw.in
gobject/Makefile.am
gobject/gobject.def
gobject/makefile.mingw.in
gthread/Makefile.am
gthread/makefile.mingw.in