diff options
| author | ruki <[email protected]> | 2019-06-13 00:26:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-12 20:39:14 +0800 |
| commit | 34b1fe79cfa33e2e185a520e05b3d7c8d70dd01c (patch) | |
| tree | bc4a00d2adce8da3137adaf4b3e54741b86531d0 /xmake/rules/wdk/inf/xmake.lua | |
| parent | bf7331c60d83218fbf58431a7d757420549b60fa (diff) | |
improve clean action
Diffstat (limited to 'xmake/rules/wdk/inf/xmake.lua')
| -rw-r--r-- | xmake/rules/wdk/inf/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/wdk/inf/xmake.lua b/xmake/rules/wdk/inf/xmake.lua index 3a591cfa3..60e81488d 100644 --- a/xmake/rules/wdk/inf/xmake.lua +++ b/xmake/rules/wdk/inf/xmake.lua @@ -58,9 +58,6 @@ rule("wdk.inf") -- the target file local targetfile = path.join(target:targetdir(), path.basename(sourcefile) .. ".inf") - -- add clean files - target:data_add("wdk.cleanfiles", targetfile) - -- save this target file for signing (wdk.sign.*, wdk.package.* rules) target:data_set("wdk.sign.inf", targetfile) |
