From 2f1a77858c0ef40102228574546db6865309bdeb Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 10 Dec 2018 23:55:47 +0800 Subject: improve xmake f --vs tips --- xmake/platforms/windows/xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index 678c625ae..98ee28f76 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -79,7 +79,8 @@ platform("windows") config = { {category = "Visual Studio SDK Configuration" } - , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } + , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" + , " .e.g --vs=2017" } , {nil, "vs_toolset", "kv", nil, "The Microsoft Visual Studio Toolset Version" , " .e.g --vs_toolset=14.0" } , {nil, "vs_sdkver", "kv", nil, "The Windows SDK Version of Visual Studio" -- cgit v1.3.1