4cf4c29ab083040b47ed92087f5c42d22d0fdd2a
[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_REFS = System System.Xml Mono.Messaging System.Configuration.Install
7
8 ifndef NO_SYSTEM_DRAWING_DEPENDENCY
9 LIB_REFS += System.Drawing
10 endif
11
12 LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
14                 /r:nunit.mocks.dll
15
16 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
17
18 ifdef NO_WINFORMS_DEPENDENCY
19 LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY
20 else
21 LIB_REFS += System.Windows.Forms
22 endif
23
24 include ../../build/library.make