2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Parallel
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Parallel.dll
|
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS =
|
|
|
|
TEST_LIB_REFS = System.Core
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS += System.Core System
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_MCS_FLAGS += -d:INSIDE_MONO_PARALLEL
|