xamarin-macios/msbuild/Xamarin.MacDev.Tasks.Core
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
..
MsBuildTasks [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Properties [msbuild] Add support for `.xcframework` (#10046) 2020-11-30 13:44:03 -05:00
Tasks [msbuild/dotnet] Add support for NativeReference items. Fixes #11061. 2021-05-18 09:11:31 +02:00
AssetPackUtils.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
BundleResource.cs [msbuild] Move PathUtils.cs to tools/common so that other code can use it too. (#9801) 2020-10-09 08:32:10 +02:00
CommandLineArgumentBuilder.cs [msbuild] Re-use existing code to launch processes. (#9858) 2020-10-14 19:15:53 +02:00
DataConverter.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
LinkTarget.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
LinkerOptions.cs [msbuild] Don't pass "-L/path/to/ -llibrary for static libraries. 2021-05-18 09:11:32 +02:00
LoggingExtensions.cs [msbuild] Use the proper MM vs MT error code prefix (#3360) 2018-01-31 09:56:45 -05:00
NativeReferenceKind.cs [msbuild] Remove duplicate NativeReferenceKind enum. (#8812) 2020-06-10 09:09:53 +02:00
PlatformFramework.cs [msbuild] Use localized strings in a few more places. (#10613) 2021-02-11 15:57:40 +01:00
PlatformUtils.cs [msbuild] Apple uses 'macosx' as the platform identifier for catalyst in their toolchain. 2020-12-03 10:42:26 +01:00
Sdks.cs [msbuild] Remove dead code. (#11468) 2021-05-07 15:41:36 +02:00
StringParserService.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
TargetArchitecture.cs [msbuild] Add a TargetArchitectures argument to the LinkNativeCode task. (#9945) 2020-10-23 09:12:34 +02:00
VerbosityUtils.cs [msbuild] Default to verbose logs for mmp/mtouch if creating a binary log. (#10147) 2020-11-25 15:09:21 +01:00
Xamarin.MacDev.Tasks.Core.csproj [Localization] Localization changes for OneLocBuild (#11395) 2021-05-06 19:42:53 -05:00