We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a03e commit da177d5Copy full SHA for da177d5
mcs/class/System.Web.Services/Makefile
@@ -12,11 +12,13 @@ LIB_MCS_FLAGS = \
12
-resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd \
13
-resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd
14
else
15
-LIB_REFS = System System.EnterpriseServices System.Xml System.Data
+
16
+API_BIN_REFS = System
17
+LIB_REFS = System.EnterpriseServices System.Xml System.Data
18
LIB_MCS_FLAGS = -nowarn:168,612,618,649 -d:MONO_BROKEN_CONFIGURATION_DLL
19
20
ifndef NO_SYSTEM_WEB_DEPENDENCY
-API_BIN_REFS := System.Web
21
+API_BIN_REFS += System.Web
22
endif
23
24
ifndef NO_SYSTEM_DESIGN_DEPENDENCY
0 commit comments