diff options
| author | ruki <[email protected]> | 2018-05-24 22:57:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-24 11:45:44 +0800 |
| commit | dbfe733eb8610343396590cebd037de19c1753cc (patch) | |
| tree | aad7c69e4bc218c3eef9d2abf39b82edd402a926 /xmake/rules/wdk/xmake.lua | |
| parent | 430cd75d7a13c22fc6ea30939d9ef7b65081a88a (diff) | |
add wdk.package.cab rule
Diffstat (limited to 'xmake/rules/wdk/xmake.lua')
| -rw-r--r-- | xmake/rules/wdk/xmake.lua | 6 |
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) |
