[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Mono.CodeContracts / Makefile
index 92a7619d1049ab94c9d42dcd5187db0d9cedae9e..b5e733dbcd989bf7ace531e2e599ce868a1d40a4 100644 (file)
@@ -6,8 +6,8 @@ LIBRARY = Mono.CodeContracts.dll
 
 LIB_REFS = System System.Core Mono.Cecil Mono.Cecil.Mdb
 LIB_MCS_FLAGS =
-#-r:Mono.Cecil.Pdb.dll
 
-TEST_MCS_FLAGS = -r:System.Core.dll -debug
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System.Core
 
 include ../../build/library.make