Correct InternalName and OriginalFilename to match what we actually
authorTor Lillqvist <tml@iki.fi>
Wed, 19 Sep 2001 01:00:52 +0000 (01:00 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 19 Sep 2001 01:00:52 +0000 (01:00 +0000)
2001-09-19  Tor Lillqvist  <tml@iki.fi>

* gthread.rc.in: Correct InternalName and OriginalFilename to
match what we actually produce.

gthread/ChangeLog
gthread/gthread.rc.in

index f16e314..77f953f 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-19  Tor Lillqvist  <tml@iki.fi>
+
+       * gthread.rc.in: Correct InternalName and OriginalFilename to
+       match what we actually produce.
+
 2001-07-20  Hans Breuer  <hans@breuer.org>
 
        * makefile.msc.in : reflect glib move
index eb6807a..767aafb 100644 (file)
@@ -14,11 +14,11 @@ VS_VERSION_INFO VERSIONINFO
       BLOCK "040904B0"
       BEGIN
        VALUE "CompanyName", "The GLib developer community"
-       VALUE "FileDescription", "GLib"
+       VALUE "FileDescription", "GThread"
        VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
-       VALUE "InternalName", "gthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@"
+       VALUE "InternalName", "libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@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", "gthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.dll"
+       VALUE "OriginalFilename", "libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
        VALUE "ProductName", "GLib"
        VALUE "ProductVersion", "@GLIB_VERSION@"
       END