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: 48532e8870a0089dbe1a5dd4b98c6691714f14e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
thisdir = class/System.Threading.Tasks.Dataflow
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Threading.Tasks.Dataflow.dll

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

LIB_MCS_FLAGS += -r:$(corlib) -r:System.Core.dll -r:System.dll

TEST_MCS_FLAGS = -r:System.Core.dll -r:System.dll