summaryrefslogtreecommitdiff
path: root/mcs/class/Facades/System.Threading.Tasks.Parallel/Makefile
blob: 1704d13f704563dbedeb5042b2dc0ab1edc5ac27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thisdir = class/Facades/System.Threading.Tasks.Parallel
SUBDIRS = 
include ../../../build/rules.make

LIBRARY_SUBDIR = Facades
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades

LIBRARY = System.Threading.Tasks.Parallel.dll
LIB_MCS_FLAGS =

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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