summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-16 00:44:01 +0800
committerruki <[email protected]>2018-05-15 22:24:08 +0800
commit0e7791da7d897a809ea3922ddc772d700a7b491e (patch)
treea1909331956160b7464b73e79eb0ddfbb1f9b00d /tests/projects
parent7fdf5ff81ea4c4fb95ec26a82cf353692cbb231d (diff)
improve wdk entry and fix build progress
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/wdk/kmdf/msdsm/xmake.lua5
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})