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

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

LIBRARY = Mono.Tasklets.dll

KEYFILE = ../mono.pub
LIB_MCS_FLAGS =
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

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