diff options
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rwxr-xr-x | xmake/plugins/project/xmake.lua | 2 |
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." } |
