X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Serialization.Formatters.Soap%2FMakefile;h=76d3270616d3b94427d798d02bc23435b0124bfe;hb=bef9e67deb5ad20fcc9e7f24ed681c0dabee45d8;hp=5f89b183b46c45133739489ccb0bf4c84b0e940d;hpb=24a7667524f1e4b5d722c45cd69e63a9f905cf56;p=mono.git diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile b/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile index 5f89b183b46..76d3270616d 100644 --- a/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile +++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile @@ -5,13 +5,13 @@ include ../../build/rules.make # bet you can't say this ten times fast LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll -TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) +LIB_REFS = System.Xml +LIB_MCS_FLAGS = /r:$(corlib) +TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.dll -nowarn:0618 -nowarn:219 -nowarn:169 EXTRA_DISTFILES = \ README \ Sample.txt \ - Soap.cmbx \ Test/Test.cmbx \ Test/Test.prjx