76d3270616d3b94427d798d02bc23435b0124bfe
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
1 thisdir = class/System.Runtime.Serialization.Formatters.Soap
2 SUBDIRS =
3 include ../../build/rules.make
4
5 # bet you can't say this ten times fast
6
7 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
8 LIB_REFS = System.Xml
9 LIB_MCS_FLAGS = /r:$(corlib)
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.dll -nowarn:0618 -nowarn:219 -nowarn:169
11
12 EXTRA_DISTFILES = \
13         README          \
14         Sample.txt      \
15         Test/Test.cmbx  \
16         Test/Test.prjx
17
18 include ../../build/library.make