diff options
| author | ruki <[email protected]> | 2016-08-06 13:02:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-08-06 13:02:28 +0800 |
| commit | ce3b9ada065d09d2d771061b20f07fc1d661c648 (patch) | |
| tree | 9add68684c5e7383f69db71d1903ee9352dd7537 /xmake/plugins/project/xmake.lua | |
| parent | e4cb396b6c4b33932d5f953b9cf20fbf22231ce4 (diff) | |
add vs2005 and vs2008 empty plugin
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rwxr-xr-x | xmake/plugins/project/xmake.lua | 4 |
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." } } }) |
