Skip to content

Commit da177d5

Browse files
committed
Ensure consistency by using API reference assemblies for both System and System.Web.
1 parent a73a03e commit da177d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mcs/class/System.Web.Services/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ LIB_MCS_FLAGS = \
1212
-resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd \
1313
-resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd
1414
else
15-
LIB_REFS = System System.EnterpriseServices System.Xml System.Data
15+
16+
API_BIN_REFS = System
17+
LIB_REFS = System.EnterpriseServices System.Xml System.Data
1618
LIB_MCS_FLAGS = -nowarn:168,612,618,649 -d:MONO_BROKEN_CONFIGURATION_DLL
1719

1820
ifndef NO_SYSTEM_WEB_DEPENDENCY
19-
API_BIN_REFS := System.Web
21+
API_BIN_REFS += System.Web
2022
endif
2123

2224
ifndef NO_SYSTEM_DESIGN_DEPENDENCY

0 commit comments

Comments
 (0)