Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Makefile')
-rw-r--r--mcs/class/System.Web/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Web/Makefile b/mcs/class/System.Web/Makefile
index 76108716e36..2d5ad39a152 100644
--- a/mcs/class/System.Web/Makefile
+++ b/mcs/class/System.Web/Makefile
@@ -240,6 +240,7 @@ OTHER_LIB_MCS_FLAGS += -r:System.Web.ApplicationServices.dll
OTHER_RES += $(RESOURCE_FILES_4)
endif
+LIB_REFS = System System.Core System.Drawing System.Data System.Xml System.EnterpriseServices System.Runtime.Serialization.Formatters.Soap System.ComponentModel.DataAnnotations
LIB_MCS_FLAGS = \
-unsafe \
-nowarn:612,618 \
@@ -257,6 +258,7 @@ LIB_MCS_FLAGS = \
$(OTHER_RES:%=/resource:%)
ifneq (plainweb/,$(intermediate))
+LIB_REFS += System.Web.Services
LIB_MCS_FLAGS += -define:WEBSERVICES_DEP -r:System.Web.Services.dll
all-local: System.Web/UplevelHelper.cs resources/TranslationResources.resources