2009-01-06 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / Mono.Messaging.RabbitMQ / Makefile
1 thisdir = class/Mono.Messaging.RabbitMQ
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Messaging.RabbitMQ.dll
6 LIB_MCS_FLAGS = /r:System.dll \
7                 /r:System.Messaging.dll \
8                 /r:Mono.Messaging.dll \
9                 /r:RabbitMQ.Client
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
12
13 include ../../build/library.make