2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Threading.Tasks.Dataflow
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Threading.Tasks.Dataflow.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS += System.Core System
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_MCS_FLAGS += -d:CONCURRENT_COLLECTIONS
|
2018-08-07 15:19:03 +00:00
|
|
|
XTEST_LIB_REFS = System System.Core System.Xml Facades/System.Threading.Tasks
|
|
|
|
USE_XTEST_REMOTE_EXECUTOR = YES
|
|
|
|
RESX_RESOURCE_STRING = \
|
|
|
|
../../../external/corefx/src/System.Threading.Tasks.Dataflow/src/Resources/Strings.resx
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS =
|
|
|
|
TEST_LIB_REFS = System.Core System
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
EXTRA_DISTFILES=README.md
|
2018-05-10 08:37:03 +00:00
|
|
|
|
|
|
|
include ../../build/library.make
|