Only build mscorlib in the monotouch_runtime profile.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Mon, 12 Aug 2013 22:32:32 +0000 (00:32 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Mon, 12 Aug 2013 22:34:58 +0000 (00:34 +0200)
mcs/class/Makefile

index eae3744d4028ce4df1c383e6774b1b4ae66694a7..414b282411fd98da15d7f7cb7075b4c69d381e0a 100644 (file)
@@ -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       \