summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-31 23:26:00 +0800
committerruki <[email protected]>2022-10-31 23:26:00 +0800
commit919c16a9b5ac359117172c9d57e53bcbd77328d1 (patch)
tree4f255baa41c67d8681bfa7b2b192bc43ed7e21d4
parentc3c814952a9be7f11fec315d3c2782751e183df5 (diff)
format code
-rw-r--r--tests/projects/windows/winsdk/windemo/xmake.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/windows/winsdk/windemo/xmake.lua b/tests/projects/windows/winsdk/windemo/xmake.lua
index 1f492822e..8285b33a2 100644
--- a/tests/projects/windows/winsdk/windemo/xmake.lua
+++ b/tests/projects/windows/winsdk/windemo/xmake.lua
@@ -1,12 +1,6 @@
--- add rules: debug/release
add_rules("mode.debug", "mode.release")
--- define target
target("test")
-
- -- set kind
add_rules("win.sdk.application")
-
- -- add files
add_files("*.rc", "*.cpp")