[bcl] Specify the name of the key file on the command line instead of using the Assem...
[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 KEYFILE = ../msfinal.pub
13 LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
15 TEST_LIB_REFS = nunit.mocks
16
17 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
18
19 ifdef NO_WINFORMS_DEPENDENCY
20 LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY
21 else
22 LIB_REFS += System.Windows.Forms
23 endif
24
25 include ../../build/library.make