subsystem.md

July 1, 2025 ยท View on GitHub

Asmc Linker Reference

/SUBSYSTEM

/SUBSYSTEM:{ CONSOLE | WINDOWS | LINUX | DOS }

The /SUBSYSTEM option specifies the environment for the executable.

The choice of subsystem affects the entry point symbol (or entry point function) that the linker will select.

See Also

Asmc Linker Reference | /ENTRY