You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.89
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
parent
cf815e07e0
commit
95fdb59ea6
@@ -161,11 +161,34 @@ winaot_dirs_parallel := \
|
||||
$(mobile_common_dirs_parallel) \
|
||||
Mono.Simd
|
||||
|
||||
testing_winaot_interp_dirs_parallel := \
|
||||
$(mobile_common_dirs_parallel) \
|
||||
Mono.Simd
|
||||
|
||||
unreal_dirs_parallel := \
|
||||
$(mobile_common_dirs_parallel)
|
||||
|
||||
wasm_dirs_parallel := \
|
||||
$(mobile_common_dirs_parallel)
|
||||
Mono.Security \
|
||||
System \
|
||||
System.Core \
|
||||
System.XML \
|
||||
System.Security \
|
||||
I18N \
|
||||
System.Transactions \
|
||||
System.ServiceModel.Internals \
|
||||
System.Runtime.Serialization \
|
||||
System.Data \
|
||||
System.Xml.Linq \
|
||||
System.Numerics \
|
||||
System.Numerics.Vectors \
|
||||
System.IO.Compression \
|
||||
System.IO.Compression.FileSystem \
|
||||
System.ComponentModel.DataAnnotations \
|
||||
System.ComponentModel.Composition.4.5 \
|
||||
System.Net.Http \
|
||||
Microsoft.CSharp \
|
||||
System.Runtime.CompilerServices.Unsafe
|
||||
|
||||
wasm_tools_dirs_parallel := \
|
||||
Mono.Cecil
|
||||
@@ -412,6 +435,9 @@ xbuild_14_SUBDIRS := $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks
|
||||
winaot_SUBDIRS := $(mobile_common_dirs)
|
||||
winaot_PARALLEL_SUBDIRS := $(winaot_dirs_parallel)
|
||||
|
||||
testing_winaot_interp_SUBDIRS := $(mobile_common_dirs)
|
||||
testing_winaot_interp_PARALLEL_SUBDIRS := $(testing_winaot_interp_dirs_parallel)
|
||||
|
||||
orbis_SUBDIRS := $(mobile_common_dirs)
|
||||
orbis_PARALLEL_SUBDIRS := $(orbis_dirs_parallel)
|
||||
|
||||
@@ -423,7 +449,7 @@ wasm_PARALLEL_SUBDIRS := $(wasm_dirs_parallel)
|
||||
wasm_tools_SUBDIRS :=
|
||||
wasm_tools_PARALLEL_SUBDIRS := $(wasm_tools_dirs_parallel)
|
||||
|
||||
netcore_SUBDIRS := System.Private.CoreLib
|
||||
netcore_SUBDIRS :=
|
||||
netcore_PARALLEL_SUBDIRS :=
|
||||
|
||||
include ../build/rules.make
|
||||
|
Reference in New Issue
Block a user