From: Bruno Haible Date: Wed, 13 Mar 2019 21:51:55 +0000 (+0100) Subject: build: Update Windows support. X-Git-Tag: v0.20~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470ed3cecb7b9dfdd070f6966f0735614d110b74;p=thirdparty%2Fgettext.git build: Update Windows support. * gettext-runtime/intl/libintl.rc: Update. * gettext-tools/libgettextpo/libgettextpo.rc: Likewise. * windows/gettext.rc: Likewise. --- diff --git a/gettext-runtime/intl/libintl.rc b/gettext-runtime/intl/libintl.rc index 686287504..25224183b 100644 --- a/gettext-runtime/intl/libintl.rc +++ b/gettext-runtime/intl/libintl.rc @@ -21,13 +21,13 @@ BEGIN BEGIN VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see .\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" + VALUE "FileDescription", "LGPLed libintl for Windows\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "intl.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2010\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2019\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "intl.dll\0" - VALUE "ProductName", "libintl: accessing NLS message catalogs\0" + VALUE "ProductName", "GNU libintl: accessing NLS message catalogs\0" VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0" END END diff --git a/gettext-tools/libgettextpo/libgettextpo.rc b/gettext-tools/libgettextpo/libgettextpo.rc index e340e6b2e..1b6fb6907 100644 --- a/gettext-tools/libgettextpo/libgettextpo.rc +++ b/gettext-tools/libgettextpo/libgettextpo.rc @@ -21,13 +21,13 @@ BEGIN BEGIN VALUE "Comments", "This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library. If not, see .\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" + VALUE "FileDescription", "GPLed libgettextpo for Windows\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "gettextpo.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2016\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2019\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextpo.dll\0" - VALUE "ProductName", "libgettextpo: public API for PO files\0" + VALUE "ProductName", "GNU libgettextpo: public API for PO files\0" VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0" END END diff --git a/windows/gettext.rc b/windows/gettext.rc index 71949e531..800d1b213 100644 --- a/windows/gettext.rc +++ b/windows/gettext.rc @@ -21,13 +21,13 @@ BEGIN BEGIN VALUE "Comments", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this program. If not, see .\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" + VALUE "FileDescription", "GPLed program for Windows\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "*.exe\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2016\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2019\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "*.exe\0" - VALUE "ProductName", "gettext utilities\0" + VALUE "ProductName", "GNU gettext utilities\0" VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0" END END