From bd56fe4e700dd2dede67bc39f8fa46903bdb8262 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 18 Jul 2017 11:50:01 +0800 Subject: mark add_bindings and add_rbinding as deprecated --- xmake/core/project/project.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmake/core/project/project.lua') diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 1d9251c45..14b9b7e7e 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -236,8 +236,8 @@ function project._interpreter() -- option.add_xxx , "option.add_deps" , "option.add_vectorexts" - , "option.add_bindings" - , "option.add_rbindings" + , "option.add_bindings" -- deprecated + , "option.add_rbindings" -- deprecated -- task.set_xxx , "task.set_category" , "task.set_menu" @@ -657,7 +657,7 @@ function project.menu() first = false end - -- make bindings + -- deprecated, make bindings local bindings = nil if opt:get("bindings") then bindings = string.join(table.wrap(opt:get("bindings")), ',') -- cgit v1.3.1