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: 72e278b7400139438da5e013f9de28e66554495d (plain)
1
2
3
4
5
6
7
8
9
10
thisdir = class/RabbitMQ.Client/src/client
SUBDIRS = 
include ../../../../build/rules.make

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

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