gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as
authorTor Lillqvist <tml@iki.fi>
Thu, 21 Nov 2002 03:08:50 +0000 (03:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 21 Nov 2002 03:08:50 +0000 (03:08 +0000)
2002-11-21  Tor Lillqvist  <tml@iki.fi>

* gmodule/gmodule.rc.in
* gobject/gobject.rc.in
* gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
what the Makefile.am does.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gmodule/gmodule.rc.in
gobject/gobject.rc.in
gthread/gthread.rc.in

index dec48c6..b3a2f80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index dec48c6..b3a2f80 100644 (file)
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index dec48c6..b3a2f80 100644 (file)
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index dec48c6..b3a2f80 100644 (file)
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index dec48c6..b3a2f80 100644 (file)
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index dec48c6..b3a2f80 100644 (file)
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index dec48c6..b3a2f80 100644 (file)
        * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
+       what the Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>
 
index 3739d97..757ce52 100644 (file)
@@ -16,9 +16,9 @@ VS_VERSION_INFO VERSIONINFO
        VALUE "CompanyName", "The GLib developer community"
        VALUE "FileDescription", "GModule"
        VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
-       VALUE "InternalName", "libgmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@"
+       VALUE "InternalName", "libgmodule-2.0-@LT_CURRENT_MINUS_AGE@"
        VALUE "LegalCopyright", "Copyright © 1998-2000 Tim Janik. Modified by the GLib Team and others 1998-2000."
-       VALUE "OriginalFilename", "libgmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
+       VALUE "OriginalFilename", "libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll"
        VALUE "ProductName", "GLib"
        VALUE "ProductVersion", "@GLIB_VERSION@"
       END
index 9b0e2ef..b88dce5 100644 (file)
@@ -16,9 +16,9 @@ VS_VERSION_INFO VERSIONINFO
        VALUE "CompanyName", "The GLib developer community"
        VALUE "FileDescription", "GObject"
        VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
-       VALUE "InternalName", "libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@"
+       VALUE "InternalName", "libgobject-2.0-@LT_CURRENT_MINUS_AGE@"
        VALUE "LegalCopyright", "Copyright © 1998-2000 Tim Janik and Red Hat, Inc."
-       VALUE "OriginalFilename", "libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
+       VALUE "OriginalFilename", "libgobject-2.0-@LT_CURRENT_MINUS_AGE@.dll"
        VALUE "ProductName", "GLib"
        VALUE "ProductVersion", "@GLIB_VERSION@"
       END
index 767aafb..caa7095 100644 (file)
@@ -16,9 +16,9 @@ VS_VERSION_INFO VERSIONINFO
        VALUE "CompanyName", "The GLib developer community"
        VALUE "FileDescription", "GThread"
        VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
-       VALUE "InternalName", "libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@"
+       VALUE "InternalName", "libgthread-2.0-@LT_CURRENT_MINUS_AGE@"
        VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Copyright © 1998 Sebastian Wilhelmi. Modified by the GLib Team and others 1997-2000."
-       VALUE "OriginalFilename", "libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
+       VALUE "OriginalFilename", "libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll"
        VALUE "ProductName", "GLib"
        VALUE "ProductVersion", "@GLIB_VERSION@"
       END