From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/dktools/lprngcl.rc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 support/dktools/lprngcl.rc (limited to 'support/dktools/lprngcl.rc') diff --git a/support/dktools/lprngcl.rc b/support/dktools/lprngcl.rc new file mode 100644 index 0000000000..dfaf4e8272 --- /dev/null +++ b/support/dktools/lprngcl.rc @@ -0,0 +1,37 @@ +aaaaa ICON dkicon.ico + +#include + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 4,8,3,0 + PRODUCTVERSION 4,8,3,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "LPRng print queue cleaner\0" + VALUE "CompanyName", "Dirk Krause\0" + VALUE "FileDescription", "LPRng print queue cleaner\0" + VALUE "FileVersion", "4.8.3\0" + VALUE "InternalName", "lprngcl\0" + VALUE "LegalCopyright", "Copyright © 2017 Dirk Krause\0" + VALUE "ProductName", "Dirk Krause's tools\0" + VALUE "ProductVersion", "4.8.3\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + -- cgit v1.2.3