Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / Mono.Cecil / Makefile
index 9fdc8aa3ff07c4c2abb23288c1b1d53ae3c7409a..16bba0c898cfc4684cdb3020f29c23e19e70ef77 100644 (file)
@@ -5,8 +5,8 @@ LIBRARY = Mono.Cecil.dll
 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_REFS = System.Core System
+LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_4_0 /publicsign
 
 NO_TEST = yes