Makefile 320 B

1234567891011
  1. thisdir = class/System.Messaging
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Messaging.dll
  5. LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll
  6. NO_TEST = yes
  7. EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
  8. include ../../build/library.make