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: 7ff0d87bd587d09921212e19c739b9f41425b0e4 (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

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