Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge 2972e1b715
Fix some whitespace issues in various files. (#12399)
* Remove BOM
* Add EOL at end of file.
2021-08-11 10:06:46 +02:00
Rolf Bjarne Kvinge ab49558933 [msbuild] Don't pass "-L/path/to/ -llibrary for static libraries.
If there's a dynamic library in the -L path in addition to the static library,
then the native linker will link with the dynamic library instead, which is
not what we want.

Instead just pass the full path to the static library to the linker.
2021-05-18 09:11:32 +02:00
Rolf Bjarne Kvinge 6a77ebbdd7 [msbuild] Move the GccOptions out of MTOuchTaskBase to make it re-usable from elsewhere.
Also rename it to LinkerOptions, and move the BuildNativeReferenceFlags method into
the class as well.
2021-05-18 09:11:31 +02:00