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

LIBRARY = Mono.Messaging.dll

LIB_REFS = System System.Configuration
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