summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-15 16:12:36 +0800
committerruki <[email protected]>2017-03-15 16:12:36 +0800
commit645779a4239069b504a530b5667b80cf8f7f5f9a (patch)
treefd847a21cb93a743ae90242d2a2bc3d579ce136b /xmake/plugins/project/xmake.lua
parent84a1ac1d297ff039e600a4ea2ecb9f122aac5846 (diff)
modify vs201x project plugin
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rwxr-xr-xxmake/plugins/project/xmake.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index 2e04ddd8f..4de77ea2b 100755
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -45,7 +45,10 @@ task("project")
{'k', "kind", "kv", "makefile", "Set the project kind."
, " - makefile"
, " - vs2002, vs2003, vs2005, vs2008, vs2010, vs2012, vs2013, vs2015, vs2017" }
- , {nil, "outputdir", "v", ".", "Set the output directory." }
+ , {'m', "modes", "kv", nil, "Set the project modes."
+ , " .e.g "
+ , " - xmake project -k vs2015 -m \"release,debug\"" }
+ , {nil, "outputdir", "v", ".", "Set the output directory." }
}
}