2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Runtime.Remoting
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Runtime.Remoting.dll
|
|
|
|
|
2016-04-12 13:19:31 -04:00
|
|
|
LIB_REFS = System System.Xml System.Runtime.Serialization.Formatters.Soap
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-04-12 13:19:31 -04:00
|
|
|
ifndef NO_SYSTEM_WEB_DEPENDENCY
|
|
|
|
LIB_REFS += System.Web
|
|
|
|
endif
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS = -nowarn:618
|
2017-10-19 20:04:20 +00:00
|
|
|
TEST_LIB_REFS = System System.Xml System.Core
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
|
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|