mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
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:
parent
11f052bd31
commit
4b04f28e97
@ -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)
|
||||
}
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user