2006-01-09 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Mon, 9 Jan 2006 18:37:40 +0000 (18:37 -0000)
committerChris Toshok <toshok@novell.com>
Mon, 9 Jan 2006 18:37:40 +0000 (18:37 -0000)
* Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
CONFIGURATION_2_0 to use the new System.Configuration api.

svn path=/trunk/mcs/; revision=55254

mcs/class/System.Web.Services/ChangeLog
mcs/class/System.Web.Services/Makefile

index 19cdd1c20f772a5c95dcf3eab0ba549c887b4b88..b72d9054750f4ab2bec0d74eccc5d82ecbb18208 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-09  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
+       CONFIGURATION_2_0 to use the new System.Configuration api.
+
 2006-01-05  Chris Toshok  <toshok@ximian.com>
 
        * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
index ba7c2eebb8354b850e967f1cb93da8a99bd91146..8b3d63fc87993dc4ebcb79a4ec58d74dfc915945 100644 (file)
@@ -12,7 +12,7 @@ LIB_MCS_FLAGS = \
        -r:System.Web.dll
 
 ifeq (net_2_0, $(PROFILE))
-LIB_MCS_FLAGS += -r:System.Configuration.dll
+LIB_MCS_FLAGS += -r:System.Configuration.dll -d:CONFIGURATION_2_0
 endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618