Correctly add ObjectPool to the build
authorJérémie Laval <jeremie.laval@gmail.com>
Mon, 14 Feb 2011 18:16:51 +0000 (18:16 +0000)
committerJérémie Laval <jeremie.laval@gmail.com>
Mon, 14 Feb 2011 18:16:51 +0000 (18:16 +0000)
mcs/class/System.Web/System.Web.dll.sources
mcs/class/corlib/System.Collections.Concurrent/ObjectPool.cs

index f241bdba570f4c01177ff27bcccb132005550e54..92d028e2666e6da992a50358d9b2846b0e759f3e 100644 (file)
@@ -1196,3 +1196,5 @@ System.Web/WebROCollection.cs
 System.Web/WebSysDescriptionAttribute.cs
 System.Web/XmlSiteMapProvider.cs
 ../corlib/System.Collections.Concurrent/SplitOrderedList.cs
+../corlib/System.Collections.Concurrent/ObjectPool.cs
+
index cee37029a5859adcf7cf832b4668802ac46e3b9b..2abfa2022ab8bf7a0971a2f903b752e041f16cd3 100644 (file)
@@ -25,7 +25,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0 || MOBILE || BOOTSTRAP_NET_4_0 || INSIDE_SYSTEM_WEB
 
 using System;
 using System.Threading;