summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rwxr-xr-xxmake/plugins/project/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index b215a4b28..b978ce046 100755
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -42,6 +42,8 @@ task("project")
{
{'k', "kind", "kv", "makefile", "Set the project kind."
, " - makefile"
+ , " - vs2002"
+ , " - vs2003"
, " - vs2005"
, " - vs2008" }
, {nil, "outputdir", "v", ".", "Set the output directory." }