[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index 2b65acf43364593ed50b91728de6604cb67fbd7f..930a7908affe95ce7341c167ed0afc327cedbd27 100644 (file)
@@ -5,8 +5,12 @@ 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
+KEYFILE = ../msfinal.pub
+LIB_MCS_FLAGS =
+
+TEST_LIB_REFS = System
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \
        README          \