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

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

LIBRARY = Mono.CodeContracts.dll

LIB_REFS = System System.Core Mono.Cecil Mono.Cecil.Mdb
KEYFILE = ../mono.pub
LIB_MCS_FLAGS = -nowarn:618

TEST_MCS_FLAGS =
TEST_LIB_REFS = System.Core

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