From: Rolf Bjarne Kvinge Date: Mon, 12 Aug 2013 22:32:32 +0000 (+0200) Subject: Only build mscorlib in the monotouch_runtime profile. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=af8e11988dcf5d9aa11c704fd82602e29da2551b;p=mono.git Only build mscorlib in the monotouch_runtime profile. --- diff --git a/mcs/class/Makefile b/mcs/class/Makefile index eae3744d402..414b282411f 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -165,33 +165,7 @@ monodroid_dirs := \ System.Net.Http monotouch_runtime_dirs := \ - corlib \ - System \ - System.XML \ - Mono.Posix \ - System.Core \ - Mono.Security \ - System \ - System.Security \ - System.Configuration \ - System \ - System.XML \ - $(resgen_dir) \ - System.Drawing \ - System.Transactions \ - System.EnterpriseServices \ - Mono.Data.Tds \ - System.Data \ - Accessibility \ - Mono.WebBrowser \ - System.Runtime.Serialization.Formatters.Soap \ - Managed.Windows.Forms \ - Mono.Data.Sqlite \ - System.Web.ApplicationServices \ - System.Web \ - Mono.Web \ - System.Web.Services \ - System.Web + corlib net_3_5_only_dirs := \ Microsoft.Build.Framework \