Makefile 451 B

12345678910111213141516
  1. thisdir = class/System.Runtime.Remoting
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Runtime.Remoting.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
  6. /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
  7. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
  8. TEST_MONO_PATH = .
  9. EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
  10. include ../../build/library.make