diff options
| author | EnoroF <[email protected]> | 2016-11-29 21:49:12 +0800 |
|---|---|---|
| committer | EnoroF <[email protected]> | 2016-11-29 21:49:12 +0800 |
| commit | 5c020d24f5824640e31d85678df2e73aa2f08de3 (patch) | |
| tree | 6095b361bb9bcc36dda27e251557ee940336894c /xmake/plugins/project/xmake.lua | |
| parent | 2ea0b24f21a51aab56e79ae81f8f8b71c450161a (diff) | |
add support for vs2017.
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rwxr-xr-x | xmake/plugins/project/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index fa81487de..04d695780 100755 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -42,7 +42,7 @@ task("project") { {'k', "kind", "kv", "makefile", "Set the project kind." , " - makefile" - , " - vs2002, vs2003, vs2005, vs2008, vs2010, vs2012, vs2013, vs2015" } + , " - vs2002, vs2003, vs2005, vs2008, vs2010, vs2012, vs2013, vs2015, vs2017" } , {nil, "outputdir", "v", ".", "Set the output directory." } } }) |
