summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/program_info/projtlauncher.rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/program_info/projtlauncher.rc.in')
-rw-r--r--archived/projt-launcher/program_info/projtlauncher.rc.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/archived/projt-launcher/program_info/projtlauncher.rc.in b/archived/projt-launcher/program_info/projtlauncher.rc.in
new file mode 100644
index 0000000000..595aa0ce3c
--- /dev/null
+++ b/archived/projt-launcher/program_info/projtlauncher.rc.in
@@ -0,0 +1,29 @@
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+#include <windows.h>
+
+IDI_ICON1 ICON DISCARDABLE "@Launcher_AppBinaryName@.ico"
+1 RT_MANIFEST "@Launcher_AppBinaryName@.manifest"
+
+VS_VERSION_INFO VERSIONINFO
+FILEVERSION @Launcher_VERSION_NAME4_COMMA@
+FILEOS VOS_NT_WINDOWS32
+FILETYPE VFT_APP
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "CompanyName", "@Launcher_Authors@"
+ VALUE "FileDescription", "@Launcher_DisplayName@"
+ VALUE "FileVersion", "@Launcher_VERSION_NAME4@"
+ VALUE "ProductName", "ProjT Launcher"
+ VALUE "ProductVersion", "@Launcher_VERSION_NAME4@"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0000, 0x04b0 // Unicode
+ END
+END