2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Messaging / Makefile
bloba3c654c59197d1c923883e7e9317cbe677d91ee7
1 thisdir = class/Mono.Messaging
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Messaging.dll
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
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
15 include ../../build/library.make