You've already forked linux-packaging-mono
Imported Upstream version 4.4.2.4
Former-commit-id: 92904c9c5915c37244316e42ba99e7b934ed7ee2
This commit is contained in:
parent
589d484eee
commit
0b4a830db1
@@ -22,6 +22,7 @@ mobile_common_dirs := \
|
||||
corlib \
|
||||
System \
|
||||
System.Core \
|
||||
System.Security \
|
||||
System.XML \
|
||||
Mono.Security \
|
||||
System \
|
||||
@@ -37,6 +38,7 @@ mobile_common_dirs := \
|
||||
Mono.Data.Tds \
|
||||
System.Transactions \
|
||||
System.Numerics \
|
||||
System.Numerics.Vectors \
|
||||
System.Data \
|
||||
Mono.Cairo \
|
||||
Mono.Data.Sqlite \
|
||||
@@ -47,14 +49,18 @@ mobile_common_dirs := \
|
||||
System.ComponentModel.Composition.4.5 \
|
||||
System.Net \
|
||||
System.Net.Http \
|
||||
System.Net.Http.WebRequest \
|
||||
System.Windows \
|
||||
System.Xml.Serialization \
|
||||
Mono.CSharp \
|
||||
Microsoft.CSharp \
|
||||
Mono.Security.Providers.DotNet \
|
||||
Mono.Security.Providers.NewSystemSource \
|
||||
Mono.Security.Providers.NewTls
|
||||
Mono.Security.Providers.NewTls \
|
||||
System.Runtime.InteropServices.RuntimeInformation \
|
||||
System.Reflection.DispatchProxy \
|
||||
System.Xml.XPath.XmlDocument \
|
||||
System.Reflection.Context \
|
||||
System.Net.Http.WinHttpHandler
|
||||
|
||||
mobile_static_dirs := \
|
||||
$(mobile_common_dirs) \
|
||||
@@ -93,6 +99,7 @@ xammac_4_5_dirs := \
|
||||
System \
|
||||
Mono.Posix \
|
||||
System.Core \
|
||||
System.Security \
|
||||
System.XML \
|
||||
Mono.Security \
|
||||
System \
|
||||
@@ -130,10 +137,14 @@ xammac_4_5_dirs := \
|
||||
Mono.CompilerServices.SymbolWriter \
|
||||
System.Data.Linq \
|
||||
System.Net.Http \
|
||||
System.Net.Http.WebRequest \
|
||||
Mono.Security.Providers.DotNet \
|
||||
Mono.Security.Providers.OldTls \
|
||||
Mono.Security.Providers.NewSystemSource \
|
||||
Mono.Security.Providers.NewTls \
|
||||
System.Runtime.InteropServices.RuntimeInformation \
|
||||
System.Reflection.Context \
|
||||
System.Net.Http.WinHttpHandler \
|
||||
$(pcl_facade_dirs)
|
||||
|
||||
net_4_x_dirs := \
|
||||
@@ -220,7 +231,8 @@ net_4_x_dirs := \
|
||||
System.Web.Http.SelfHost \
|
||||
System.Web.Http.WebHost \
|
||||
Mono.Security.Providers.NewSystemSource \
|
||||
Mono.Security.Providers.NewTls
|
||||
Mono.Security.Providers.NewTls \
|
||||
System.Runtime.InteropServices.RuntimeInformation
|
||||
|
||||
# These are the subdirs which depends on libs in net_4_x_dirs
|
||||
# or have proper dependencies between each other
|
||||
@@ -270,6 +282,7 @@ net_4_x_parallel_dirs := \
|
||||
Microsoft.VisualC \
|
||||
WebMatrix.Data \
|
||||
monodoc \
|
||||
System.Reflection.Context \
|
||||
$(pcl_facade_dirs)
|
||||
|
||||
xbuild_2_0_dirs := \
|
||||
|
Reference in New Issue
Block a user