This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[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 \
7                 /r:System.dll \
8                 /r:System.Configuration.Install.dll \
9                 /r:System.Drawing.dll \
10                 /r:System.Windows.Forms.dll
11 NO_TEST = yes
12
13 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
14
15 include ../../build/library.make