Makefile 379 B

1234567891011121314
  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 \
  6. /r:System.dll \
  7. /r:System.Configuration.Install.dll \
  8. /r:System.Drawing.dll \
  9. /r:System.Windows.Forms.dll
  10. EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
  11. include ../../build/library.make