[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / class / System.Messaging / Makefile
blob97f9fcc139856e241626dc71dfce17f66abfb03a
1 thisdir = class/System.Messaging
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Messaging.dll
6 LIB_REFS = System System.Xml Mono.Messaging System.Configuration.Install
8 ifndef NO_SYSTEM_DRAWING_DEPENDENCY
9 LIB_REFS += System.Drawing
10 endif
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 =
17 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
19 ifdef NO_WINFORMS_DEPENDENCY
20 LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY
21 else
22 LIB_REFS += System.Windows.Forms
23 endif
25 include ../../build/library.make