Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « client « src « RabbitMQ.Client « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29a524c367d1da7ed03220df560a334d22451a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/RabbitMQ.Client/src/client
SUBDIRS = 
include ../../../../build/rules.make

LIBRARY = RabbitMQ.Client.dll
LIB_REFS = System System.Xml
LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -nowarn:618
NO_TEST = yes

include ../../../../build/library.make