summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-08-09 14:48:38 +0800
committerruki <[email protected]>2016-08-09 14:48:38 +0800
commit1ccefd32e302e9266446b15facf711d0ff46659f (patch)
tree67ff8ed7123216138085cb800230e7327d3f4f04 /xmake/plugins/project/xmake.lua
parent125beebc5d48c5c1a884472cfd2b9cb449761f3c (diff)
add vs2002 and vs2003 option
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." }