mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Correct InternalName and OriginalFilename to match what we actually
2001-09-19 Tor Lillqvist <tml@iki.fi> * gthread.rc.in: Correct InternalName and OriginalFilename to match what we actually produce.
This commit is contained in:
parent
0782eece32
commit
ee910d1ffe
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user