diff options
| author | ruki <[email protected]> | 2025-07-17 22:35:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-17 22:35:43 +0800 |
| commit | bd2146725ab2d4239587b38513f30b2926ab0921 (patch) | |
| tree | 56bbb4b713189f473d8491e13fc838428f3756d8 | |
| parent | 29467ab7c9a82fbb234f8910aafef6033e5d92eb (diff) | |
update usbview test
| -rw-r--r-- | tests/projects/windows/winsdk/usbview/xmake.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/projects/windows/winsdk/usbview/xmake.lua b/tests/projects/windows/winsdk/usbview/xmake.lua index 9f64b71e0..ed72b2197 100644 --- a/tests/projects/windows/winsdk/usbview/xmake.lua +++ b/tests/projects/windows/winsdk/usbview/xmake.lua @@ -1,13 +1,8 @@ --- add rules add_rules("mode.debug", "mode.release") --- define target target("usbview") - - -- windows application add_rules("win.sdk.application") - - -- add files add_files("*.c", "*.rc") add_files("xmlhelper.cpp", {rules = "win.sdk.dotnet"}) + set_exceptions("none") |
