7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
24 lines
490 B
Makefile
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
|
|
|