diff options
| author | ruki <[email protected]> | 2018-05-05 00:42:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-04 22:12:14 +0800 |
| commit | 3567313cb859aa88e71ef9aa84e484f09fbccce8 (patch) | |
| tree | 315ceac7102e8b09cd654f813fd58afc14afb603 /xmake/rules/wdk/load.lua | |
| parent | 95af67cc06c76559599b79cfd057b1253bfdc95c (diff) | |
add values api to target
Diffstat (limited to 'xmake/rules/wdk/load.lua')
| -rw-r--r-- | xmake/rules/wdk/load.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/wdk/load.lua b/xmake/rules/wdk/load.lua index 9d1f059e9..ae58a7121 100644 --- a/xmake/rules/wdk/load.lua +++ b/xmake/rules/wdk/load.lua @@ -87,9 +87,6 @@ function _load_for_kmdf(target, wdk, arch, kind) -- add link directories target:add("linkdirs", path.join(wdk.libdir, "wdf", "kmdf", arch, wdk.kmdfver)) - -- add links - target:add("links", "WdfDriverStubUm") - -- add defines local kmdfver = wdk.kmdfver:split('%.') target:add("defines", "KMDF_VERSION_MAJOR=" .. kmdfver[1], "KMDF_VERSION_MINOR=" .. kmdfver[2], "KMDF_USING_NTSTATUS") |
