summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Stars.rc.conf
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-13 22:12:22 +0100
committerAki <please@ignore.pl>2022-02-13 22:12:22 +0100
commitdeacd129cc232ad0214e1fdb17912cd27f6c12e6 (patch)
tree62be671f7173c29b7207358be328cf17bd99b47e /Stars45/Stars.rc.conf
parentb548f24de45429537d7b791b4a1b7bd740881914 (diff)
downloadstarshatter-deacd129cc232ad0214e1fdb17912cd27f6c12e6.zip
starshatter-deacd129cc232ad0214e1fdb17912cd27f6c12e6.tar.gz
starshatter-deacd129cc232ad0214e1fdb17912cd27f6c12e6.tar.bz2
Sorted out resource file for Starshatter executable
Diffstat (limited to 'Stars45/Stars.rc.conf')
-rw-r--r--Stars45/Stars.rc.conf37
1 files changed, 37 insertions, 0 deletions
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