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

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

LIBRARY = System.Threading.Tasks.Dataflow.dll

LIB_REFS += System.Core System
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS += -d:CONCURRENT_COLLECTIONS

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

TEST_MCS_FLAGS =
TEST_LIB_REFS = System.Core System

EXTRA_DISTFILES=README.md