[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Mono.Cecil / Makefile
index b29cadd5be305eb98c4e9ddf132925bf02ff3c8d..53aee64f34a11535ec3a8a6bcd875bbba40e0cbf 100644 (file)
@@ -5,16 +5,9 @@ LIBRARY = Mono.Cecil.dll
 LIBRARY_SNK = ../mono.snk
 LIBRARY_PACKAGE = none
 
-LIB_MCS_FLAGS = /r:$(corlib) -keyfile:$(LIBRARY_SNK) -r:System.Core.dll -d:NET_3_5
-
-ifeq (net_4_0, $(PROFILE))
-LIB_MCS_FLAGS += -d:NET_4_0
-endif
+LIB_REFS = System.Core
+LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_3_5 /publicsign
 
 NO_TEST = yes
 
-ifneq (net_2_0, $(PROFILE))
-NO_INSTALL = yes
-endif
-
 include ../../build/library.make