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

Makefile « Mono.Messaging « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7eef3a9aa2a86045f822ab7c61075ab86515dd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/Mono.Messaging
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Messaging.dll

LIB_REFS = System System.Configuration
KEYFILE = ../mono.pub
LIB_MCS_FLAGS =

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
TEST_LIB_REFS = System.Messaging nunit.mocks

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