Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Runtime.Remoting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df85e04c17c4cb37c6bf3a0ab4de6002dcc2b7b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
thisdir = class/System.Runtime.Remoting
SUBDIRS =
include ../../build/rules.make

LIBRARY = System.Runtime.Remoting.dll

LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
	/r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll

TEST_MONO_PATH = .

EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs

include ../../build/library.make