diff options
| author | ruki <[email protected]> | 2022-10-31 23:26:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-31 23:26:00 +0800 |
| commit | 919c16a9b5ac359117172c9d57e53bcbd77328d1 (patch) | |
| tree | 4f255baa41c67d8681bfa7b2b192bc43ed7e21d4 | |
| parent | c3c814952a9be7f11fec315d3c2782751e183df5 (diff) | |
format code
| -rw-r--r-- | tests/projects/windows/winsdk/windemo/xmake.lua | 6 |
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") |
