From 5587b14efb61576ccd490aba6d94214df5d84409 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Thu, 26 Nov 2020 11:10:17 +0100 Subject: Handle french and japanese outputs when using /showIncludes with cl.exe --- xmake/modules/private/tools/cl/parse_include.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmake/modules/private/tools/cl/parse_include.lua b/xmake/modules/private/tools/cl/parse_include.lua index 373aa0fdf..cd311ec49 100644 --- a/xmake/modules/private/tools/cl/parse_include.lua +++ b/xmake/modules/private/tools/cl/parse_include.lua @@ -34,8 +34,10 @@ function main(line) -- _g.notes = _g.notes or { - "Note: including file: " - , "注意: 包含文件: " + "Note: including file: " -- en + , "注意: 包含文件: " -- zh + , "Remarque : inclusion du fichier : " -- fr + , "メモ: インクルード ファイル: " -- jp } -- contain notes? -- cgit v1.3.1