2006-11-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Web.Services / Makefile
index ba7c2eebb8354b850e967f1cb93da8a99bd91146..aa6d3e1e69f636b09de7bc2783c4e2708e19a6bf 100644 (file)
@@ -4,17 +4,12 @@ include ../../build/rules.make
 
 LIBRARY = System.Web.Services.dll
 LIB_MCS_FLAGS = \
-       -nowarn:649 -nowarn:169                 \
-       -r:$(corlib)                            \
-       -r:System.dll                           \
-       -r:System.EnterpriseServices.dll        \
-       -r:System.Xml.dll                       \
-       -r:System.Web.dll
-
-ifeq (net_2_0, $(PROFILE))
-LIB_MCS_FLAGS += -r:System.Configuration.dll
-endif
-
+       /nowarn:649 /nowarn:169                 \
+       /r:$(corlib)                            \
+       /r:System.dll                           \
+       /r:System.EnterpriseServices.dll        \
+       /r:System.Xml.dll                       \
+       /r:System.Web.dll
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
 
 include ../../build/library.make