meson/mesonbuild/backend
Nirbheek Chauhan 419b84784f CustomTarget: Use get_outputs() instead of get_filename()
get_filename() made no sense for CustomTarget since it can have multiple
outputs. Also use get_outputs() for GeneratedList since it has the same
meaning and remove unused set_generated().

As a side-effect, we now install all the outputs of a CustomTarget.
2016-10-19 20:42:11 +05:30
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py CustomTarget: Use get_outputs() instead of get_filename() 2016-10-19 20:42:11 +05:30
ninjabackend.py CustomTarget: Use get_outputs() instead of get_filename() 2016-10-19 20:42:11 +05:30
vs2010backend.py CustomTarget: Use get_outputs() instead of get_filename() 2016-10-19 20:42:11 +05:30
vs2015backend.py vs: Fix visual studio version in solution file (#648) 2016-07-18 23:59:09 +03:00
xcodebackend.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00