diff options
| author | ruki <[email protected]> | 2015-06-03 11:14:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-03 11:14:42 +0800 |
| commit | 648d0f6875478a5184668996f3948a0e61e862a0 (patch) | |
| tree | 1609c20c7e40bd60007f54e0943209c135b4f3d7 /xmake/scripts/platform/windows/_windows.lua | |
| parent | 08bba742c061c93f28c14499fa17af2f1edc2df8 (diff) | |
probe the windows envirnoment
Diffstat (limited to 'xmake/scripts/platform/windows/_windows.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/_windows.lua | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmake/scripts/platform/windows/_windows.lua b/xmake/scripts/platform/windows/_windows.lua index cfe3e422d..1e13e134b 100644 --- a/xmake/scripts/platform/windows/_windows.lua +++ b/xmake/scripts/platform/windows/_windows.lua @@ -64,15 +64,13 @@ function _windows.menu(action) -- init config option menu _windows._MENU_CONFIG = _windows._MENU_CONFIG or { {} - , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio Directory" } - , {nil, "vs_sdk", "kv", "auto", "The Microsoft Visual Studio SDK Directory" } + , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } , } -- init global option menu _windows._MENU_GLOBAL = _windows._MENU_GLOBAL or { {} - , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio Directory" } - , {nil, "vs_sdk", "kv", "auto", "The Microsoft Visual Studio SDK Directory" } + , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } , } -- get the option menu |
