You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.142
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
This commit is contained in:
parent
e52655b4dc
commit
0abdbe5a7d
@@ -5,7 +5,7 @@ CSC ?= csc
|
||||
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612,618,809
|
||||
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
|
||||
|
||||
ASSEMBLIES := mscorlib System System.Xml System.Numerics System.Core System.Net.Http
|
||||
ASSEMBLIES := mscorlib System System.Xml System.Numerics System.Core System.Net.Http Mono.Android
|
||||
|
||||
ASSEMBLIES += bare/System bare/System.Xml
|
||||
|
||||
@@ -13,6 +13,7 @@ ASSEMBLIES += bare/System bare/System.Xml
|
||||
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
|
||||
System.Core_REFS := mscorlib System
|
||||
System.Net.Http_REFS := mscorlib System
|
||||
Mono.Android_REFS := mscorlib
|
||||
System.Numerics_REFS := mscorlib
|
||||
System_REFS := mscorlib bare/System.Xml
|
||||
System.Xml_REFS := mscorlib System
|
||||
@@ -21,13 +22,16 @@ bare/System_REFS := mscorlib
|
||||
bare/System.Xml_REFS := mscorlib bare/System
|
||||
|
||||
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
|
||||
System_CSC_ARGS := ../../src/Mono/System.extra.cs
|
||||
System_CSC_ARGS := ../../src/mono/System.extra.cs
|
||||
|
||||
ECMA_KEY := ../../../../../mono/mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
|
||||
|
||||
ECMA_KEY_ASSEMBLIES := System.Core System.Net.Http System.Numerics System.Xml System mscorlib \
|
||||
bare/System bare/System.Xml
|
||||
|
||||
# Mono.Android must be signed with a different key (copied from xamarin-android repository)
|
||||
Mono.Android_KEYFILE := xa.pub
|
||||
|
||||
all: $(addsuffix .dll, $(ASSEMBLIES))
|
||||
|
||||
clean:
|
||||
|
BIN
external/binary-reference-assemblies/build/monodroid/Mono.Android.dll
vendored
Normal file
BIN
external/binary-reference-assemblies/build/monodroid/Mono.Android.dll
vendored
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
9e6dab74bb4e7f114920f63c92ca9c8882a98bc9
|
||||
d4c864e8ae659a282caa4d63b8ccae891c8fa9a6
|
BIN
external/binary-reference-assemblies/build/monodroid/xa.pub
vendored
Normal file
BIN
external/binary-reference-assemblies/build/monodroid/xa.pub
vendored
Normal file
Binary file not shown.
@@ -21,7 +21,7 @@ bare/System_REFS := mscorlib
|
||||
bare/System.Xml_REFS := mscorlib bare/System
|
||||
|
||||
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
|
||||
System_CSC_ARGS := ../../src/Mono/System.extra.cs
|
||||
System_CSC_ARGS := ../../src/mono/System.extra.cs
|
||||
|
||||
ECMA_KEY := ../../../../../mono/mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
017028776b0688971391ac5e1e75f5b90cbc3d6b
|
||||
704d3e02dbd43691d785ec24bee712fe05eaec9f
|
34
external/binary-reference-assemblies/src/monodroid/Mono.Android.cs
vendored
Normal file
34
external/binary-reference-assemblies/src/monodroid/Mono.Android.cs
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("0.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Android.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Android.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Android.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("0.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.SecurityCriticalAttribute]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Drawing
|
||||
{
|
||||
public struct Color {}
|
||||
public enum KnownColor {}
|
||||
public struct Point {}
|
||||
public struct PointF {}
|
||||
public struct Rectangle {}
|
||||
public struct RectangleF {}
|
||||
public struct Size {}
|
||||
public struct SizeF {}
|
||||
}
|
@@ -1 +1 @@
|
||||
1677ef1e7504f41839769cf611c93149e1d4800f
|
||||
68a6c7b04a1ce236a21c3f5a02452eebd9f167b7
|
@@ -1 +1 @@
|
||||
7beebcc3cdb0bf41205daab75b21a8a91b5f1c0d
|
||||
39ff3fef0094d063b39ccb13d163f80cf5532e89
|
@@ -258,7 +258,7 @@ Facades/System.Xml.XmlSerializer_REFS := mscorlib System.Xml
|
||||
Facades/netstandard_REFS := mscorlib System System.Core System.Data System.Diagnostics.Tracing System.Drawing System.IO.Compression System.IO.Compression.FileSystem System.ComponentModel.Composition System.Net.Http System.Numerics System.Runtime.Serialization System.Transactions System.Web System.Xml System.Xml.Linq
|
||||
|
||||
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
|
||||
System_CSC_ARGS := -d:CONFIG_DEP -d:XML_DEP ../src/Mono/System.extra.cs
|
||||
System_CSC_ARGS := -d:CONFIG_DEP -d:XML_DEP ../src/mono/System.extra.cs
|
||||
System.Configuration_CSC_ARGS := -d:CONFIG_DEP
|
||||
System.Xml_CSC_ARGS := -d:CONFIG_DEP
|
||||
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
|
||||
|
Reference in New Issue
Block a user