diff options
| author | ruki <[email protected]> | 2017-03-15 16:12:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-15 16:12:36 +0800 |
| commit | 645779a4239069b504a530b5667b80cf8f7f5f9a (patch) | |
| tree | fd847a21cb93a743ae90242d2a2bc3d579ce136b /xmake/plugins/project/xmake.lua | |
| parent | 84a1ac1d297ff039e600a4ea2ecb9f122aac5846 (diff) | |
modify vs201x project plugin
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rwxr-xr-x | xmake/plugins/project/xmake.lua | 5 |
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." } } } |
