[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
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 KEYFILE = ../msfinal.pub
10 LIB_MCS_FLAGS =
11
12 TEST_LIB_REFS = System
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
14
15 EXTRA_DISTFILES = \
16         README          \
17         Sample.txt      \
18         Test/Test.cmbx  \
19         Test/Test.prjx
20
21 include ../../build/library.make