Nirbheek Chauhan
ed701b5cb0
Revert "Add macOS linker versioning information"
...
This reverts commit fa6ca16054
.
Closes https://github.com/mesonbuild/meson/issues/3550
7 years ago
Tom Schoonjans
fa6ca16054
Add macOS linker versioning information
...
This patch exploits the information residing in ltversion to set the
-compatibility_version and -current_version flags that are passed to the
linker on macOS.
7 years ago
Jussi Pakkanen
dd74f3fb55
Hide banner when invoking csc.
7 years ago
Thibault Saunier
c48b9594ff
Add support for Visual Studio csc c# compiler
7 years ago
Christoph Behle
783263b9f4
More version information for C#
7 years ago
Jussi Pakkanen
2269b7f60b
Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install.
7 years ago
Guillaume Poirier-Morency
bbddf51a54
Use 'C sharp' instead of 'C#'
...
The '#' is reserved for Ninja comments and cannot be escaped.
8 years ago
Guillaume Poirier-Morency
fab5634916
Add 'Compiler.get_display_language'
...
Use this when we print language-related information to the console and
via the Ninja backend.
8 years ago
Alistair Thomas
117f4ab8b5
Split out languages from compilers.py
8 years ago