meson/mesonbuild/backend
Andrei Alexeyev 2d0841c624 Improve handling of gui_app
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.
2019-02-18 22:08:36 +02:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Remove remaining cross-specific compiler-args code 2019-02-15 09:17:24 -08:00
ninjabackend.py Improve handling of gui_app 2019-02-18 22:08:36 +02:00
vs2010backend.py Merge pull request #4917 from nioncode/vs-fixTargetDependencies 2019-02-16 14:17:19 +02:00
vs2015backend.py Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
vs2017backend.py VS: Add /DEBUG to linker to generate debug information 2017-11-30 22:36:28 +02:00
xcodebackend.py Pass arguments from in xcode projects 2018-10-08 21:31:15 +03:00