From be7af17fc8a42cf13e8f56e11439a4fa42365da3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 26 Feb 2017 22:08:26 +0800 Subject: save tool kind for windows --- xmake/tools/ml.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100755 => 100644 xmake/tools/ml.lua (limited to 'xmake/tools/ml.lua') diff --git a/xmake/tools/ml.lua b/xmake/tools/ml.lua old mode 100755 new mode 100644 index 705c05dbd..874d0be78 --- a/xmake/tools/ml.lua +++ b/xmake/tools/ml.lua @@ -23,11 +23,14 @@ -- -- init it -function init(shellname) +function init(shellname, kind) -- save name _g.shellname = shellname or "ml.exe" + -- save kind + _g.kind = kind + -- init asflags if _g.shellname:find("64") then _g.asflags = { "-nologo"} -- cgit v1.3.1