meson/mesonbuild/backend
Nirbheek Chauhan ee8b3b12a0 Add cross-platform PIC support for static libraries
With C/C++, on Windows you don't need to pass any arguments for a static
library to be PIC. On UNIX platforms you need to pass -fPIC.

Other languages such as D have compiler-specific PIC arguments required
for PIC support in static libraries on UNIX platforms.

This kwarg allows people to specify which static libraries should be
built with PIC support. This is usually used for static libraries that
will be linked into shared libraries.
2016-10-08 01:02:13 +05:30
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Add cross-platform PIC support for static libraries 2016-10-08 01:02:13 +05:30
ninjabackend.py Merge pull request #803 from centricular/generated-sources-header-deps 2016-10-01 15:41:46 -04:00
vs2010backend.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00
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