lua-aot-5.4 icon indicating copy to clipboard operation
lua-aot-5.4 copied to clipboard

Add `-w` for GUI programs on windows

Open Frityet opened this issue 2 years ago • 0 comments

On windows, if WinMain isn't defined and you link with -mwindows it is awkward to create GUI applications because a console window pops up, this PR adds the -w flag which will make a WinMain to fix that

Frityet avatar Feb 25 '24 22:02 Frityet