Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « Mono.Parallel « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a97ff305e542c4a876c177e8d7ba6cf097ea8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/Mono.Parallel
SUBDIRS = 
include ../../build/rules.make

LIB_REFS = System.Core System
LIB_MCS_FLAGS = -d:INSIDE_MONO_PARALLEL
KEYFILE = ../mono.pub

LIBRARY = Mono.Parallel.dll

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

TEST_MCS_FLAGS =
TEST_LIB_REFS = System.Core