Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / Mono.Cecil / Makefile
index 05f351a57ba993b021ee2f9d4a49557c62e60893..16bba0c898cfc4684cdb3020f29c23e19e70ef77 100644 (file)
@@ -3,12 +3,11 @@ include ../../build/rules.make
 
 LIBRARY = Mono.Cecil.dll
 LIBRARY_SNK = ../mono.snk
+LIBRARY_PACKAGE = none
 
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -keyfile:$(LIBRARY_SNK)
+LIB_REFS = System.Core System
+LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_4_0 /publicsign
 
 NO_TEST = yes
 
 include ../../build/library.make
-
-install-local:
-       $(GACUTIL) /i $(the_lib) /f $(gacdir_flag) /root $(GACROOT)