summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorEnoroF <[email protected]>2016-11-29 21:49:12 +0800
committerEnoroF <[email protected]>2016-11-29 21:49:12 +0800
commit5c020d24f5824640e31d85678df2e73aa2f08de3 (patch)
tree6095b361bb9bcc36dda27e251557ee940336894c /xmake/plugins/project/xmake.lua
parent2ea0b24f21a51aab56e79ae81f8f8b71c450161a (diff)
add support for vs2017.
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rwxr-xr-xxmake/plugins/project/xmake.lua2
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." }
}
})