![]() This does two things: * On windows GCC-like compilers, the subsystem is always explicitly specified (either -mwindows or -mconsole). MSVC is already explicit. * The gui_app linker flags are now added after those mandated by external dependencies. This is because some misguided libraries (such as SDL) think that hijacking `main()` and forcing `-mwindows` in link flags is clever. We must unconditionally override such misuses to let gui_app work as intended. |
||
---|---|---|
.. | ||
__init__.py | ||
backends.py | ||
ninjabackend.py | ||
vs2010backend.py | ||
vs2015backend.py | ||
vs2017backend.py | ||
xcodebackend.py |