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

LIBRARY = System.Threading.Tasks.Dataflow.dll

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

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

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