summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-10 22:35:44 +0800
committerruki <[email protected]>2018-04-10 09:34:29 +0800
commit6d200ffbb19986456088cdcd0d24912409f93fe5 (patch)
tree2860a1b72f7aa715f639f172ba9f1c45059e871a /xmake/core
parent483f101b3fe1502ce4daca8d47058dba4cd27dee (diff)
check flags for swift
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/sandbox/modules/import/core/project/rule.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/import/core/project/rule.lua b/xmake/core/sandbox/modules/import/core/project/rule.lua
index 0f7766a87..3451c9691 100644
--- a/xmake/core/sandbox/modules/import/core/project/rule.lua
+++ b/xmake/core/sandbox/modules/import/core/project/rule.lua
@@ -45,6 +45,19 @@ end
-- build source files
function sandbox_core_project_rule.build(rulename, target, sourcefiles)
+ -- TODO
+ --
+ -- sperate task and packages
+ -- private project._define_apis
+ -- rule.deps
+ -- on_build
+ -- on_build_file
+ -- on_build_files
+ -- after_build
+ -- on_install
+ --
+ -- rule -> mode: debug, release
+
-- get rule
local rule = project.rule(rulename)
if not rule then