This commit is contained in:
Zengtudor 2024-08-31 23:41:29 +08:00
parent 264f81453c
commit 198760d6c3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/build /build
/.xmake /.xmake
/.vscode /.vscode
/log.txt

View File

@ -1,7 +1,7 @@
add_rules("mode.debug","mode.release") add_rules("mode.debug","mode.release")
add_requires("fltk") add_requires("fltk")
if is_mode("release") then if is_mode("release") and is_plat("windows")then
add_ldflags("-mwindows") add_ldflags("-mwindows")
end end