Merge pull request #5320 from urisimchoni/prof-sample
[mono.git] / mcs / class / Mono.CodeContracts / Makefile
1 thisdir = class/Mono.CodeContracts
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.CodeContracts.dll
6
7 LIB_REFS = System System.Core Mono.Cecil Mono.Cecil.Mdb
8 LIB_MCS_FLAGS = -nowarn:618
9
10 TEST_MCS_FLAGS =
11 TEST_LIB_REFS = System.Core
12
13 include ../../build/library.make