meson/mesonbuild/backend
Mathieu Duponchelle d784b5772a ArLinker: Use response files on Windows
ninja chokes when building FFmpeg's static libraries, as the
command line can be larger than 32000.

This was disabled on purpose in #1649, but the rsp syntax was
different: this commit makes it so the options and output file
are still passed on the command line, gcc-ar didn't work
otherwise.
2018-06-25 16:12:35 +00:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Rename clike_langs to clink_langs for clarity 2018-06-20 11:27:08 +00:00
ninjabackend.py ArLinker: Use response files on Windows 2018-06-25 16:12:35 +00:00
vs2010backend.py Visual Studio: Implement startup project 2018-06-10 23:36:54 +03: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 Fix shared library building on xcode. 2018-03-12 23:05:07 +02:00