Xamarin Public Jenkins (auto-signing) 7d05485754 Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
2017-10-19 20:04:20 +00:00

24 lines
490 B
Makefile

thisdir = class/System.Runtime.Remoting
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Runtime.Remoting.dll
LIB_REFS = System System.Xml System.Runtime.Serialization.Formatters.Soap
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS =
ifndef NO_SYSTEM_WEB_DEPENDENCY
LIB_REFS += System.Web
endif
TEST_MCS_FLAGS = -nowarn:618
TEST_LIB_REFS = System System.Xml System.Core
TEST_MONO_PATH = .
EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
include ../../build/library.make