2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Runtime.Remoting / Makefile
blobdf85e04c17c4cb37c6bf3a0ab4de6002dcc2b7b2
1 thisdir = class/System.Runtime.Remoting
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Runtime.Remoting.dll
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
8 /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
12 TEST_MONO_PATH = .
14 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
16 include ../../build/library.make