diff options
| author | ruki <[email protected]> | 2018-05-16 00:44:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-15 22:24:08 +0800 |
| commit | 0e7791da7d897a809ea3922ddc772d700a7b491e (patch) | |
| tree | a1909331956160b7464b73e79eb0ddfbb1f9b00d /tests | |
| parent | 7fdf5ff81ea4c4fb95ec26a82cf353692cbb231d (diff) | |
improve wdk entry and fix build progress
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/wdk/kmdf/msdsm/xmake.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/projects/wdk/kmdf/msdsm/xmake.lua b/tests/projects/wdk/kmdf/msdsm/xmake.lua index 0e11a85e4..75f1c12ca 100644 --- a/tests/projects/wdk/kmdf/msdsm/xmake.lua +++ b/tests/projects/wdk/kmdf/msdsm/xmake.lua @@ -23,5 +23,8 @@ target("msdsm") set_pcheader("precomp.h") -- add links - add_links("mpio") + add_links("mpio", "ucrt") + + -- set entry + add_ldflags("-entry:GsDriverEntry", {force = true}) |
