diff options
| author | ruki <[email protected]> | 2018-05-06 22:39:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-06 22:39:53 +0800 |
| commit | fe2669e329adbc7bf94ecfb6db1f08c54d506a7c (patch) | |
| tree | 1504ed76cb01999ff2a68f37b2736948d4696833 /tests/projects | |
| parent | 19897786b3cfef22fe20275af7e72ae6826a75f5 (diff) | |
rename kmdf driver to .sys
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/wdk/kmdf/ioctl/xmake.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/wdk/kmdf/ioctl/xmake.lua b/tests/projects/wdk/kmdf/ioctl/xmake.lua index 0c85a258c..7eedbe14c 100644 --- a/tests/projects/wdk/kmdf/ioctl/xmake.lua +++ b/tests/projects/wdk/kmdf/ioctl/xmake.lua @@ -16,9 +16,7 @@ target("nonpnp") -- add files add_files("driver/*.c", {rule = "wdk.tracewpp"}) - - add_links("BufferOverflowFastFailK", "ntoskrnl", "hal", "wmilib", "WdfLdr", "WdfDriverEntry", "ntstrsafe", "wdmsec") - add_ldflags("-ENTRY:FxDriverEntry", "-SUBSYSTEM:NATIVE,10.00", "-Driver", "-kernel", {force = true}) + add_files("driver/*.rc") -- add target target("app") |
