New files, for putting version info in the DLLs on Win32.
authorTor Lillqvist <tml@iki.fi>
Fri, 4 Feb 2000 13:57:46 +0000 (13:57 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 4 Feb 2000 13:57:46 +0000 (13:57 +0000)
commit2701653ce5599c0bcb2655f5c249da0eb61ead81
tree4e320581f32e9d47604914d1f566516e464163b1
parentbbb532d59ca7a65cb4e879877b193b66dd539a2c
New files, for putting version info in the DLLs on Win32.

2000-02-05  Tor Lillqvist  <tml@iki.fi>

* glib.rc.in gmodule.rc.in gthread.rc.in: New files, for putting
version info in the DLLs on Win32.

* Makefile.am: Generate corresponding *.rc files and distribute
them.

* makefile.cygwin.in: Add rules to automatically bump a "build
number" in the version info in the rc files each time the DLL is
built. But do this only for the person who releases binaries. If
others build the DLLs, the build number is set to zero.
15 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
Makefile.am
configure.in
glib.rc.in [new file with mode: 0644]
glib/Makefile.am
gmodule.rc.in [new file with mode: 0644]
gthread.rc.in [new file with mode: 0644]
makefile.cygwin.in