How hide console in dub.sdl under windows 11?

John Xu 728308756 at qq.com
Thu May 25 08:37:40 UTC 2023


For dmd, I can use a no_console.def file, which has:

     EXETYPE NT
     SUBSYSTEM WINDOWS


Then `dmd my.d no_console.def` to hide console.

But how do I realize it with dub.sdl ? Adding no_console.def to
"sourceFiles", doesn't help.


More information about the Digitalmars-d-learn mailing list