2010-02-26 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.Runtime.Remoting / Makefile
1 thisdir = class/System.Runtime.Remoting
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Remoting.dll
6
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
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
11
12 TEST_MONO_PATH = .
13
14 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
15
16 include ../../build/library.make
17