Makefile 446 B

1234567891011121314
  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 /r:System.Web.Services.dll \
  6. /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
  7. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Runtime.Remoting.dll
  8. EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
  9. include ../../build/library.make