Skip VarFileInfo block when using windres.
It doesn't seem to understand this syntax and dies with an uninformative "syntax error". Closes #11055. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d368860323
commit
40857d43a3
@ -62,8 +62,11 @@ BEGIN
|
||||
VALUE "SpecialBuild", "\0"
|
||||
END
|
||||
END
|
||||
// windres can't handle the syntax below for some reason (see #11055)
|
||||
#ifndef __GNUC__
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", LANG, CHARSET
|
||||
END
|
||||
#endif // !__GNUC__
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user