2005-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / Makefile
index 3fb64f5d6259889a3152adc4a7d81ca9a22142b4..5ccb04efd278a4c3f2222bb71d965988e1f19e70 100644 (file)
@@ -39,11 +39,13 @@ RESOURCE_FILES = \
        resources/TreeView_tplus.gif \
        resources/callback.js \
        resources/webform.js \
+       System.Web.UI.WebControls/GridView.js \
        System.Web.UI.WebControls/TreeView.js \
        System.Web.UI.WebControls/Menu.js
 
 ifeq (net_2_0, $(PROFILE))
 OTHER_RES = $(RESOURCE_FILES)
+OTHER_LIB_MCS_FLAGS = /r:System.Configuration.dll
 endif
 
 LIBRARY = System.Web.dll
@@ -55,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