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

LIBRARY = Mono.CodeContracts.dll

LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:Mono.Cecil.dll -r:Mono.Cecil.Mdb.dll 
#-r:Mono.Cecil.Pdb.dll

TEST_MCS_FLAGS = -r:System.Core.dll -debug

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