Makefile 450 B

123456789101112131415
  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. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
  11. EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
  12. include ../../build/library.make