add ISafeSerializationData
[mcs.git] / class / System.Messaging / Makefile
bloba2eb9935321162c6be4c2b0ab00a71aa49a36dc9
1 thisdir = class/System.Messaging
2 SUBDIRS =
3 include ../../build/rules.make
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 /r:System.Xml \
12 /r:Mono.Messaging.dll
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
14 /r:nunit.mocks.dll
16 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
18 include ../../build/library.make