Author: lluis
Date: 2005-06-14 07:33:08 -0400 (Tue, 14 Jun 2005)
New Revision: 45956

Modified:
   trunk/mcs/class/System.Data/ChangeLog
   trunk/mcs/class/System.Data/Makefile
Log:
2005-06-14  Lluis Sanchez Gual <[EMAIL PROTECTED]>

        * Makefile: Added reference to System.Configuration.



Modified: trunk/mcs/class/System.Data/ChangeLog
===================================================================
--- trunk/mcs/class/System.Data/ChangeLog       2005-06-14 11:31:44 UTC (rev 
45955)
+++ trunk/mcs/class/System.Data/ChangeLog       2005-06-14 11:33:08 UTC (rev 
45956)
@@ -1,3 +1,7 @@
+2005-06-14  Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+       * Makefile: Added reference to System.Configuration.
+
 2005-05-31 Boris Kirzner <[EMAIL PROTECTED]>
                * System.Data_test.dll.sources : added 
System.Data.Tests.Mainsoft/System.Data/RowNotInTableException/RowNotInTableException_Generate.cs
                

Modified: trunk/mcs/class/System.Data/Makefile
===================================================================
--- trunk/mcs/class/System.Data/Makefile        2005-06-14 11:31:44 UTC (rev 
45955)
+++ trunk/mcs/class/System.Data/Makefile        2005-06-14 11:33:08 UTC (rev 
45956)
@@ -9,6 +9,10 @@
 else
 system = $(topdir)/class/lib/$(PROFILE)/System.dll
 endif
+       
+ifeq (net_2_0, $(PROFILE))
+OTHER_LIB_MCS_FLAGS = /r:System.Configuration.dll
+endif
 
 LIBRARY = System.Data.dll
 LIB_MCS_FLAGS = \
@@ -17,7 +21,8 @@
        /r:$(system)                            \
        /r:System.Xml.dll                       \
        /r:System.EnterpriseServices.dll        \
-       /r:Mono.Data.Tds.dll
+       /r:Mono.Data.Tds.dll \
+       $(OTHER_LIB_MCS_FLAGS)
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to