fix missing comma in .rc files, now MinGw can add resources, change dos stub, and sign target binaries, but the resources are not reflected for some reason

This commit is contained in:
otavepto 2024-05-29 23:01:59 +03:00
parent 11f052bd31
commit 4b04f28e97
8 changed files with 16 additions and 16 deletions

View File

@ -33,7 +33,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -78,6 +78,6 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,6 +65,6 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,7 +65,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,7 +65,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,7 +65,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,7 +65,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,6 +65,6 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}

View File

@ -30,7 +30,7 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}
@ -65,6 +65,6 @@ FILESUBTYPE 0x0L // VFT2_UNKNOWN
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
VALUE "Translation", 0x0409, 0x04B0 // English language (0x409) in the Windows ANSI codepage (1252)
}
}