summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-08-06 13:02:28 +0800
committerruki <[email protected]>2016-08-06 13:02:28 +0800
commitce3b9ada065d09d2d771061b20f07fc1d661c648 (patch)
tree9add68684c5e7383f69db71d1903ee9352dd7537 /xmake/plugins/project/xmake.lua
parente4cb396b6c4b33932d5f953b9cf20fbf22231ce4 (diff)
add vs2005 and vs2008 empty plugin
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rwxr-xr-xxmake/plugins/project/xmake.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index da041dbf5..b215a4b28 100755
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -41,7 +41,9 @@ task("project")
, options =
{
{'k', "kind", "kv", "makefile", "Set the project kind."
- , " - makefile" }
+ , " - makefile"
+ , " - vs2005"
+ , " - vs2008" }
, {nil, "outputdir", "v", ".", "Set the output directory." }
}
})