meson/mesonbuild/backend
Peter Harris 0e50974f80 backend/vs: Fix link of wmain / wWinMain based apps
Executables may have an entry point of wmain or wWinMain. These
executables link successfully with ninja. Rather than add more flags to
executable() in meson.build, remove the EntryPointSymbol override. This
makes the vs backend behave more like the ninja backend.

Fixes #6698
2020-04-04 21:46:09 +03:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Make werror per subproject option 2020-03-24 22:48:55 +02:00
ninjabackend.py Remove my notes from sources 2020-03-19 19:11:10 +02:00
vs2010backend.py backend/vs: Fix link of wmain / wWinMain based apps 2020-04-04 21:46:09 +03:00
vs2015backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2017backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2019backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
xcodebackend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00