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>2016-12-19 18:35:23 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-19 18:36:39 +0300
commit3daf6b7ca1e79c1c25aa7d3171f32f8808df8d46 (patch)
treef68b30ae399b0b034e87c62c90eb2d4ca7dbb1b4 /mcs/class/Makefile
parent5247fa62ed2d68076c63c6e7260a3a35dd88101f (diff)
[build] Add new profile
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index eacc1b2391f..6d38b0ca55a 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -123,6 +123,8 @@ monotouch_runtime_dirs := \
monotouch_watch_runtime_dirs := $(filter-out Mono.Security Mono.Data.Tds,$(monotouch_runtime_dirs))
monotouch_tv_runtime_dirs := $(monotouch_runtime_dirs)
+xbox_dirs := $(monotouch_dirs) System.Drawing
+
xammac_4_5_dirs := \
corlib \
Mono.Security \
@@ -341,6 +343,7 @@ net_4_x_SUBDIRS := $(net_4_x_dirs) $(xbuild_4_0_dirs)
net_4_x_PARALLEL_SUBDIRS := $(net_4_x_parallel_dirs)
xbuild_12_SUBDIRS := $(xbuild_4_0_dirs)
xbuild_14_SUBDIRS := $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks
+xbox_SUBDIRS := $(xbox_dirs)
include ../build/rules.make