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: 76bb5417fc6f6ae417b3a146a09b8bd4932c3c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/Mono.Parallel
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Parallel.dll

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

TEST_MCS_FLAGS = /r:System.Core.dll

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