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-10-27 13:48:31 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-27 20:48:59 +0300
commitf2e658cdcadf027a970fe0ebe9d5898caa76bd83 (patch)
tree0c72b4de6167364940150fee99f84f00e776b4ef /mcs/class/Makefile
parent6d9d804d622ac81ffaca0b947745de0e49a67782 (diff)
[build] Add wasm profile
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 00f3212dfad..cdd2706e345 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -144,6 +144,11 @@ unreal_dirs := \
System.Drawing \
$(pcl_facade_dirs)
+wasm_dirs := \
+ $(mobile_common_dirs) \
+ System.Drawing \
+ $(pcl_facade_dirs)
+
xammac_4_5_dirs := \
corlib \
Mono.Security \
@@ -369,6 +374,7 @@ xbuild_14_SUBDIRS := $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks
winaot_SUBDIRS := $(winaot_dirs)
orbis_SUBDIRS := $(orbis_dirs)
unreal_SUBDIRS := $(unreal_dirs)
+wasm_SUBDIRS := $(wasm_dirs)
include ../build/rules.make