diff options
| author | ruki <[email protected]> | 2021-07-06 22:19:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-07-06 07:59:20 +0800 |
| commit | 22d281aba6f47a4c56c12b3e0219fdd33f8e4f26 (patch) | |
| tree | 87d37dbc1cb7b8549c9673ed540e7e0d1d2df374 /xmake/plugins/project/xmake.lua | |
| parent | 5e216156e47dee9d821fea01c01e566371a556be (diff) | |
improve vs2022 for project generator
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index 659d35553..794cd62af 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -46,9 +46,8 @@ task("project") , " - xcode (need cmake)" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" - , " - vs (auto detect), vs2002, vs2003, vs2005, vs2008" - , " - vs2010, vs2012, vs2013, vs2015, vs2017, vs2019" - , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2019" + , " - vs (auto detect), vs2002 - vs2022" + , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2022" , values = function (complete, opt) if not complete then return end |
