From d54a105b75fd5bd1b75661995ac89a2bb1caed7f Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 14 Aug 2020 22:35:19 +0800 Subject: add comment --- xmake/modules/core/tools/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index 10099a5ff..e982f9651 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -26,6 +26,7 @@ import("private.tools.vstool") -- init it function init(self) if winos.version():gt("winxp") then + -- fix vs2008 on xp, e.g. fatal error RC1106: invalid option: -ologo self:set("mrcflags", "-nologo") end end -- cgit v1.3.1