Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-05 03:37:24 +0300
committerGitHub <noreply@github.com>2017-10-05 03:37:24 +0300
commitb2a11ac756f940c30b05aa0a8baf733572df4ce5 (patch)
treef53154891304ce1bae679fcd5617c57aa2d85fc1 /mcs/class/Makefile
parentf77270c633c1e5a1703207cb96f1934a7354c0bc (diff)
Add new profile for monodroid tools (#5699)
* Add new profile for monodroid tools This allows the XA build to use these instead of needing to build net_4_x. We build the assemblies against the .NET 4.6 reference assemblies. * Skip monodroid_tools in verify (aka mcs-compileall) Exclude it from the test_profiles since running tests makes no sense there. Also refactor to exclude binary_reference_assemblies as well, it was already excluded manually in mcs-compileall before.
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 1f390d66641..7d9329e02da 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -106,6 +106,11 @@ monodroid_dirs := \
Mono.Posix \
$(pcl_facade_dirs)
+monodroid_tools_dirs := \
+ Mono.Cecil \
+ ICSharpCode.SharpZipLib \
+ monodoc
+
monotouch_dirs := \
$(mobile_common_dirs) \
Mono.Simd \
@@ -341,6 +346,7 @@ orbis_dirs := \
$(pcl_facade_dirs)
monodroid_SUBDIRS := $(monodroid_dirs)
+monodroid_tools_SUBDIRS := $(monodroid_tools_dirs)
monotouch_SUBDIRS := $(monotouch_dirs)
monotouch_watch_SUBDIRS := $(monotouch_watch_dirs)
monotouch_tv_SUBDIRS := $(monotouch_tv_dirs)
@@ -362,7 +368,7 @@ unreal_SUBDIRS := $(unreal_dirs)
include ../build/rules.make
-SUBDIRS = $(testing_aot_full_dirs) $(testing_aot_hybrid_dirs) $(monotouch_dirs) $(monodroid_dirs) $(xammac_dirs) $(net_4_x_dirs) $(net_4_x_parallel_dirs) $(xammac_net_4_5_SUBDIRS) $(unreal_dirs)
+SUBDIRS = $(testing_aot_full_dirs) $(testing_aot_hybrid_dirs) $(monotouch_dirs) $(monodroid_dirs) $(monodroid_tools_dirs) $(xammac_dirs) $(net_4_x_dirs) $(net_4_x_parallel_dirs) $(xammac_net_4_5_SUBDIRS) $(unreal_dirs)
DIST_ONLY_SUBDIRS = dlr aot-compiler reference-assemblies $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks