From c658bf9a9e38731e08a0526972c0c911c1980c65 Mon Sep 17 00:00:00 2001 From: Pavel Vymetálek Date: Wed, 27 Feb 2019 09:49:13 +0100 Subject: Doplněn odkaz GNU/GPL, řízení toku RTS/CTS na Windows, doplěn .rc soubor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sercp.rc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sercp.rc (limited to 'sercp.rc') diff --git a/sercp.rc b/sercp.rc new file mode 100644 index 0000000..c334fdd --- /dev/null +++ b/sercp.rc @@ -0,0 +1,29 @@ +// RC file, codepage utf-8 !!!!! +#include // include for version info constants +//A ICON "compiler.ico" +1 VERSIONINFO +FILEVERSION 0,2,2,0 +PRODUCTVERSION 0,2,2,0 +FILETYPE VFT_APP +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "CompanyName", "Pavel Vymetálek vym.cz" + VALUE "FileVersion", "0.2.2" + VALUE "FileDescription", "sercp - serial copy for ZX Spectrum" + VALUE "InternalName", "sercp" + VALUE "LegalCopyright", "GNU GPL v2 or above" + VALUE "LegalTrademarks", "pavel@vym.cz" + VALUE "OriginalFilename", "sercp" + VALUE "ProductName", "sercp" + VALUE "ProductVersion", "0.2.2" + VALUE "Build environment", "Linux: Mingw64, x86_64" + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0409, 65001 + } +} -- cgit