Added support for setting the provider using an App.config file, also allow for Mono...
[mono.git] / mcs / class / Mono.Messaging / Makefile
1 thisdir = class/Mono.Messaging
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Messaging.dll
6
7 ifdef NET_1_0
8 LIB_MCS_FLAGS = /r:System.dll
9 else NET_1_1
10 LIB_MCS_FLAGS = /r:System.dll
11 else
12 LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration
13 endif
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
16
17 include ../../build/library.make