Merge branch 'master' of github.com:mono/mono
[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_MCS_FLAGS = -r:System -r:System.Core -r:Mono.Cecil.dll -r:Mono.Cecil.Mdb.dll 
8 #-r:Mono.Cecil.Pdb.dll
9
10 include ../../build/library.make