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:
authorMarek Safar <marek.safar@gmail.com>2017-06-27 21:47:19 +0300
committerMarek Safar <marek.safar@gmail.com>2017-06-28 19:51:26 +0300
commit90ca313240ae60d295d61d85e64c248fee94d2f7 (patch)
tree204e0a84e62b1a10ffdcabc0173ddd59dc53995e /mcs/Makefile
parent505695fcd14c3ab0291a5d4260bacbad7da97467 (diff)
[build] Add a new profile
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 1d76f3fc0e1..ea121b9459e 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -23,6 +23,7 @@ xbuild_12_SUBDIRS := build class tools/xbuild
xbuild_14_SUBDIRS := build class tools/xbuild
winaot_SUBDIRS := build class
orbis_SUBDIRS := build class
+unreal_SUBDIRS := build class
include build/rules.make
@@ -77,6 +78,7 @@ $(_boot_:%=profile-do--testing_aot_hybrid--%): profile-do--testing_aot_hy
$(_boot_:%=profile-do--testing_aot_full--%): profile-do--testing_aot_full--%: profile-do--build--%
$(_boot_:%=profile-do--winaot--%): profile-do--winaot--%: profile-do--build--%
$(_boot_:%=profile-do--orbis--%): profile-do--orbis--%: profile-do--build--%
+$(_boot_:%=profile-do--unreal--%): profile-do--unreal--%: profile-do--build--%
$(_boot_:%=profile-do--build--%): profile-do--build--%: profile-do--basic--%
testcorlib: