Merge pull request #1323 from StephenMcConnel/bug-23591
[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.dll -r:System.Core.dll -r:Mono.Cecil.dll -r:Mono.Cecil.Mdb.dll 
8 #-r:Mono.Cecil.Pdb.dll
9
10 TEST_MCS_FLAGS = -r:System.Core.dll -debug
11
12 include ../../build/library.make