* PEAPI.cs: When writing to the blob heap we always set a
[mono.git] / mcs / class / System.Messaging / Makefile
1 thisdir = class/System.Messaging
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Messaging.dll
6 LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll
7 NO_TEST = yes
8
9 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
10
11 include ../../build/library.make