2005-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / Makefile
index 8615051c181e9994b5c8c46d27b0f40d77522b55..5ccb04efd278a4c3f2222bb71d965988e1f19e70 100644 (file)
@@ -45,6 +45,7 @@ RESOURCE_FILES = \
 
 ifeq (net_2_0, $(PROFILE))
 OTHER_RES = $(RESOURCE_FILES)
+OTHER_LIB_MCS_FLAGS = /r:System.Configuration.dll
 endif
 
 LIBRARY = System.Web.dll
@@ -56,8 +57,11 @@ LIB_MCS_FLAGS = \
        /r:System.Data.dll              \
        /r:System.Xml.dll               \
        /r:System.EnterpriseServices.dll \
+       $(OTHER_LIB_MCS_FLAGS) \
        $(OTHER_RES:%=/resource:%)
 
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:219
+
 EXTRA_DISTFILES = $(RESOURCE_FILES)
 
 include ../../build/library.make