summaryrefslogtreecommitdiff
path: root/gobject/gobject.rc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-09-19 01:00:17 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-09-19 01:00:17 +0000
commit0782eece320fc066a0107712df694cb7191d2d24 (patch)
tree17b672685c4f11029d8d393a95937da3719c48d6 /gobject/gobject.rc.in
parent335779615d07ed7511ae58c8b9b838e1fef89cc6 (diff)
downloadglib-0782eece320fc066a0107712df694cb7191d2d24.tar.gz
Correct InternalName and OriginalFilename to match what we actually
2001-09-19 Tor Lillqvist <tml@iki.fi> * {gmodule,gobject,gthread.rc.in}: Correct InternalName and OriginalFilename to match what we actually produce.
Diffstat (limited to 'gobject/gobject.rc.in')
-rw-r--r--gobject/gobject.rc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gobject/gobject.rc.in b/gobject/gobject.rc.in
index dfecde118..9b0e2ef66 100644
--- a/gobject/gobject.rc.in
+++ b/gobject/gobject.rc.in
@@ -14,11 +14,11 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "The GLib developer community"
- VALUE "FileDescription", "GLib"
+ VALUE "FileDescription", "GObject"
VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
- VALUE "InternalName", "gobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@"
+ VALUE "InternalName", "libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright © 1998-2000 Tim Janik and Red Hat, Inc."
- VALUE "OriginalFilename", "gobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.dll"
+ VALUE "OriginalFilename", "libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
VALUE "ProductName", "GLib"
VALUE "ProductVersion", "@GLIB_VERSION@"
END