summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-25 12:59:23 +0800
committerruki <[email protected]>2016-05-25 12:59:23 +0800
commitaf0d4247f488cdec9f0ba0a05f484e8f9fcfa59b (patch)
tree556816ba5df8a1ca41780dcee1d36b9480c0d31b /xmake/core/main.lua
parentc8f23de807e6efcd6b797a6dde6366d67f64906d (diff)
dump deprecated entries
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 589f1ae1c..b2177db57 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -29,6 +29,7 @@ local path = require("base/path")
local utils = require("base/utils")
local option = require("base/option")
local profiler = require("base/profiler")
+local deprecated = require("base/deprecated")
local task = require("project/task")
-- init the option menu
@@ -123,6 +124,9 @@ function main.done()
return -1
end
+ -- dump deprecated entries
+ deprecated.dump()
+
-- stop profiling
-- profiler:stop()