15 lines
274 B
Makefile
Raw Permalink Normal View History

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