From deacd129cc232ad0214e1fdb17912cd27f6c12e6 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 13 Feb 2022 22:12:22 +0100 Subject: Sorted out resource file for Starshatter executable --- Stars45/Stars.rc.conf | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Stars45/Stars.rc.conf (limited to 'Stars45/Stars.rc.conf') diff --git a/Stars45/Stars.rc.conf b/Stars45/Stars.rc.conf new file mode 100644 index 0000000..6f5ff78 --- /dev/null +++ b/Stars45/Stars.rc.conf @@ -0,0 +1,37 @@ +#include "resource.h" + +Stars ICON DISCARDABLE "Stars.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION @RC_VERSION@ + PRODUCTVERSION @RC_VERSION@ + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "A military space combat simulator\0" + VALUE "CompanyName", "Starshatter: The Open Source Project Contributors\0" + VALUE "FileDescription", "Stars\0" + VALUE "FileVersion", "@VERSION@\0" + VALUE "InternalName", "Stars45\0" + VALUE "LegalCopyright", "Copyright (c) 2022, Starshatter: The Open Source Project Contributors\0" + VALUE "OriginalFilename", "Stars45.exe\0" + VALUE "ProductName", "Starshatter: The Open Source Project\0" + VALUE "ProductVersion", "@VERSION@\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END -- cgit v1.1