Merge branch 'master' of github.com:mono/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 ifeq (1, $(FRAMEWORK_VERSION_MAJOR))
8 LIB_MCS_FLAGS = /r:System.dll
9 else
10 LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration
11 endif
12
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
14
15 include ../../build/library.make