summaryrefslogtreecommitdiff
path: root/xmake/rules/wdk/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-24 22:57:37 +0800
committerruki <[email protected]>2018-05-24 11:45:44 +0800
commitdbfe733eb8610343396590cebd037de19c1753cc (patch)
treeaad7c69e4bc218c3eef9d2abf39b82edd402a926 /xmake/rules/wdk/xmake.lua
parent430cd75d7a13c22fc6ea30939d9ef7b65081a88a (diff)
add wdk.package.cab rule
Diffstat (limited to 'xmake/rules/wdk/xmake.lua')
-rw-r--r--xmake/rules/wdk/xmake.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/rules/wdk/xmake.lua b/xmake/rules/wdk/xmake.lua
index fcbb1c9cc..97a851052 100644
--- a/xmake/rules/wdk/xmake.lua
+++ b/xmake/rules/wdk/xmake.lua
@@ -26,7 +26,7 @@
rule("wdk.umdf.driver")
-- add rules
- add_deps("wdk.inf", "wdk.man", "wdk.mc", "wdk.mof")
+ add_deps("wdk.inf", "wdk.man", "wdk.mc", "wdk.mof", "wdk.package.cab")
-- on load
on_load(function (target)
@@ -48,7 +48,7 @@ rule("wdk.umdf.binary")
rule("wdk.kmdf.driver")
-- add rules
- add_deps("wdk.inf", "wdk.man", "wdk.mc", "wdk.mof")
+ add_deps("wdk.inf", "wdk.man", "wdk.mc", "wdk.mof", "wdk.package.cab")
-- on load
on_load(function (target)
@@ -86,7 +86,7 @@ rule("wdk.kmdf.binary")
rule("wdk.wdm.driver")
-- add rules
- add_deps("wdk.inf", "wdk.man", "wdk.mc", "wdk.mof")
+ add_deps("wdk.inf", "wdk.man", "wdk.mc", "wdk.mof", "wdk.package.cab")
-- on load
on_load(function (target)