[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Mono.Cecil / Makefile
index 9fdc8aa3ff07c4c2abb23288c1b1d53ae3c7409a..53aee64f34a11535ec3a8a6bcd875bbba40e0cbf 100644 (file)
@@ -6,7 +6,7 @@ LIBRARY_SNK = ../mono.snk
 LIBRARY_PACKAGE = none
 
 LIB_REFS = System.Core
-LIB_MCS_FLAGS = /r:$(corlib) -keyfile:$(LIBRARY_SNK) -r:System.Core.dll -d:NET_3_5
+LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_3_5 /publicsign
 
 NO_TEST = yes