Fix rc porecompilation

This commit is contained in:
2025-05-05 20:20:29 +02:00
parent cc82af3375
commit 70b68a155b
3 changed files with 38 additions and 35 deletions

30
eu07.rc.in Normal file
View File

@@ -0,0 +1,30 @@
#include <windows.h>
IDI_ICON1 ICON "eu07.ico"
GLFW_ICON ICON "eu07.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_PATCH@
PRODUCTVERSION @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_PATCH@
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "eu07.pl\0"
VALUE "FileDescription", "Symulator pojazdów szynowych\0"
VALUE "FileVersion", "@VERSION_STRING@\0"
VALUE "ProductName", "MaSzyna\0"
VALUE "ProductVersion", "@VERSION_STRING@\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END