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: 17342765febb13834bf65cfaa6d64f34ce95235d (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/Mono.Messaging
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Messaging.dll

LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration

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

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