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:
@@ -62,8 +62,11 @@ BEGIN
|
|||||||
VALUE "SpecialBuild", "\0"
|
VALUE "SpecialBuild", "\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
// windres can't handle the syntax below for some reason (see #11055)
|
||||||
|
#ifndef __GNUC__
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Translation", LANG, CHARSET
|
VALUE "Translation", LANG, CHARSET
|
||||||
END
|
END
|
||||||
|
#endif // !__GNUC__
|
||||||
END
|
END
|
||||||
|
Reference in New Issue
Block a user