[eglib] Prefer <langinfo.h> to <localcharset.h>
[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.Configuration.Install System.Drawing System.Windows.Forms System.Xml Mono.Messaging
7 LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
9                 /r:nunit.mocks.dll
10
11 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
12
13 ifdef MESSAGING_NO_WINFORMS
14 LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY
15 endif
16
17 include ../../build/library.make