Przeglądaj źródła

2009-09-02 Atsushi Enomoto <[email protected]>

	* Makefile : use System.Core.


svn path=/trunk/mcs/; revision=141101
Atsushi Eno 16 lat temu
rodzic
commit
0504367a09

+ 4 - 0
mcs/class/System.ServiceModel.Web/ChangeLog

@@ -1,3 +1,7 @@
+2009-09-02  Atsushi Enomoto  <[email protected]>
+
+	* Makefile : use System.Core.
+
 2009-09-01  Atsushi Enomoto  <[email protected]>
 
 	* System.ServiceModel.Web_test.dll.sources :

+ 1 - 1
mcs/class/System.ServiceModel.Web/Makefile

@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.ServiceModel.Web.dll
-LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll
+LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll
 
 ifneq (2.1, $(FRAMEWORK_VERSION))
 LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0 	\